File tree Expand file tree Collapse file tree 7 files changed +15
-24
lines changed Expand file tree Collapse file tree 7 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 -->
Original file line number Diff line number Diff line change 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 >
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 >
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 -->
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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
164164 </plugin >
165165 </plugins >
166166 </build >
167-
168- <scm >
169- <tag >main-reactor-1.0</tag >
170- </scm >
171167</project >
Original file line number Diff line number Diff line change 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 >
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
141141
142142 </plugins >
143143 </build >
144-
145-
146- <scm >
147- <tag >main-reactor-1.0</tag >
148- </scm >
149144</project >
You can’t perform that action at this time.
0 commit comments