Skip to content

Commit 05eec2a

Browse files
committed
[maven-release-plugin] prepare release controller-parent-1.20
1 parent 21a59d9 commit 05eec2a

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

controller/pom.xml

Lines changed: 1 addition & 1 deletion
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.20-SNAPSHOT</version>
10+
<version>1.20</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

generator-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.20-SNAPSHOT</version>
10+
<version>1.20</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

generator-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
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.20-SNAPSHOT</version>
10+
<version>1.20</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

generator-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
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.20-SNAPSHOT</version>
10+
<version>1.20</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.dinject</groupId>
86
<artifactId>controller-parent</artifactId>
9-
<version>1.20-SNAPSHOT</version>
7+
<version>1.20</version>
108
<packaging>pom</packaging>
119

1210
<parent>
@@ -17,7 +15,7 @@
1715

1816
<scm>
1917
<developerConnection>scm:git:[email protected]:dinject/javalin-generator.git</developerConnection>
20-
<tag>HEAD</tag>
18+
<tag>controller-parent-1.20</tag>
2119
</scm>
2220

2321
<modules>

0 commit comments

Comments
 (0)