Skip to content

Commit 45aa96a

Browse files
committed
[maven-release-plugin] prepare release mustache.java-0.9.1
1 parent a5b7ec1 commit 45aa96a

File tree

11 files changed

+30
-33
lines changed

11 files changed

+30
-33
lines changed

benchmarks/pom.xml

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

@@ -24,7 +23,7 @@
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>
@@ -46,7 +45,7 @@
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>
@@ -92,7 +91,7 @@
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>

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.9.1-SNAPSHOT</version>
6+
<version>0.9.1</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.9.1-SNAPSHOT</version>
19+
<version>0.9.1</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.9.1-SNAPSHOT</version>
38+
<version>0.9.1</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.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>compiler</artifactId>
@@ -24,7 +24,7 @@
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>

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.9.1-SNAPSHOT</version>
5+
<version>0.9.1</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.9.1-SNAPSHOT</version>
30+
<version>0.9.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.codehaus.jackson</groupId>

indy/pom.xml

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

javascript/pom.xml

Lines changed: 4 additions & 6 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
<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

@@ -15,7 +13,7 @@
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>
@@ -32,7 +30,7 @@
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>

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.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>
@@ -59,7 +59,7 @@
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

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.9.1-SNAPSHOT</version>
7+
<version>0.9.1</version>
88
<description>Implementation of the Mustache language in Java.</description>
99

1010
<modules>
@@ -50,7 +50,7 @@
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>

scala-extensions/pom.xml

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

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.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>
@@ -44,7 +44,7 @@
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>

0 commit comments

Comments
 (0)