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
dwnusbaum committed Feb 4, 2021
1 parent b9bec49 commit 611a689
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs-parent</artifactId>
<version>1.21</version>
<version>${revision}${changelist}</version>
</parent>

<groupId>org.jenkins-ci</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs-parent</artifactId>
<version>1.21</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>structs</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs-parent</artifactId>
<version>1.21</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>

<name>Structs: Parent</name>
Expand All @@ -31,11 +31,11 @@
<connection>scm:git:git://github.com/jenkinsci/structs-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/structs-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/structs-plugin</url>
<tag>structs-parent-1.21</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>1.21</revision>
<revision>1.22</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.107.3</jenkins.version>
<java.level>8</java.level>
Expand Down

0 comments on commit 611a689

Please sign in to comment.