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 2
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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
- <groupId >io.dinject</groupId >
6
5
<artifactId >dinject-controller</artifactId >
7
- <version >1.20-SNAPSHOT</version >
8
6
9
7
<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 >
13
12
</parent >
14
13
15
- <scm >
16
- <
developerConnection >scm:git:
[email protected] :dinject/javalin-generator.git</
developerConnection >
17
- <tag >HEAD</tag >
18
- </scm >
19
-
20
14
<dependencies >
21
15
22
16
<dependency >
Original file line number Diff line number Diff line change 2
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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
- <groupId >io.dinject</groupId >
6
5
<artifactId >webgen-core</artifactId >
7
- <version >1.20-SNAPSHOT</version >
8
6
9
7
<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 >
13
12
</parent >
14
13
15
- <scm >
16
- <
developerConnection >scm:git:
[email protected] :dinject/javalin-generator.git</
developerConnection >
17
- <tag >HEAD</tag >
18
- </scm >
19
-
20
14
<properties >
21
15
<swagger .version>2.0.8</swagger .version>
22
16
<jackson-databind .version>2.10.1</jackson-databind .version>
39
33
<dependency >
40
34
<groupId >io.dinject</groupId >
41
35
<artifactId >dinject-controller</artifactId >
42
- <version >1.20-SNAPSHOT </version >
36
+ <version >${project.version} </version >
43
37
</dependency >
44
38
45
39
<dependency >
Original file line number Diff line number Diff line change 2
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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
- <groupId >io.dinject</groupId >
6
5
<artifactId >helidon-generator</artifactId >
7
- <version >1.20-SNAPSHOT</version >
8
6
9
7
<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 >
13
12
</parent >
14
13
15
- <scm >
16
- <
developerConnection >scm:git:
[email protected] :dinject/javalin-generator.git</
developerConnection >
17
- <tag >HEAD</tag >
18
- </scm >
19
-
20
14
<properties >
21
15
<swagger .version>2.0.8</swagger .version>
22
16
<jackson-databind .version>2.10.1</jackson-databind .version>
27
21
<dependency >
28
22
<groupId >io.dinject</groupId >
29
23
<artifactId >webgen-core</artifactId >
30
- <version >1.19 </version >
24
+ <version >${project.version} </version >
31
25
</dependency >
32
26
33
27
<!-- test dependencies -->
Original file line number Diff line number Diff line change 2
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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
- <groupId >io.dinject</groupId >
6
5
<artifactId >javalin-generator</artifactId >
7
- <version >1.20-SNAPSHOT</version >
8
6
9
7
<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 >
13
12
</parent >
14
13
15
- <scm >
16
- <
developerConnection >scm:git:
[email protected] :dinject/javalin-generator.git</
developerConnection >
17
- <tag >HEAD</tag >
18
- </scm >
19
-
20
14
<properties >
21
15
<swagger .version>2.0.8</swagger .version>
22
16
<jackson-databind .version>2.10.1</jackson-databind .version>
27
21
<dependency >
28
22
<groupId >io.dinject</groupId >
29
23
<artifactId >webgen-core</artifactId >
30
- <version >1.19 </version >
24
+ <version >${project.version} </version >
31
25
</dependency >
32
26
33
27
<!-- test dependencies -->
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<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 >
10
10
<packaging >pom</packaging >
11
11
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:
[email protected] :dinject/javalin-generator.git</
developerConnection >
20
+ <tag >HEAD</tag >
21
+ </scm >
22
+
12
23
<modules >
13
24
<module >controller</module >
14
25
<module >generator-core</module >
15
26
<module >generator-javalin</module >
16
27
<module >generator-helidon</module >
17
- <module >tests</module >
28
+ <!-- <module>tests</module> -- >
18
29
</modules >
19
30
20
31
</project >
You can’t perform that action at this time.
0 commit comments