Skip to content

Commit d0b2b50

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c7e1969 commit d0b2b50

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.0</version>
10+
<version>1.1-SNAPSHOT</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.0</version>
10+
<version>1.1-SNAPSHOT</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.0</version>
10+
<version>1.1-SNAPSHOT</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.0</version>
7+
<version>1.1-SNAPSHOT</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>avaje-http-generator-parent-1.0</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020

2121
<dependencies>

0 commit comments

Comments
 (0)