Skip to content

Commit 77763d7

Browse files
committed
Introduce version 1.18.
1 parent 3fc8591 commit 77763d7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Include the following in your `pom.xml` for Maven:
2525
<dependency>
2626
<groupId>com.github.javadev</groupId>
2727
<artifactId>underscore11</artifactId>
28-
<version>1.17</version>
28+
<version>1.18</version>
2929
</dependency>
3030
...
3131
</dependencies>
@@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
3434
Gradle:
3535

3636
```groovy
37-
compile 'com.github.javadev:underscore11:1.17'
37+
compile 'com.github.javadev:underscore11:1.18'
3838
```
3939

4040
Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).
@@ -113,6 +113,6 @@ Map<String, Object> value = U.objectBuilder()
113113
In addition to porting Underscore's functionality, Underscore-java includes matching unit tests.
114114

115115
For docs, license, tests, and downloads, see:
116-
http://javadev.github.io/underscore-java
116+
https://javadev.github.io/underscore-java
117117

118118
Thanks to Jeremy Ashkenas and all contributors to Underscore.js.

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>underscore11</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.17</version>
8+
<version>1.18</version>
99
<name>java 11 port of Underscore.js</name>
1010
<description>The java 11 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java11</url>

pom-pack.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>underscore11</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.17</version>
8+
<version>1.18</version>
99
<name>java 11 port of Underscore.js</name>
1010
<description>The java 11 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java11</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>underscore11</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.17-SNAPSHOT</version>
8+
<version>1.18-SNAPSHOT</version>
99
<name>java 11 port of Underscore.js</name>
1010
<description>The java 11 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java11</url>

0 commit comments

Comments
 (0)