Skip to content

Commit 5505f15

Browse files
committed
Add version 1.33 jar file and description.
1 parent 2be5c71 commit 5505f15

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
3535
<dependency>
3636
<groupId>com.github.javadev</groupId>
3737
<artifactId>underscore</artifactId>
38-
<version>1.32</version>
38+
<version>1.33</version>
3939
</dependency>
4040
...
4141
</dependencies>
@@ -44,7 +44,7 @@ Include the following in your `pom.xml` for Maven:
4444
Gradle:
4545

4646
```groovy
47-
compile 'com.github.javadev:underscore:1.32'
47+
compile 'com.github.javadev:underscore:1.33'
4848
```
4949

5050
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.32</version>
21+
<version>1.33</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.32'
30+
compile 'com.github.javadev:underscore:1.33'
3131
```
3232

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

math-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-math</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.28</version>
8+
<version>1.29</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>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>com.github.javadev</groupId>
119119
<artifactId>underscore</artifactId>
120-
<version>1.32</version>
120+
<version>1.33</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>junit</groupId>

math-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-math</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.28-SNAPSHOT</version>
8+
<version>1.29-SNAPSHOT</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>
@@ -235,7 +235,7 @@
235235
<dependency>
236236
<groupId>com.github.javadev</groupId>
237237
<artifactId>underscore</artifactId>
238-
<version>1.32-SNAPSHOT</version>
238+
<version>1.33-SNAPSHOT</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>junit</groupId>

math-plugin/underscore-math-1.29.jar

97.1 KB
Binary file not shown.

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.32</version>
8+
<version>1.33</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.32-SNAPSHOT</version>
8+
<version>1.33-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.28</version>
8+
<version>1.29</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.32</version>
120+
<version>1.33</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.28-SNAPSHOT</version>
8+
<version>1.29-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>
@@ -231,7 +231,7 @@
231231
<dependency>
232232
<groupId>com.github.javadev</groupId>
233233
<artifactId>underscore</artifactId>
234-
<version>1.32-SNAPSHOT</version>
234+
<version>1.33-SNAPSHOT</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>junit</groupId>
113 KB
Binary file not shown.

underscore-1.33.jar

127 KB
Binary file not shown.

0 commit comments

Comments
 (0)