File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
34
34
<dependency>
35
35
<groupId>com.github.javadev</groupId>
36
36
<artifactId>underscore</artifactId>
37
- <version>1.34 </version>
37
+ <version>1.35 </version>
38
38
</dependency>
39
39
...
40
40
</dependencies>
@@ -43,7 +43,7 @@ Include the following in your `pom.xml` for Maven:
43
43
Gradle:
44
44
45
45
``` groovy
46
- compile 'com.github.javadev:underscore:1.34 '
46
+ compile 'com.github.javadev:underscore:1.35 '
47
47
```
48
48
49
49
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.34 </version>
21
+ <version>1.35 </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.34 '
30
+ compile 'com.github.javadev:underscore:1.35 '
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</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.34 </version >
8
+ <version >1.35 </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.34 -SNAPSHOT</version >
8
+ <version >1.35 -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.30 </version >
8
+ <version >1.31 </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.34 </version >
120
+ <version >1.35 </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.30 -SNAPSHOT</version >
8
+ <version >1.31 -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 >
213
213
<dependency >
214
214
<groupId >com.github.javadev</groupId >
215
215
<artifactId >underscore</artifactId >
216
- <version >1.34 -SNAPSHOT</version >
216
+ <version >1.35 -SNAPSHOT</version >
217
217
</dependency >
218
218
<dependency >
219
219
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments