Skip to content

Commit c617956

Browse files
committed
[maven-release-plugin] prepare release avaje-http-generator-parent-1.2
1 parent dbcdd77 commit c617956

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

http-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.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.2-SNAPSHOT</version>
10+
<version>1.2</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-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.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.2-SNAPSHOT</version>
10+
<version>1.2</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-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.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.2-SNAPSHOT</version>
10+
<version>1.2</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-jex/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.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.2-SNAPSHOT</version>
10+
<version>1.2</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

pom.xml

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

55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-generator-parent</artifactId>
7-
<version>1.2-SNAPSHOT</version>
7+
<version>1.2</version>
88
<packaging>pom</packaging>
99

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

1616
<scm>
1717
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
18-
<tag>HEAD</tag>
18+
<tag>avaje-http-generator-parent-1.2</tag>
1919
</scm>
2020

2121
<properties>

0 commit comments

Comments
 (0)