We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca6b51 commit fea539cCopy full SHA for fea539c
compiler/src/test/resources/spec
scala-extensions/pom.xml
@@ -4,9 +4,14 @@
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5
<modelVersion>4.0.0</modelVersion>
6
7
- <groupId>com.github.spullara.mustache.java</groupId>
+ <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
+
14
<artifactId>scala-extensions</artifactId>
- <version>0.8.17-SNAPSHOT</version>
15
<description>Scala extensions parent module</description>
16
17
<modules>
0 commit comments