-
Notifications
You must be signed in to change notification settings - Fork 49
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] prepare for next development iteration
- Loading branch information
Mario Bodemann
committed
Dec 24, 2015
1 parent
41bf93b
commit 43cfb09
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
<groupId>com.contentful.java</groupId> | ||
<artifactId>java-sdk</artifactId> | ||
<version>6.1.0</version> | ||
<version>6.1.1-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>${project.groupId}:${project.artifactId}</name> | ||
|
@@ -20,7 +20,7 @@ | |
<url>http://github.com/contentful/contentful.java</url> | ||
<connection>scm:git:git://github.com/contentful/contentful.java.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/contentful/contentful.java.git</developerConnection> | ||
<tag>java-sdk-6.1.0</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
|