Skip to content

Commit fea539c

Browse files
author
Sam Pullara
committed
add a parent so we can publish these modules
1 parent 0ca6b51 commit fea539c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

compiler/src/test/resources/spec

scala-extensions/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.github.spullara.mustache.java</groupId>
7+
<parent>
8+
<groupId>com.github.spullara.mustache.java</groupId>
9+
<artifactId>mustache.java</artifactId>
10+
<version>0.8.17-SNAPSHOT</version>
11+
<relativePath>../pom.xml</relativePath>
12+
</parent>
13+
814
<artifactId>scala-extensions</artifactId>
9-
<version>0.8.17-SNAPSHOT</version>
1015
<description>Scala extensions parent module</description>
1116

1217
<modules>

0 commit comments

Comments
 (0)