Skip to content

Commit 8856247

Browse files
committed
[maven-release-plugin] prepare release controller-parent-1.22
1 parent 4a709f2 commit 8856247

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

controller/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.dinject</groupId>
99
<artifactId>controller-parent</artifactId>
10-
<version>1.22-SNAPSHOT</version>
10+
<version>1.22</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

generator-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.dinject</groupId>
99
<artifactId>controller-parent</artifactId>
10-
<version>1.22-SNAPSHOT</version>
10+
<version>1.22</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

generator-helidon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.dinject</groupId>
99
<artifactId>controller-parent</artifactId>
10-
<version>1.22-SNAPSHOT</version>
10+
<version>1.22</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

generator-javalin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.dinject</groupId>
99
<artifactId>controller-parent</artifactId>
10-
<version>1.22-SNAPSHOT</version>
10+
<version>1.22</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.dinject</groupId>
66
<artifactId>controller-parent</artifactId>
7-
<version>1.22-SNAPSHOT</version>
7+
<version>1.22</version>
88
<packaging>pom</packaging>
99

1010
<parent>
@@ -15,7 +15,7 @@
1515

1616
<scm>
1717
<developerConnection>scm:git:[email protected]:dinject/dinject-controller.git</developerConnection>
18-
<tag>HEAD</tag>
18+
<tag>controller-parent-1.22</tag>
1919
</scm>
2020

2121
<dependencies>

0 commit comments

Comments
 (0)