Skip to content

Commit d9fd680

Browse files
committed
[maven-release-plugin] prepare release bridge-method-injector-parent-1.25
1 parent a9035f4 commit d9fd680

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

annotation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.infradna.tool</groupId>
66
<artifactId>bridge-method-injector-parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>1.25</version>
88
</parent>
99
<artifactId>bridge-method-annotation</artifactId>
1010
<name>Bridge method injection annotations</name>

injector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.infradna.tool</groupId>
66
<artifactId>bridge-method-injector-parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>1.25</version>
88
</parent>
99
<artifactId>bridge-method-injector</artifactId>
1010
<packaging>maven-plugin</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.infradna.tool</groupId>
1313
<artifactId>bridge-method-injector-parent</artifactId>
14-
<version>${revision}${changelist}</version>
14+
<version>1.25</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Bridge Method Injection Parent POM</name>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4848
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
4949
<url>https://github.com/${gitHubRepo}</url>
50-
<tag>${scmTag}</tag>
50+
<tag>bridge-method-injector-parent-1.25</tag>
5151
</scm>
5252

5353
<developers>

0 commit comments

Comments
 (0)