File tree Expand file tree Collapse file tree 7 files changed +24
-15
lines changed Expand file tree Collapse file tree 7 files changed +24
-15
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.20 -SNAPSHOT</version >
7+ <version >1.19 -SNAPSHOT</version >
88
99 <parent >
1010 <groupId >org.avaje</groupId >
Original file line number Diff line number Diff line change 44
55 <groupId >io.dinject</groupId >
66 <artifactId >helidon-generator</artifactId >
7- <version >1.20 -SNAPSHOT</version >
7+ <version >1.19 -SNAPSHOT</version >
88
99 <parent >
1010 <groupId >org.avaje</groupId >
2727 <dependency >
2828 <groupId >io.dinject</groupId >
2929 <artifactId >webgen-core</artifactId >
30- <version >1.20 -SNAPSHOT</version >
30+ <version >1.19 -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.20 -SNAPSHOT</version >
7+ <version >1.19 -SNAPSHOT</version >
88
99 <parent >
1010 <groupId >org.avaje</groupId >
2727 <dependency >
2828 <groupId >io.dinject</groupId >
2929 <artifactId >webgen-core</artifactId >
30- <version >1.20 -SNAPSHOT</version >
30+ <version >1.19 -SNAPSHOT</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" 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" >
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" >
35 <modelVersion >4.0.0</modelVersion >
46
57 <groupId >io.dinject</groupId >
68 <artifactId >main-reactor</artifactId >
7- <version >1.1-SNAPSHOT </version >
9+ <version >1.0 </version >
810 <packaging >pom</packaging >
911
1012 <scm >
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" 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" >
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" >
35 <modelVersion >4.0.0</modelVersion >
46
57 <groupId >io.dinject</groupId >
68 <artifactId >tests-reactor</artifactId >
7- <version >1.1-SNAPSHOT </version >
9+ <version >1.0 </version >
810 <packaging >pom</packaging >
911
1012 <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" 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" >
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" >
35 <modelVersion >4.0.0</modelVersion >
46
57 <groupId >org.example</groupId >
68 <artifactId >test-helidon</artifactId >
7- <version >1.1-SNAPSHOT </version >
9+ <version >1.0 </version >
810
911 <parent >
1012 <groupId >org.avaje</groupId >
6264 <dependency >
6365 <groupId >io.dinject</groupId >
6466 <artifactId >helidon-generator</artifactId >
65- <version >1.20 -SNAPSHOT</version >
67+ <version >1.19 -SNAPSHOT</version >
6668 <scope >provided</scope >
6769 </dependency >
6870
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" 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" >
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" >
35 <modelVersion >4.0.0</modelVersion >
46
57 <groupId >org.example</groupId >
68 <artifactId >test-javalin</artifactId >
7- <version >1.1-SNAPSHOT </version >
9+ <version >1.0 </version >
810
911 <parent >
1012 <groupId >org.avaje</groupId >
7577 <dependency >
7678 <groupId >io.dinject</groupId >
7779 <artifactId >javalin-generator</artifactId >
78- <version >1.20 -SNAPSHOT</version >
80+ <version >1.19 -SNAPSHOT</version >
7981 <scope >provided</scope >
8082 </dependency >
8183
141143
142144 </plugins >
143145 </build >
146+
144147</project >
You can’t perform that action at this time.
0 commit comments