Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaSha committed May 30, 2015
1 parent 5218757 commit 114a573
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-java-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.nirima</groupId>
<artifactId>docker-java-shaded</artifactId>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<name>Docker-java shaded jar for jenkins plugin</name>


Expand Down
2 changes: 1 addition & 1 deletion docker-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.nirima</groupId>
<artifactId>docker-plugin-parent</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</parent>

<groupId>com.nirima</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.nirima</groupId>
<artifactId>docker-plugin-parent</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Docker plugin parent pom</name>

Expand All @@ -18,7 +18,7 @@
<connection>scm:git:ssh://github.com/jenkinsci/docker-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/docker-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/docker-plugin</url>
<tag>docker-plugin-0.9.1</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 114a573

Please sign in to comment.