File tree Expand file tree Collapse file tree 11 files changed +30
-33
lines changed
Expand file tree Collapse file tree 11 files changed +30
-33
lines changed 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 <parent >
43 <artifactId >mustache.java</artifactId >
54 <groupId >com.github.spullara.mustache.java</groupId >
6- <version >0.9.1-SNAPSHOT </version >
5+ <version >0.9.1</version >
76 </parent >
87 <modelVersion >4.0.0</modelVersion >
98
2423 <dependency >
2524 <groupId >com.github.spullara.mustache.java</groupId >
2625 <artifactId >indy</artifactId >
27- <version >0.9.1-SNAPSHOT </version >
26+ <version >0.9.1</version >
2827 </dependency >
2928 <dependency >
3029 <groupId >org.openjdk.jmh</groupId >
4645 <dependency >
4746 <groupId >com.github.spullara.mustache.java</groupId >
4847 <artifactId >compiler</artifactId >
49- <version >0.9.1-SNAPSHOT </version >
48+ <version >0.9.1</version >
5049 <classifier >tests</classifier >
5150 </dependency >
5251 </dependencies >
9291 <arguments >
9392 <argument >-Xmx1000m</argument >
9493 <argument >-classpath</argument >
95- <classpath />
94+ <classpath />
9695 <argument >org.openjdk.jmh.Main</argument >
9796 <argument >-f</argument >
9897 <argument >2</argument >
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.1-SNAPSHOT </version >
6+ <version >0.9.1</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.9.1-SNAPSHOT </version >
19+ <version >0.9.1</version >
2020 </dependency >
2121
2222 <!-- ASM -->
3535 <dependency >
3636 <groupId >com.github.spullara.mustache.java</groupId >
3737 <artifactId >compiler</artifactId >
38- <version >0.9.1-SNAPSHOT </version >
38+ <version >0.9.1</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.9.1-SNAPSHOT </version >
6+ <version >0.9.1</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.1 </tag >
2828 </scm >
2929
3030 <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.9.1-SNAPSHOT </version >
5+ <version >0.9.1</version >
66 </parent >
77 <modelVersion >4.0.0</modelVersion >
88
2727 <dependency >
2828 <groupId >com.github.spullara.mustache.java</groupId >
2929 <artifactId >compiler</artifactId >
30- <version >0.9.1-SNAPSHOT </version >
30+ <version >0.9.1</version >
3131 </dependency >
3232 <dependency >
3333 <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.9.1-SNAPSHOT </version >
6+ <version >0.9.1</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >indy</artifactId >
10- <version >0.9.1-SNAPSHOT </version >
10+ <version >0.9.1</version >
1111 <packaging >bundle</packaging >
1212
1313 <name >indy</name >
1818 <dependency >
1919 <groupId >com.github.spullara.mustache.java</groupId >
2020 <artifactId >codegen</artifactId >
21- <version >0.9.1-SNAPSHOT </version >
21+ <version >0.9.1</version >
2222 </dependency >
2323
2424 <!-- Testing -->
3737 <dependency >
3838 <groupId >com.github.spullara.mustache.java</groupId >
3939 <artifactId >compiler</artifactId >
40- <version >0.9.1-SNAPSHOT </version >
40+ <version >0.9.1</version >
4141 <classifier >tests</classifier >
4242 <scope >test</scope >
4343 </dependency >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
53 <parent >
64 <groupId >com.github.spullara.mustache.java</groupId >
75 <artifactId >mustache.java</artifactId >
8- <version >0.9.1-SNAPSHOT </version >
6+ <version >0.9.1</version >
97 </parent >
108 <modelVersion >4.0.0</modelVersion >
119
1513 <dependency >
1614 <groupId >com.github.spullara.mustache.java</groupId >
1715 <artifactId >compiler</artifactId >
18- <version >0.9.1-SNAPSHOT </version >
16+ <version >0.9.1</version >
1917 </dependency >
2018 <dependency >
2119 <groupId >junit</groupId >
3230 <dependency >
3331 <groupId >com.github.spullara.mustache.java</groupId >
3432 <artifactId >compiler</artifactId >
35- <version >0.9.1-SNAPSHOT </version >
33+ <version >0.9.1</version >
3634 <classifier >tests</classifier >
3735 <scope >test</scope >
3836 </dependency >
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.1-SNAPSHOT </version >
7+ <version >0.9.1</version >
88 </parent >
99 <artifactId >mustache-maven-plugin</artifactId >
10- <version >0.9.1-SNAPSHOT </version >
10+ <version >0.9.1</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.1-SNAPSHOT </version >
62+ <version >0.9.1</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.1-SNAPSHOT </version >
7+ <version >0.9.1</version >
88 <description >Implementation of the Mustache language in Java.</description >
99
1010 <modules >
5050 <connection >scm:git:git@github.com:spullara/mustache.java.git</connection >
5151 <developerConnection >scm:git:git@github.com:spullara/mustache.java.git</developerConnection >
5252 <url >scm:git:git@github.com:spullara/mustache.java.git</url >
53- <tag >HEAD </tag >
53+ <tag >mustache.java-0.9.1 </tag >
5454 </scm >
5555
5656 <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.1-SNAPSHOT </version >
8+ <version >0.9.1</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.1-SNAPSHOT </version >
6+ <version >0.9.1</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.1-SNAPSHOT </version >
47+ <version >0.9.1</version >
4848 </dependency >
4949 <dependency >
5050 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments