File tree Expand file tree Collapse file tree 4 files changed +28
-25
lines changed Expand file tree Collapse file tree 4 files changed +28
-25
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 >
5
6
<artifactId >dinject-generator</artifactId >
7
+ <version >2.3-SNAPSHOT</version >
6
8
7
9
<parent >
8
- <groupId >io.dinject</groupId >
9
- <artifactId >dinject-parent</artifactId >
10
- <version >2.3-SNAPSHOT</version >
11
- <relativePath >..</relativePath >
10
+ <groupId >org.avaje</groupId >
11
+ <artifactId >java8-oss</artifactId >
12
+ <version >2.1</version >
12
13
</parent >
13
14
15
+ <scm >
16
+ <developerConnection >scm:git:git@github.com:dinject/dinject.git</developerConnection >
17
+ <tag >HEAD</tag >
18
+ </scm >
19
+
14
20
<dependencies >
15
21
16
22
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
- <parent >
4
- <artifactId >dinject-parent</artifactId >
5
- <groupId >io.dinject</groupId >
6
- <version >2.3-SNAPSHOT</version >
7
- </parent >
8
3
<modelVersion >4.0.0</modelVersion >
9
4
5
+ <groupId >io.dinject</groupId >
10
6
<artifactId >dinject-test</artifactId >
11
7
<version >0.1</version >
12
8
9
+ <parent >
10
+ <groupId >org.avaje</groupId >
11
+ <artifactId >java8-oss</artifactId >
12
+ <version >2.1</version >
13
+ </parent >
14
+
13
15
<dependencies >
14
16
15
17
<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 >
5
6
<artifactId >dinject</artifactId >
7
+ <version >2.3-SNAPSHOT</version >
6
8
7
9
<parent >
8
- <groupId >io.dinject</groupId >
9
- <artifactId >dinject-parent</artifactId >
10
- <version >2.3-SNAPSHOT</version >
11
- <relativePath >..</relativePath >
10
+ <groupId >org.avaje</groupId >
11
+ <artifactId >java8-oss</artifactId >
12
+ <version >2.1</version >
12
13
</parent >
13
14
15
+ <scm >
16
+ <developerConnection >scm:git:git@github.com:dinject/dinject.git</developerConnection >
17
+ <tag >HEAD</tag >
18
+ </scm >
19
+
14
20
<properties >
15
21
<maven-javadoc-plugin .version>3.2.0</maven-javadoc-plugin .version>
16
22
</properties >
Original file line number Diff line number Diff line change 7
7
<version >2.3-SNAPSHOT</version >
8
8
<packaging >pom</packaging >
9
9
10
- <parent >
11
- <groupId >org.avaje</groupId >
12
- <artifactId >java8-oss</artifactId >
13
- <version >2.1</version >
14
- </parent >
15
-
16
- <scm >
17
- <developerConnection >scm:git:git@github.com:dinject/dinject.git</developerConnection >
18
- <tag >HEAD</tag >
19
- </scm >
20
-
21
10
<modules >
22
- <module >dinject-generator</module >
23
11
<module >dinject</module >
12
+ <module >dinject-generator</module >
24
13
<module >dinject-test</module >
25
14
</modules >
26
15
</project >
You can’t perform that action at this time.
0 commit comments