File tree Expand file tree Collapse file tree 5 files changed +33
-46
lines changed Expand file tree Collapse file tree 5 files changed +33
-46
lines changed Original file line number Diff line number Diff line change 22<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" >
33 <modelVersion >4.0.0</modelVersion >
44
5- <groupId >io.dinject</groupId >
65 <artifactId >dinject-controller</artifactId >
7- <version >1.20-SNAPSHOT</version >
86
97 <parent >
10- <groupId >org.avaje</groupId >
11- <artifactId >java8-oss</artifactId >
12- <version >2.1</version >
8+ <groupId >io.dinject</groupId >
9+ <artifactId >controller-parent</artifactId >
10+ <version >1.20-SNAPSHOT</version >
11+ <relativePath >..</relativePath >
1312 </parent >
1413
15- <scm >
16- <developerConnection >scm:git:git@github.com:dinject/javalin-generator.git</developerConnection >
17- <tag >HEAD</tag >
18- </scm >
19-
2014 <dependencies >
2115
2216 <dependency >
Original file line number Diff line number Diff line change 22<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" >
33 <modelVersion >4.0.0</modelVersion >
44
5- <groupId >io.dinject</groupId >
65 <artifactId >webgen-core</artifactId >
7- <version >1.20-SNAPSHOT</version >
86
97 <parent >
10- <groupId >org.avaje</groupId >
11- <artifactId >java8-oss</artifactId >
12- <version >2.1</version >
8+ <groupId >io.dinject</groupId >
9+ <artifactId >controller-parent</artifactId >
10+ <version >1.20-SNAPSHOT</version >
11+ <relativePath >..</relativePath >
1312 </parent >
1413
15- <scm >
16- <developerConnection >scm:git:git@github.com:dinject/javalin-generator.git</developerConnection >
17- <tag >HEAD</tag >
18- </scm >
19-
2014 <properties >
2115 <swagger .version>2.0.8</swagger .version>
2216 <jackson-databind .version>2.10.1</jackson-databind .version>
3933 <dependency >
4034 <groupId >io.dinject</groupId >
4135 <artifactId >dinject-controller</artifactId >
42- <version >1.20-SNAPSHOT </version >
36+ <version >${project.version} </version >
4337 </dependency >
4438
4539 <dependency >
Original file line number Diff line number Diff line change 22<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" >
33 <modelVersion >4.0.0</modelVersion >
44
5- <groupId >io.dinject</groupId >
65 <artifactId >helidon-generator</artifactId >
7- <version >1.20-SNAPSHOT</version >
86
97 <parent >
10- <groupId >org.avaje</groupId >
11- <artifactId >java8-oss</artifactId >
12- <version >2.1</version >
8+ <groupId >io.dinject</groupId >
9+ <artifactId >controller-parent</artifactId >
10+ <version >1.20-SNAPSHOT</version >
11+ <relativePath >..</relativePath >
1312 </parent >
1413
15- <scm >
16- <developerConnection >scm:git:git@github.com:dinject/javalin-generator.git</developerConnection >
17- <tag >HEAD</tag >
18- </scm >
19-
2014 <properties >
2115 <swagger .version>2.0.8</swagger .version>
2216 <jackson-databind .version>2.10.1</jackson-databind .version>
2721 <dependency >
2822 <groupId >io.dinject</groupId >
2923 <artifactId >webgen-core</artifactId >
30- <version >1.19 </version >
24+ <version >${project.version} </version >
3125 </dependency >
3226
3327 <!-- test dependencies -->
Original file line number Diff line number Diff line change 22<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" >
33 <modelVersion >4.0.0</modelVersion >
44
5- <groupId >io.dinject</groupId >
65 <artifactId >javalin-generator</artifactId >
7- <version >1.20-SNAPSHOT</version >
86
97 <parent >
10- <groupId >org.avaje</groupId >
11- <artifactId >java8-oss</artifactId >
12- <version >2.1</version >
8+ <groupId >io.dinject</groupId >
9+ <artifactId >controller-parent</artifactId >
10+ <version >1.20-SNAPSHOT</version >
11+ <relativePath >..</relativePath >
1312 </parent >
1413
15- <scm >
16- <developerConnection >scm:git:git@github.com:dinject/javalin-generator.git</developerConnection >
17- <tag >HEAD</tag >
18- </scm >
19-
2014 <properties >
2115 <swagger .version>2.0.8</swagger .version>
2216 <jackson-databind .version>2.10.1</jackson-databind .version>
2721 <dependency >
2822 <groupId >io.dinject</groupId >
2923 <artifactId >webgen-core</artifactId >
30- <version >1.19 </version >
24+ <version >${project.version} </version >
3125 </dependency >
3226
3327 <!-- test dependencies -->
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >io.dinject</groupId >
8- <artifactId >main-reactor </artifactId >
9- <version >1.0 </version >
8+ <artifactId >controller-parent </artifactId >
9+ <version >1.20-SNAPSHOT </version >
1010 <packaging >pom</packaging >
1111
12+ <parent >
13+ <groupId >org.avaje</groupId >
14+ <artifactId >java8-oss</artifactId >
15+ <version >2.1</version >
16+ </parent >
17+
18+ <scm >
19+ <developerConnection >scm:git:git@github.com:dinject/javalin-generator.git</developerConnection >
20+ <tag >HEAD</tag >
21+ </scm >
22+
1223 <modules >
1324 <module >controller</module >
1425 <module >generator-core</module >
1526 <module >generator-javalin</module >
1627 <module >generator-helidon</module >
17- <module >tests</module >
28+ <!-- <module>tests</module> -- >
1829 </modules >
1930
2031</project >
You can’t perform that action at this time.
0 commit comments