Skip to content

Commit 0a2a43b

Browse files
committed
modify pom add missing parent (to release)
1 parent 808046c commit 0a2a43b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@
66
<artifactId>javlin-generator</artifactId>
77
<version>0.3-SNAPSHOT</version>
88

9+
<parent>
10+
<groupId>org.avaje</groupId>
11+
<artifactId>java8-parent</artifactId>
12+
<version>1.3</version>
13+
</parent>
14+
915
<scm>
1016
<developerConnection>scm:git:git@github.com:dinject/javlin-generator.git</developerConnection>
11-
<tag>javlin-generator-0.1</tag>
17+
<tag>HEAD</tag>
1218
</scm>
1319

1420
<dependencies>

0 commit comments

Comments
 (0)