Skip to content

Commit 15ba613

Browse files
committed
#37 - Change parent for single release of http-api
1 parent 2f17563 commit 15ba613

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

controller/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
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-
<artifactId>avaje-http-api</artifactId>
65
<groupId>io.avaje</groupId>
6+
<artifactId>avaje-http-api</artifactId>
77
<version>0.1-SNAPSHOT</version>
88

99
<parent>
10-
<groupId>io.dinject</groupId>
11-
<artifactId>controller-parent</artifactId>
12-
<version>1.23-SNAPSHOT</version>
13-
<relativePath>..</relativePath>
10+
<groupId>org.avaje</groupId>
11+
<artifactId>java8-oss</artifactId>
12+
<version>2.2</version>
1413
</parent>
1514

16-
1715
</project>

0 commit comments

Comments
 (0)