Skip to content

Commit 853f082

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 271248d commit 853f082

File tree

12 files changed

+27
-23
lines changed

12 files changed

+27
-23
lines changed

http-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-generator-parent</artifactId>
7-
<version>1.12</version>
7+
<version>1.13-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

@@ -20,7 +20,7 @@
2020

2121
<scm>
2222
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
23-
<tag>avaje-http-generator-parent-1.12</tag>
23+
<tag>HEAD</tag>
2424
</scm>
2525

2626
<dependencies>

http-generator-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-http-generator-parent</artifactId>
8-
<version>1.12</version>
8+
<version>1.13-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

http-generator-core/pom.xml

Lines changed: 2 additions & 2 deletions
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.12</version>
10+
<version>1.13-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-http-api</artifactId>
36-
<version>1.12</version>
36+
<version>1.13-SNAPSHOT</version>
3737
</dependency>
3838

3939
<dependency>

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.12</version>
10+
<version>1.13-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.12</version>
10+
<version>1.13-SNAPSHOT</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.12</version>
10+
<version>1.13-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.12</version>
7+
<version>1.13-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.12</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020

2121
<properties>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.dinject</groupId>
66
<artifactId>tests-reactor</artifactId>
7-
<version>1.12</version>
7+
<version>1</version>
88
<packaging>pom</packaging>
99

1010
<properties>

tests/test-client/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>test-client</artifactId>
13-
<version>1.12</version>
13+
<version>1</version>
1414

1515
<properties>
1616
<maven.deploy.skip>true</maven.deploy.skip>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-http-api</artifactId>
38-
<version>1.12</version>
38+
<version>1.13-SNAPSHOT</version>
3939
</dependency>
4040

4141
<dependency>
@@ -126,6 +126,7 @@
126126
</build>
127127

128128
<scm>
129-
<tag>avaje-http-generator-parent-1.12</tag>
129+
<tag>HEAD</tag>
130+
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
130131
</scm>
131132
</project>

tests/test-helidon/pom.xml

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

55
<groupId>org.example</groupId>
66
<artifactId>test-helidon</artifactId>
7-
<version>1.12</version>
7+
<version>1</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -16,7 +16,7 @@
1616
<maven.deploy.skip>true</maven.deploy.skip>
1717
<mainClass>org.example.Main</mainClass>
1818
<helidon-version>2.3.0</helidon-version>
19-
<avaje-http-version>1.12</avaje-http-version>
19+
<avaje-http-version>1.13-SNAPSHOT</avaje-http-version>
2020
</properties>
2121

2222
<dependencies>
@@ -145,6 +145,7 @@
145145
</build>
146146

147147
<scm>
148-
<tag>avaje-http-generator-parent-1.12</tag>
148+
<tag>HEAD</tag>
149+
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
149150
</scm>
150151
</project>

0 commit comments

Comments
 (0)