File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
35
35
<dependency>
36
36
<groupId>com.github.javadev</groupId>
37
37
<artifactId>underscore</artifactId>
38
- <version>1.32 </version>
38
+ <version>1.33 </version>
39
39
</dependency>
40
40
...
41
41
</dependencies>
@@ -44,7 +44,7 @@ Include the following in your `pom.xml` for Maven:
44
44
Gradle:
45
45
46
46
``` groovy
47
- compile 'com.github.javadev:underscore:1.32 '
47
+ compile 'com.github.javadev:underscore:1.33 '
48
48
```
49
49
50
50
Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
18
18
<dependency>
19
19
<groupId>com.github.javadev</groupId>
20
20
<artifactId>underscore</artifactId>
21
- <version>1.32 </version>
21
+ <version>1.33 </version>
22
22
</dependency>
23
23
...
24
24
</dependencies>
@@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
27
27
Gradle:
28
28
29
29
``` groovy
30
- compile 'com.github.javadev:underscore:1.32 '
30
+ compile 'com.github.javadev:underscore:1.33 '
31
31
```
32
32
33
33
Underscore-lodash is a java port of [ lodash.com] ( https://lodash.com/docs ) .
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.28 </version >
8
+ <version >1.29 </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 >
117
117
<dependency >
118
118
<groupId >com.github.javadev</groupId >
119
119
<artifactId >underscore</artifactId >
120
- <version >1.32 </version >
120
+ <version >1.33 </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-math</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.28 -SNAPSHOT</version >
8
+ <version >1.29 -SNAPSHOT</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 >
235
235
<dependency >
236
236
<groupId >com.github.javadev</groupId >
237
237
<artifactId >underscore</artifactId >
238
- <version >1.32 -SNAPSHOT</version >
238
+ <version >1.33 -SNAPSHOT</version >
239
239
</dependency >
240
240
<dependency >
241
241
<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.32 </version >
8
+ <version >1.33 </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</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.32 -SNAPSHOT</version >
8
+ <version >1.33 -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.28 </version >
8
+ <version >1.29 </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 >
117
117
<dependency >
118
118
<groupId >com.github.javadev</groupId >
119
119
<artifactId >underscore</artifactId >
120
- <version >1.32 </version >
120
+ <version >1.33 </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-string</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.28 -SNAPSHOT</version >
8
+ <version >1.29 -SNAPSHOT</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 >
231
231
<dependency >
232
232
<groupId >com.github.javadev</groupId >
233
233
<artifactId >underscore</artifactId >
234
- <version >1.32 -SNAPSHOT</version >
234
+ <version >1.33 -SNAPSHOT</version >
235
235
</dependency >
236
236
<dependency >
237
237
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments