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:
3333 <dependency>
3434 <groupId>com.github.javadev</groupId>
3535 <artifactId>underscore</artifactId>
36- <version>1.30 </version>
36+ <version>1.31 </version>
3737 </dependency>
3838 ...
3939</dependencies>
@@ -42,7 +42,7 @@ Include the following in your `pom.xml` for Maven:
4242Gradle:
4343
4444``` groovy
45- compile 'com.github.javadev:underscore:1.30 '
45+ compile 'com.github.javadev:underscore:1.31 '
4646```
4747
4848Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore-math</artifactId >
77 <packaging >jar</packaging >
8- <version >1.26 </version >
8+ <version >1.27 </version >
99 <name >Math plugin for underscore-java</name >
1010 <description >The math plugin for underscore-java</description >
1111 <url >https://github.com/javadev/underscore-java</url >
5050 <plugin >
5151 <groupId >org.apache.maven.plugins</groupId >
5252 <artifactId >maven-compiler-plugin</artifactId >
53- <version >2.3.2 </version >
53+ <version >3.7.0 </version >
5454 <configuration >
5555 <source >1.6</source >
5656 <target >1.6</target >
8686 <plugin >
8787 <groupId >org.apache.maven.plugins</groupId >
8888 <artifactId >maven-javadoc-plugin</artifactId >
89- <version >2.10.3 </version >
89+ <version >3.0.0 </version >
9090 <executions >
9191 <execution >
9292 <id >attach-sources</id >
117117 <dependency >
118118 <groupId >com.github.javadev</groupId >
119119 <artifactId >underscore</artifactId >
120- <version >1.30 </version >
120+ <version >1.31 </version >
121121 </dependency >
122122 <dependency >
123123 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.30 </version >
8+ <version >1.31 </version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
5050 <plugin >
5151 <groupId >org.apache.maven.plugins</groupId >
5252 <artifactId >maven-compiler-plugin</artifactId >
53- <version >2.3.2 </version >
53+ <version >3.7.0 </version >
5454 <configuration >
5555 <source >1.6</source >
5656 <target >1.6</target >
8686 <plugin >
8787 <groupId >org.apache.maven.plugins</groupId >
8888 <artifactId >maven-javadoc-plugin</artifactId >
89- <version >2.10.1 </version >
89+ <version >3.0.0 </version >
9090 <executions >
9191 <execution >
9292 <id >attach-sources</id >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.30 -SNAPSHOT</version >
8+ <version >1.31 -SNAPSHOT</version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore-string</artifactId >
77 <packaging >jar</packaging >
8- <version >1.26 </version >
8+ <version >1.27 </version >
99 <name >String plugin for underscore-java</name >
1010 <description >The string plugin for underscore-java</description >
1111 <url >https://github.com/javadev/underscore-java</url >
5050 <plugin >
5151 <groupId >org.apache.maven.plugins</groupId >
5252 <artifactId >maven-compiler-plugin</artifactId >
53- <version >2.3.2 </version >
53+ <version >3.7.0 </version >
5454 <configuration >
5555 <source >1.6</source >
5656 <target >1.6</target >
8686 <plugin >
8787 <groupId >org.apache.maven.plugins</groupId >
8888 <artifactId >maven-javadoc-plugin</artifactId >
89- <version >2.10.3 </version >
89+ <version >3.0.0 </version >
9090 <executions >
9191 <execution >
9292 <id >attach-sources</id >
117117 <dependency >
118118 <groupId >com.github.javadev</groupId >
119119 <artifactId >underscore</artifactId >
120- <version >1.30 </version >
120+ <version >1.31 </version >
121121 </dependency >
122122 <dependency >
123123 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments