File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
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.11-SNAPSHOT </version >
6
+ <version >0.8.11</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.11-SNAPSHOT </version >
19
+ <version >0.8.11</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.11-SNAPSHOT </version >
38
+ <version >0.8.11</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.11-SNAPSHOT </version >
6
+ <version >0.8.11</version >
7
7
<relativePath >../pom.xml</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
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.11-SNAPSHOT </version >
5
+ <version >0.8.11</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.11-SNAPSHOT </version >
31
+ <version >0.8.11</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.11-SNAPSHOT </version >
6
+ <version >0.8.11</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.11-SNAPSHOT </version >
12
+ <version >0.8.11</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.11-SNAPSHOT </version >
23
+ <version >0.8.11</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.11-SNAPSHOT </version >
50
+ <version >0.8.11</version >
51
51
<classifier >tests</classifier >
52
52
<scope >test</scope >
53
53
</dependency >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >com.github.spullara.mustache.java</groupId >
5
5
<artifactId >mustache.java</artifactId >
6
- <version >0.8.11-SNAPSHOT </version >
6
+ <version >0.8.11</version >
7
7
<description >Implementation of the Mustache language in Java.</description >
8
8
9
9
<modules >
You can’t perform that action at this time.
0 commit comments