Skip to content

Commit 954666b

Browse files
author
Sam Pullara
committed
[maven-release-plugin] prepare release mustache.java-0.8.17
1 parent 8027ebe commit 954666b

File tree

10 files changed

+24
-26
lines changed

10 files changed

+24
-26
lines changed

codegen/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>mustache.java</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.8.17-SNAPSHOT</version>
6+
<version>0.8.17</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.github.spullara.mustache.java</groupId>
1818
<artifactId>compiler</artifactId>
19-
<version>0.8.17-SNAPSHOT</version>
19+
<version>0.8.17</version>
2020
</dependency>
2121

2222
<!-- ASM -->
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.github.spullara.mustache.java</groupId>
3737
<artifactId>compiler</artifactId>
38-
<version>0.8.17-SNAPSHOT</version>
38+
<version>0.8.17</version>
3939
<classifier>tests</classifier>
4040
<scope>test</scope>
4141
</dependency>

compiler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>mustache.java</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.8.17-SNAPSHOT</version>
6+
<version>0.8.17</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -25,7 +25,7 @@
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.17</tag>
2929
</scm>
3030

3131
<developers>

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.8.17-SNAPSHOT</version>
5+
<version>0.8.17</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.github.spullara.mustache.java</groupId>
3030
<artifactId>compiler</artifactId>
31-
<version>0.8.17-SNAPSHOT</version>
31+
<version>0.8.17</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.codehaus.jackson</groupId>

indy/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>mustache.java</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.8.17-SNAPSHOT</version>
6+
<version>0.8.17</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.17-SNAPSHOT</version>
12+
<version>0.8.17</version>
1313
<packaging>bundle</packaging>
1414

1515
<name>indy</name>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.github.spullara.mustache.java</groupId>
2222
<artifactId>codegen</artifactId>
23-
<version>0.8.17-SNAPSHOT</version>
23+
<version>0.8.17</version>
2424
</dependency>
2525

2626
<!-- JRuby -->
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.github.spullara.mustache.java</groupId>
4949
<artifactId>compiler</artifactId>
50-
<version>0.8.17-SNAPSHOT</version>
50+
<version>0.8.17</version>
5151
<classifier>tests</classifier>
5252
<scope>test</scope>
5353
</dependency>

mustache-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.github.spullara.mustache.java</groupId>
66
<artifactId>mustache.java</artifactId>
7-
<version>0.8.17-SNAPSHOT</version>
7+
<version>0.8.17</version>
88
</parent>
99
<artifactId>mustache-maven-plugin</artifactId>
10-
<version>0.8.17-SNAPSHOT</version>
10+
<version>0.8.17</version>
1111
<packaging>maven-plugin</packaging>
1212
<name>mustache-maven-plugin Maven Mojo</name>
1313
<url>http://maven.apache.org</url>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.github.spullara.mustache.java</groupId>
6161
<artifactId>compiler</artifactId>
62-
<version>0.8.17-SNAPSHOT</version>
62+
<version>0.8.17</version>
6363
</dependency>
6464
</dependencies>
6565

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.spullara.mustache.java</groupId>
66
<artifactId>mustache.java</artifactId>
7-
<version>0.8.17-SNAPSHOT</version>
7+
<version>0.8.17</version>
88
<description>Implementation of the Mustache language in Java.</description>
99

1010
<modules>
@@ -48,7 +48,7 @@
4848
<connection>scm:git:git@github.com:spullara/mustache.java.git</connection>
4949
<developerConnection>scm:git:git@github.com:spullara/mustache.java.git</developerConnection>
5050
<url>scm:git:git@github.com:spullara/mustache.java.git</url>
51-
<tag>HEAD</tag>
51+
<tag>mustache.java-0.8.17</tag>
5252
</scm>
5353

5454
<distributionManagement>

scala-extensions/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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
<parent>
86
<groupId>com.github.spullara.mustache.java</groupId>
97
<artifactId>mustache.java</artifactId>
10-
<version>0.8.17-SNAPSHOT</version>
8+
<version>0.8.17</version>
119
<relativePath>../pom.xml</relativePath>
1210
</parent>
1311

scala-extensions/scala-extensions-2.10/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scala-extensions</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.8.17-SNAPSHOT</version>
6+
<version>0.8.17</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.spullara.mustache.java</groupId>
4747
<artifactId>compiler</artifactId>
48-
<version>0.8.17-SNAPSHOT</version>
48+
<version>0.8.17</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>junit</groupId>

scala-extensions/scala-extensions-2.8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scala-extensions</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.8.17-SNAPSHOT</version>
6+
<version>0.8.17</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.spullara.mustache.java</groupId>
4747
<artifactId>compiler</artifactId>
48-
<version>0.8.17-SNAPSHOT</version>
48+
<version>0.8.17</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>junit</groupId>

scala-extensions/scala-extensions-2.9/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>scala-extensions</artifactId>
55
<groupId>com.github.spullara.mustache.java</groupId>
6-
<version>0.8.17-SNAPSHOT</version>
6+
<version>0.8.17</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.spullara.mustache.java</groupId>
4747
<artifactId>compiler</artifactId>
48-
<version>0.8.17-SNAPSHOT</version>
48+
<version>0.8.17</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>junit</groupId>

0 commit comments

Comments
 (0)