File tree Expand file tree Collapse file tree 10 files changed +24
-26
lines changed Expand file tree Collapse file tree 10 files changed +24
-26
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >mustache.java</artifactId >
5
5
<groupId >com.github.spullara.mustache.java</groupId >
6
- <version >0.8.17-SNAPSHOT </version >
6
+ <version >0.8.17</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
16
16
<dependency >
17
17
<groupId >com.github.spullara.mustache.java</groupId >
18
18
<artifactId >compiler</artifactId >
19
- <version >0.8.17-SNAPSHOT </version >
19
+ <version >0.8.17</version >
20
20
</dependency >
21
21
22
22
<!-- ASM -->
35
35
<dependency >
36
36
<groupId >com.github.spullara.mustache.java</groupId >
37
37
<artifactId >compiler</artifactId >
38
- <version >0.8.17-SNAPSHOT </version >
38
+ <version >0.8.17</version >
39
39
<classifier >tests</classifier >
40
40
<scope >test</scope >
41
41
</dependency >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >mustache.java</artifactId >
5
5
<groupId >com.github.spullara.mustache.java</groupId >
6
- <version >0.8.17-SNAPSHOT </version >
6
+ <version >0.8.17</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
25
25
<scm >
26
26
<connection >scm:git:git://github.com/spullara/mustache.java.git</connection >
27
27
<url >http://github.com/spullara/mustache.java</url >
28
- <tag >HEAD </tag >
28
+ <tag >mustache.java-0.8.17 </tag >
29
29
</scm >
30
30
31
31
<developers >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >com.github.spullara.mustache.java</groupId >
4
4
<artifactId >mustache.java</artifactId >
5
- <version >0.8.17-SNAPSHOT </version >
5
+ <version >0.8.17</version >
6
6
<relativePath >../pom.xml</relativePath >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
28
28
<dependency >
29
29
<groupId >com.github.spullara.mustache.java</groupId >
30
30
<artifactId >compiler</artifactId >
31
- <version >0.8.17-SNAPSHOT </version >
31
+ <version >0.8.17</version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >org.codehaus.jackson</groupId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >mustache.java</artifactId >
5
5
<groupId >com.github.spullara.mustache.java</groupId >
6
- <version >0.8.17-SNAPSHOT </version >
6
+ <version >0.8.17</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<groupId >com.github.spullara.mustache.java</groupId >
11
11
<artifactId >indy</artifactId >
12
- <version >0.8.17-SNAPSHOT </version >
12
+ <version >0.8.17</version >
13
13
<packaging >bundle</packaging >
14
14
15
15
<name >indy</name >
20
20
<dependency >
21
21
<groupId >com.github.spullara.mustache.java</groupId >
22
22
<artifactId >codegen</artifactId >
23
- <version >0.8.17-SNAPSHOT </version >
23
+ <version >0.8.17</version >
24
24
</dependency >
25
25
26
26
<!-- JRuby -->
47
47
<dependency >
48
48
<groupId >com.github.spullara.mustache.java</groupId >
49
49
<artifactId >compiler</artifactId >
50
- <version >0.8.17-SNAPSHOT </version >
50
+ <version >0.8.17</version >
51
51
<classifier >tests</classifier >
52
52
<scope >test</scope >
53
53
</dependency >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.spullara.mustache.java</groupId >
6
6
<artifactId >mustache.java</artifactId >
7
- <version >0.8.17-SNAPSHOT </version >
7
+ <version >0.8.17</version >
8
8
</parent >
9
9
<artifactId >mustache-maven-plugin</artifactId >
10
- <version >0.8.17-SNAPSHOT </version >
10
+ <version >0.8.17</version >
11
11
<packaging >maven-plugin</packaging >
12
12
<name >mustache-maven-plugin Maven Mojo</name >
13
13
<url >http://maven.apache.org</url >
59
59
<dependency >
60
60
<groupId >com.github.spullara.mustache.java</groupId >
61
61
<artifactId >compiler</artifactId >
62
- <version >0.8.17-SNAPSHOT </version >
62
+ <version >0.8.17</version >
63
63
</dependency >
64
64
</dependencies >
65
65
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.spullara.mustache.java</groupId >
6
6
<artifactId >mustache.java</artifactId >
7
- <version >0.8.17-SNAPSHOT </version >
7
+ <version >0.8.17</version >
8
8
<description >Implementation of the Mustache language in Java.</description >
9
9
10
10
<modules >
48
48
<connection >scm:git:git@github.com:spullara/mustache.java.git</connection >
49
49
<developerConnection >scm:git:git@github.com:spullara/mustache.java.git</developerConnection >
50
50
<url >scm:git:git@github.com:spullara/mustache.java.git</url >
51
- <tag >HEAD </tag >
51
+ <tag >mustache.java-0.8.17 </tag >
52
52
</scm >
53
53
54
54
<distributionManagement >
Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<parent >
8
6
<groupId >com.github.spullara.mustache.java</groupId >
9
7
<artifactId >mustache.java</artifactId >
10
- <version >0.8.17-SNAPSHOT </version >
8
+ <version >0.8.17</version >
11
9
<relativePath >../pom.xml</relativePath >
12
10
</parent >
13
11
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >scala-extensions</artifactId >
5
5
<groupId >com.github.spullara.mustache.java</groupId >
6
- <version >0.8.17-SNAPSHOT </version >
6
+ <version >0.8.17</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
45
45
<dependency >
46
46
<groupId >com.github.spullara.mustache.java</groupId >
47
47
<artifactId >compiler</artifactId >
48
- <version >0.8.17-SNAPSHOT </version >
48
+ <version >0.8.17</version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >scala-extensions</artifactId >
5
5
<groupId >com.github.spullara.mustache.java</groupId >
6
- <version >0.8.17-SNAPSHOT </version >
6
+ <version >0.8.17</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
45
45
<dependency >
46
46
<groupId >com.github.spullara.mustache.java</groupId >
47
47
<artifactId >compiler</artifactId >
48
- <version >0.8.17-SNAPSHOT </version >
48
+ <version >0.8.17</version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >scala-extensions</artifactId >
5
5
<groupId >com.github.spullara.mustache.java</groupId >
6
- <version >0.8.17-SNAPSHOT </version >
6
+ <version >0.8.17</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
45
45
<dependency >
46
46
<groupId >com.github.spullara.mustache.java</groupId >
47
47
<artifactId >compiler</artifactId >
48
- <version >0.8.17-SNAPSHOT </version >
48
+ <version >0.8.17</version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments