Skip to content

Commit 2479aa5

Browse files
committed
[maven-release-plugin] prepare release mustache.java-0.7.0
1 parent c526d62 commit 2479aa5

4 files changed

Lines changed: 8 additions & 12 deletions

File tree

compiler/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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>

example/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
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

handlebar/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

@@ -27,7 +27,7 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)