File tree Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 22 <parent >
33 <artifactId >mustache.java</artifactId >
44 <groupId >com.github.spullara.mustache.java</groupId >
5- <version >0.9.12-SNAPSHOT </version >
5+ <version >0.9.12</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88
2121 <dependency >
2222 <groupId >com.github.spullara.mustache.java</groupId >
2323 <artifactId >compiler</artifactId >
24- <version >0.9.12-SNAPSHOT </version >
24+ <version >0.9.12</version >
2525 </dependency >
2626 <dependency >
2727 <groupId >org.openjdk.jmh</groupId >
4242 <dependency >
4343 <groupId >com.github.spullara.mustache.java</groupId >
4444 <artifactId >compiler</artifactId >
45- <version >0.9.12-SNAPSHOT </version >
45+ <version >0.9.12</version >
4646 <classifier >tests</classifier >
4747 </dependency >
4848 </dependencies >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >mustache.java</artifactId >
55 <groupId >com.github.spullara.mustache.java</groupId >
6- <version >0.9.12-SNAPSHOT </version >
6+ <version >0.9.12</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >compiler</artifactId >
2424 <scm >
2525 <connection >scm:git:git://github.com/spullara/mustache.java.git</connection >
2626 <url >http://github.com/spullara/mustache.java</url >
27- <tag >HEAD </tag >
27+ <tag >mustache.java-0.9.12 </tag >
2828 </scm >
2929
3030 <developers >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.github.spullara.mustache.java</groupId >
66 <artifactId >mustache.java</artifactId >
7- <version >0.9.12-SNAPSHOT </version >
7+ <version >0.9.12</version >
88 </parent >
99 <artifactId >mustache-maven-plugin</artifactId >
10- <version >0.9.12-SNAPSHOT </version >
10+ <version >0.9.12</version >
1111 <packaging >maven-plugin</packaging >
1212 <name >mustache-maven-plugin Maven Mojo</name >
1313 <url >http://maven.apache.org</url >
5959 <dependency >
6060 <groupId >com.github.spullara.mustache.java</groupId >
6161 <artifactId >compiler</artifactId >
62- <version >0.9.12-SNAPSHOT </version >
62+ <version >0.9.12</version >
6363 </dependency >
6464 </dependencies >
6565
Original file line number Diff line number Diff line change 44
55 <groupId >com.github.spullara.mustache.java</groupId >
66 <artifactId >mustache.java</artifactId >
7- <version >0.9.12-SNAPSHOT </version >
7+ <version >0.9.12</version >
88 <description >Implementation of the Mustache language in Java.</description >
99
1010 <modules >
5252 <connection >scm:git:https://github.com/spullara/mustache.java.git</connection >
5353 <developerConnection >scm:git:https://github.com/spullara/mustache.java.git</developerConnection >
5454 <url >scm:git:https://github.com/spullara/mustache.java.git</url >
55- <tag >HEAD </tag >
55+ <tag >mustache.java-0.9.12 </tag >
5656 </scm >
5757
5858 <distributionManagement >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.spullara.mustache.java</groupId >
77 <artifactId >mustache.java</artifactId >
8- <version >0.9.12-SNAPSHOT </version >
8+ <version >0.9.12</version >
99 </parent >
1010
1111 <artifactId >scala-extensions</artifactId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >scala-extensions</artifactId >
55 <groupId >com.github.spullara.mustache.java</groupId >
6- <version >0.9.12-SNAPSHOT </version >
6+ <version >0.9.12</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >scala-extensions-2.10</artifactId >
4444 <dependency >
4545 <groupId >com.github.spullara.mustache.java</groupId >
4646 <artifactId >compiler</artifactId >
47- <version >0.9.12-SNAPSHOT </version >
47+ <version >0.9.12</version >
4848 </dependency >
4949 <dependency >
5050 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >scala-extensions</artifactId >
55 <groupId >com.github.spullara.mustache.java</groupId >
6- <version >0.9.12-SNAPSHOT </version >
6+ <version >0.9.12</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >scala-extensions-2.11</artifactId >
4444 <dependency >
4545 <groupId >com.github.spullara.mustache.java</groupId >
4646 <artifactId >compiler</artifactId >
47- <version >0.9.12-SNAPSHOT </version >
47+ <version >0.9.12</version >
4848 </dependency >
4949 <dependency >
5050 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >scala-extensions</artifactId >
55 <groupId >com.github.spullara.mustache.java</groupId >
6- <version >0.9.12-SNAPSHOT </version >
6+ <version >0.9.12</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >scala-extensions-2.12</artifactId >
4444 <dependency >
4545 <groupId >com.github.spullara.mustache.java</groupId >
4646 <artifactId >compiler</artifactId >
47- <version >0.9.12-SNAPSHOT </version >
47+ <version >0.9.12</version >
4848 </dependency >
4949 <dependency >
5050 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >scala-extensions</artifactId >
55 <groupId >com.github.spullara.mustache.java</groupId >
6- <version >0.9.12-SNAPSHOT </version >
6+ <version >0.9.12</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >scala-extensions-2.13</artifactId >
4444 <dependency >
4545 <groupId >com.github.spullara.mustache.java</groupId >
4646 <artifactId >compiler</artifactId >
47- <version >0.9.12-SNAPSHOT </version >
47+ <version >0.9.12</version >
4848 </dependency >
4949 <dependency >
5050 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments