Skip to content

Commit 1035987

Browse files
committed
[maven-release-plugin] prepare release bridge-method-injector-parent-1.30
1 parent 29b7a18 commit 1035987

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.30</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.30</version>
88
</parent>
99

1010
<artifactId>bridge-method-injector</artifactId>

pom.xml

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

1111
<groupId>com.infradna.tool</groupId>
1212
<artifactId>bridge-method-injector-parent</artifactId>
13-
<version>${revision}${changelist}</version>
13+
<version>1.30</version>
1414
<packaging>pom</packaging>
1515
<name>Bridge Method Injection Parent POM</name>
1616
<description>Evolve your classes without breaking compatibility</description>
@@ -39,7 +39,7 @@
3939
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
4040
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4141
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
42-
<tag>${scmTag}</tag>
42+
<tag>bridge-method-injector-parent-1.30</tag>
4343
<url>https://github.com/${gitHubRepo}</url>
4444
</scm>
4545

0 commit comments

Comments
 (0)