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
timja committed Dec 16, 2020
1 parent d115864 commit ecd39d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.18</version>
<version>${revision}${changelist}</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.18</version>
<version>${revision}${changelist}</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.18</version>
<version>${revision}${changelist}</version>
</parent>
<artifactId>access-modifier-suppressions</artifactId>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

<groupId>org.kohsuke</groupId>
<artifactId>access-modifier</artifactId>
<version>1.18</version>
<version>${revision}${changelist}</version>

<name>Custom access modifier for Java</name>
<packaging>pom</packaging>
<description>Extensible application-specific access modifiers for Java</description>

<properties>
<revision>1.17</revision>
<revision>1.19</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/lib-access-modifier</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -35,7 +35,7 @@
<connection>scm:git:git@github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:ssh://git@github.com/${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>access-modifier-1.18</tag>
<tag>${scmTag}</tag>
</scm>

<developers>
Expand Down

0 comments on commit ecd39d3

Please sign in to comment.