-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] [skip ci]prepare release v0.1.0
- Loading branch information
Via CircleCI
committed
Jun 15, 2017
1 parent
91f4de3
commit eab175e
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express | |
or implied. See the License for the specific language governing | ||
permissions and limitations under the License. | ||
--> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
|
@@ -27,7 +25,7 @@ permissions and limitations under the License. | |
|
||
<groupId>world.data.api</groupId> | ||
<artifactId>dwapi-spec</artifactId> | ||
<version>0.1.0-SNAPSHOT</version> | ||
<version>0.1.0</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>dwapi-spec</name> | ||
|
@@ -59,7 +57,7 @@ permissions and limitations under the License. | |
<connection>scm:git:[email protected]:datadotworld/dwapi-spec.git</connection> | ||
<developerConnection>scm:git:[email protected]:datadotworld/dwapi-spec.git</developerConnection> | ||
<url>[email protected]:datadotworld/dwapi-spec.git</url> | ||
<tag>HEAD</tag> | ||
<tag>v0.1.0</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|