File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Include the following in your `pom.xml` for Maven:
33
33
<dependency>
34
34
<groupId>com.github.javadev</groupId>
35
35
<artifactId>underscore</artifactId>
36
- <version>1.30 </version>
36
+ <version>1.31 </version>
37
37
</dependency>
38
38
...
39
39
</dependencies>
@@ -42,7 +42,7 @@ Include the following in your `pom.xml` for Maven:
42
42
Gradle:
43
43
44
44
``` groovy
45
- compile 'com.github.javadev:underscore:1.30 '
45
+ compile 'com.github.javadev:underscore:1.31 '
46
46
```
47
47
48
48
Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore-math</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.26 </version >
8
+ <version >1.27 </version >
9
9
<name >Math plugin for underscore-java</name >
10
10
<description >The math plugin for underscore-java</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
50
50
<plugin >
51
51
<groupId >org.apache.maven.plugins</groupId >
52
52
<artifactId >maven-compiler-plugin</artifactId >
53
- <version >2.3.2 </version >
53
+ <version >3.7.0 </version >
54
54
<configuration >
55
55
<source >1.6</source >
56
56
<target >1.6</target >
86
86
<plugin >
87
87
<groupId >org.apache.maven.plugins</groupId >
88
88
<artifactId >maven-javadoc-plugin</artifactId >
89
- <version >2.10.3 </version >
89
+ <version >3.0.0 </version >
90
90
<executions >
91
91
<execution >
92
92
<id >attach-sources</id >
117
117
<dependency >
118
118
<groupId >com.github.javadev</groupId >
119
119
<artifactId >underscore</artifactId >
120
- <version >1.30 </version >
120
+ <version >1.31 </version >
121
121
</dependency >
122
122
<dependency >
123
123
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.30 </version >
8
+ <version >1.31 </version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
50
50
<plugin >
51
51
<groupId >org.apache.maven.plugins</groupId >
52
52
<artifactId >maven-compiler-plugin</artifactId >
53
- <version >2.3.2 </version >
53
+ <version >3.7.0 </version >
54
54
<configuration >
55
55
<source >1.6</source >
56
56
<target >1.6</target >
86
86
<plugin >
87
87
<groupId >org.apache.maven.plugins</groupId >
88
88
<artifactId >maven-javadoc-plugin</artifactId >
89
- <version >2.10.1 </version >
89
+ <version >3.0.0 </version >
90
90
<executions >
91
91
<execution >
92
92
<id >attach-sources</id >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.30 -SNAPSHOT</version >
8
+ <version >1.31 -SNAPSHOT</version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore-string</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.26 </version >
8
+ <version >1.27 </version >
9
9
<name >String plugin for underscore-java</name >
10
10
<description >The string plugin for underscore-java</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
50
50
<plugin >
51
51
<groupId >org.apache.maven.plugins</groupId >
52
52
<artifactId >maven-compiler-plugin</artifactId >
53
- <version >2.3.2 </version >
53
+ <version >3.7.0 </version >
54
54
<configuration >
55
55
<source >1.6</source >
56
56
<target >1.6</target >
86
86
<plugin >
87
87
<groupId >org.apache.maven.plugins</groupId >
88
88
<artifactId >maven-javadoc-plugin</artifactId >
89
- <version >2.10.3 </version >
89
+ <version >3.0.0 </version >
90
90
<executions >
91
91
<execution >
92
92
<id >attach-sources</id >
117
117
<dependency >
118
118
<groupId >com.github.javadev</groupId >
119
119
<artifactId >underscore</artifactId >
120
- <version >1.30 </version >
120
+ <version >1.31 </version >
121
121
</dependency >
122
122
<dependency >
123
123
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments