Skip to content

Commit 3d64c00

Browse files
committed
Add version 1.35 jar file and description.
1 parent 3035c76 commit 3d64c00

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
3434
<dependency>
3535
<groupId>com.github.javadev</groupId>
3636
<artifactId>underscore</artifactId>
37-
<version>1.34</version>
37+
<version>1.35</version>
3838
</dependency>
3939
...
4040
</dependencies>
@@ -43,7 +43,7 @@ Include the following in your `pom.xml` for Maven:
4343
Gradle:
4444

4545
```groovy
46-
compile 'com.github.javadev:underscore:1.34'
46+
compile 'com.github.javadev:underscore:1.35'
4747
```
4848

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

lodash-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
1818
<dependency>
1919
<groupId>com.github.javadev</groupId>
2020
<artifactId>underscore</artifactId>
21-
<version>1.34</version>
21+
<version>1.35</version>
2222
</dependency>
2323
...
2424
</dependencies>
@@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
2727
Gradle:
2828

2929
```groovy
30-
compile 'com.github.javadev:underscore:1.34'
30+
compile 'com.github.javadev:underscore:1.35'
3131
```
3232

3333
Underscore-lodash is a java port of [lodash.com](https://lodash.com/docs).

pom-central.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.34</version>
8+
<version>1.35</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>

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.34-SNAPSHOT</version>
8+
<version>1.35-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: 2 additions & 2 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.30</version>
8+
<version>1.31</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>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>com.github.javadev</groupId>
119119
<artifactId>underscore</artifactId>
120-
<version>1.34</version>
120+
<version>1.35</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>junit</groupId>

string-plugin/pom.xml

Lines changed: 2 additions & 2 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.30-SNAPSHOT</version>
8+
<version>1.31-SNAPSHOT</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>
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>com.github.javadev</groupId>
215215
<artifactId>underscore</artifactId>
216-
<version>1.34-SNAPSHOT</version>
216+
<version>1.35-SNAPSHOT</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>junit</groupId>

underscore-1.35.jar

143 KB
Binary file not shown.

0 commit comments

Comments
 (0)