File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 <artifactId >mustache.java</artifactId >
75 <groupId >com.github.spullara.mustache.java</groupId >
8- <version >0.7.0-SNAPSHOT </version >
6+ <version >0.7.0</version >
97 </parent >
108 <modelVersion >4.0.0</modelVersion >
119 <artifactId >compiler</artifactId >
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 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >com.github.spullara.mustache.java</groupId >
86 <artifactId >example</artifactId >
9- <version >0.7.0-SNAPSHOT </version >
7+ <version >0.7.0</version >
108
119 <dependencies >
1210 <dependency >
1311 <groupId >com.github.spullara.mustache.java</groupId >
1412 <artifactId >compiler</artifactId >
15- <version >0.7.0-SNAPSHOT </version >
13+ <version >0.7.0</version >
1614 </dependency >
1715 </dependencies >
1816
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.7.0-SNAPSHOT </version >
5+ <version >0.7.0</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.7.0-SNAPSHOT </version >
30+ <version >0.7.0</version >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.codehaus.jackson</groupId >
Original file line number Diff line number Diff line change 33
44 <groupId >com.github.spullara.mustache.java</groupId >
55 <artifactId >mustache.java</artifactId >
6- <version >0.7.0-SNAPSHOT </version >
6+ <version >0.7.0</version >
77 <description >Implementation of the Mustache language in Java.</description >
88
99 <modules >
You can’t perform that action at this time.
0 commit comments