File tree Expand file tree Collapse file tree 5 files changed +14
-15
lines changed
Expand file tree Collapse file tree 5 files changed +14
-15
lines changed 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.8.15-SNAPSHOT </version >
6+ <version >0.8.15</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
1616 <dependency >
1717 <groupId >com.github.spullara.mustache.java</groupId >
1818 <artifactId >compiler</artifactId >
19- <version >0.8.15-SNAPSHOT </version >
19+ <version >0.8.15</version >
2020 </dependency >
2121
2222 <!-- ASM -->
3535 <dependency >
3636 <groupId >com.github.spullara.mustache.java</groupId >
3737 <artifactId >compiler</artifactId >
38- <version >0.8.15-SNAPSHOT </version >
38+ <version >0.8.15</version >
3939 <classifier >tests</classifier >
4040 <scope >test</scope >
4141 </dependency >
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.8.15-SNAPSHOT </version >
6+ <version >0.8.15</version >
77 <relativePath >../pom.xml</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
2525 <scm >
2626 <connection >scm:git:git://github.com/spullara/mustache.java.git</connection >
2727 <url >http://github.com/spullara/mustache.java</url >
28- <tag >HEAD </tag >
28+ <tag >mustache.java-0.8.15 </tag >
2929 </scm >
3030
3131 <developers >
Original file line number Diff line number Diff line change 22 <parent >
33 <groupId >com.github.spullara.mustache.java</groupId >
44 <artifactId >mustache.java</artifactId >
5- <version >0.8.15-SNAPSHOT </version >
5+ <version >0.8.15</version >
66 <relativePath >../pom.xml</relativePath >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
2828 <dependency >
2929 <groupId >com.github.spullara.mustache.java</groupId >
3030 <artifactId >compiler</artifactId >
31- <version >0.8.15-SNAPSHOT </version >
31+ <version >0.8.15</version >
3232 </dependency >
3333 <dependency >
3434 <groupId >org.codehaus.jackson</groupId >
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.8.15-SNAPSHOT </version >
6+ <version >0.8.15</version >
77 <relativePath >../pom.xml</relativePath >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >com.github.spullara.mustache.java</groupId >
1111 <artifactId >indy</artifactId >
12- <version >0.8.15-SNAPSHOT </version >
12+ <version >0.8.15</version >
1313 <packaging >bundle</packaging >
1414
1515 <name >indy</name >
2020 <dependency >
2121 <groupId >com.github.spullara.mustache.java</groupId >
2222 <artifactId >codegen</artifactId >
23- <version >0.8.15-SNAPSHOT </version >
23+ <version >0.8.15</version >
2424 </dependency >
2525
2626 <!-- JRuby -->
4747 <dependency >
4848 <groupId >com.github.spullara.mustache.java</groupId >
4949 <artifactId >compiler</artifactId >
50- <version >0.8.15-SNAPSHOT </version >
50+ <version >0.8.15</version >
5151 <classifier >tests</classifier >
5252 <scope >test</scope >
5353 </dependency >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <groupId >com.github.spullara.mustache.java</groupId >
65 <artifactId >mustache.java</artifactId >
7- <version >0.8.15-SNAPSHOT </version >
6+ <version >0.8.15</version >
87 <description >Implementation of the Mustache language in Java.</description >
98
109 <modules >
4645 <connection >scm:git:git@github.com:spullara/mustache.java.git</connection >
4746 <developerConnection >scm:git:git@github.com:spullara/mustache.java.git</developerConnection >
4847 <url >scm:git:git@github.com:spullara/mustache.java.git</url >
49- <tag >HEAD </tag >
48+ <tag >mustache.java-0.8.15 </tag >
5049 </scm >
5150
5251 <distributionManagement >
You can’t perform that action at this time.
0 commit comments