Skip to content

Commit b4770e3

Browse files
committed
Add version 1.31 jar file and description.
1 parent af7e236 commit b4770e3

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
4242
Gradle:
4343

4444
```groovy
45-
compile 'com.github.javadev:underscore:1.30'
45+
compile 'com.github.javadev:underscore:1.31'
4646
```
4747

4848
Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).

math-plugin/pom-central.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -50,7 +50,7 @@
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>
@@ -86,7 +86,7 @@
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>
@@ -117,7 +117,7 @@
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>

math-plugin/underscore-math-1.27.jar

92.2 KB
Binary file not shown.

pom-central.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -50,7 +50,7 @@
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>
@@ -86,7 +86,7 @@
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>

pom.xml

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

string-plugin/pom-central.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -50,7 +50,7 @@
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>
@@ -86,7 +86,7 @@
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>
@@ -117,7 +117,7 @@
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>
108 KB
Binary file not shown.

underscore-1.31.jar

121 KB
Binary file not shown.

0 commit comments

Comments
 (0)