Skip to content

Commit

Permalink
[maven-release-plugin] prepare release access-modifier-1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Dec 16, 2021
1 parent 795f90c commit 93cc7ee
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>${revision}${changelist}</version>
<version>1.26</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>${revision}${changelist}</version>
<version>1.26</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>${revision}${changelist}</version>
<version>1.26</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 @@ -10,7 +10,7 @@

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

<name>Custom access modifier for Java</name>
<packaging>pom</packaging>
Expand All @@ -36,7 +36,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>${scmTag}</tag>
<tag>access-modifier-1.26</tag>
</scm>

<developers>
Expand Down

0 comments on commit 93cc7ee

Please sign in to comment.