Skip to content

Commit 70f7a7e

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f1f47e9 commit 70f7a7e

File tree

7 files changed

+15
-24
lines changed

7 files changed

+15
-24
lines changed

generator-core/pom.xml

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

55
<groupId>io.dinject</groupId>
66
<artifactId>webgen-core</artifactId>
7-
<version>1.19</version>
7+
<version>1.20-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -14,7 +14,7 @@
1414

1515
<scm>
1616
<developerConnection>scm:git:git@github.com:dinject/javalin-generator.git</developerConnection>
17-
<tag>main-reactor-1.0</tag>
17+
<tag>HEAD</tag>
1818
</scm>
1919

2020
<properties>

generator-helidon/pom.xml

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

55
<groupId>io.dinject</groupId>
66
<artifactId>helidon-generator</artifactId>
7-
<version>1.19</version>
7+
<version>1.20-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -14,7 +14,7 @@
1414

1515
<scm>
1616
<developerConnection>scm:git:git@github.com:dinject/javalin-generator.git</developerConnection>
17-
<tag>main-reactor-1.0</tag>
17+
<tag>HEAD</tag>
1818
</scm>
1919

2020
<properties>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.dinject</groupId>
2929
<artifactId>webgen-core</artifactId>
30-
<version>1.19</version>
30+
<version>1.20-SNAPSHOT</version>
3131
</dependency>
3232

3333
<!-- test dependencies -->

generator-javalin/pom.xml

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

55
<groupId>io.dinject</groupId>
66
<artifactId>javalin-generator</artifactId>
7-
<version>1.19</version>
7+
<version>1.20-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -14,7 +14,7 @@
1414

1515
<scm>
1616
<developerConnection>scm:git:git@github.com:dinject/javalin-generator.git</developerConnection>
17-
<tag>main-reactor-1.0</tag>
17+
<tag>HEAD</tag>
1818
</scm>
1919

2020
<properties>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.dinject</groupId>
2929
<artifactId>webgen-core</artifactId>
30-
<version>1.19</version>
30+
<version>1.20-SNAPSHOT</version>
3131
</dependency>
3232

3333
<!-- test dependencies -->

pom.xml

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

55
<groupId>io.dinject</groupId>
66
<artifactId>main-reactor</artifactId>
7-
<version>1.0</version>
7+
<version>1.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<scm>
1111
<developerConnection>scm:git:git@github.com:dinject/javalin-generator.git</developerConnection>
12-
<tag>main-reactor-1.0</tag>
12+
<tag>HEAD</tag>
1313
</scm>
1414

1515
<modules>

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.0</version>
7+
<version>1.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<modules>

tests/test-helidon/pom.xml

Lines changed: 2 additions & 6 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.0</version>
7+
<version>1.1-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>io.dinject</groupId>
6464
<artifactId>helidon-generator</artifactId>
65-
<version>1.19</version>
65+
<version>1.20-SNAPSHOT</version>
6666
<scope>provided</scope>
6767
</dependency>
6868

@@ -164,8 +164,4 @@
164164
</plugin>
165165
</plugins>
166166
</build>
167-
168-
<scm>
169-
<tag>main-reactor-1.0</tag>
170-
</scm>
171167
</project>

tests/test-javalin/pom.xml

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

55
<groupId>org.example</groupId>
66
<artifactId>test-javalin</artifactId>
7-
<version>1.0</version>
7+
<version>1.1-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>io.dinject</groupId>
7777
<artifactId>javalin-generator</artifactId>
78-
<version>1.19</version>
78+
<version>1.20-SNAPSHOT</version>
7979
<scope>provided</scope>
8080
</dependency>
8181

@@ -141,9 +141,4 @@
141141

142142
</plugins>
143143
</build>
144-
145-
146-
<scm>
147-
<tag>main-reactor-1.0</tag>
148-
</scm>
149144
</project>

0 commit comments

Comments
 (0)