Skip to content

Commit 644dd9e

Browse files
committed
Change code to be a module for reactor build
1 parent 8c3dc7c commit 644dd9e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

core/pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
<version>1.20-SNAPSHOT</version>
88

99
<parent>
10-
<groupId>org.avaje</groupId>
11-
<artifactId>java8-oss</artifactId>
12-
<version>2.1</version>
10+
<groupId>io.dinject</groupId>
11+
<artifactId>dinject-parent</artifactId>
12+
<version>1.20-SNAPSHOT</version>
1313
</parent>
1414

15-
<scm>
16-
<developerConnection>scm:git:[email protected]:dinject/dinject.git</developerConnection>
17-
<tag>HEAD</tag>
18-
</scm>
19-
2015
<dependencies>
2116

2217
<dependency>

0 commit comments

Comments
 (0)