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
kohsuke committed Oct 5, 2018
1 parent 9774554 commit 78544cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion access-modifier-annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>access-modifier</artifactId>
<groupId>org.kohsuke</groupId>
<version>1.16</version>
<version>1.17-SNAPSHOT</version>
</parent>
<artifactId>access-modifier-annotation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion access-modifier-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>access-modifier</artifactId>
<groupId>org.kohsuke</groupId>
<version>1.16</version>
<version>1.17-SNAPSHOT</version>
</parent>
<artifactId>access-modifier-checker</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion access-modifier-suppressions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>access-modifier</artifactId>
<groupId>org.kohsuke</groupId>
<version>1.16</version>
<version>1.17-SNAPSHOT</version>
</parent>
<artifactId>access-modifier-suppressions</artifactId>

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

<artifactId>access-modifier</artifactId>
<version>1.16</version>
<version>1.17-SNAPSHOT</version>

<name>Custom access modifier for Java</name>
<packaging>pom</packaging>
Expand All @@ -32,7 +32,7 @@
<connection>scm:git:[email protected]/kohsuke/${project.artifactId}.git</connection>
<developerConnection>scm:git:ssh://[email protected]/kohsuke/${project.artifactId}.git</developerConnection>
<url>http://${project.artifactId}.kohsuke.org/</url>
<tag>access-modifier-1.16</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit 78544cc

Please sign in to comment.