File tree Expand file tree Collapse file tree 7 files changed +23
-23
lines changed Expand file tree Collapse file tree 7 files changed +23
-23
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-SNAPSHOT </version >
7+ <version >1.19</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 >HEAD </tag >
17+ <tag >main-reactor-1.0 </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-SNAPSHOT </version >
7+ <version >1.19</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 >HEAD </tag >
17+ <tag >main-reactor-1.0 </tag >
1818 </scm >
1919
2020 <properties >
2727 <dependency >
2828 <groupId >io.dinject</groupId >
2929 <artifactId >webgen-core</artifactId >
30- <version >1.19-SNAPSHOT </version >
30+ <version >1.19</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-SNAPSHOT </version >
7+ <version >1.19</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 >HEAD </tag >
17+ <tag >main-reactor-1.0 </tag >
1818 </scm >
1919
2020 <properties >
2727 <dependency >
2828 <groupId >io.dinject</groupId >
2929 <artifactId >webgen-core</artifactId >
30- <version >1.19-SNAPSHOT </version >
30+ <version >1.19</version >
3131 </dependency >
3232
3333 <!-- test dependencies -->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >io.dinject</groupId >
119
1210 <scm >
1311 <developerConnection >scm:git:git@github.com:dinject/javalin-generator.git</developerConnection >
14- <tag >HEAD </tag >
12+ <tag >main-reactor-1.0 </tag >
1513 </scm >
1614
1715 <modules >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >io.dinject</groupId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >org.example</groupId >
6462 <dependency >
6563 <groupId >io.dinject</groupId >
6664 <artifactId >helidon-generator</artifactId >
67- <version >1.19-SNAPSHOT </version >
65+ <version >1.19</version >
6866 <scope >provided</scope >
6967 </dependency >
7068
166164 </plugin >
167165 </plugins >
168166 </build >
167+
168+ <scm >
169+ <tag >main-reactor-1.0</tag >
170+ </scm >
169171</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >org.example</groupId >
7775 <dependency >
7876 <groupId >io.dinject</groupId >
7977 <artifactId >javalin-generator</artifactId >
80- <version >1.19-SNAPSHOT </version >
78+ <version >1.19</version >
8179 <scope >provided</scope >
8280 </dependency >
8381
144142 </plugins >
145143 </build >
146144
145+
146+ <scm >
147+ <tag >main-reactor-1.0</tag >
148+ </scm >
147149</project >
You can’t perform that action at this time.
0 commit comments