Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 9e6c879

Browse files
committed
Introduce version 1.28.
1 parent 94efb56 commit 9e6c879

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Include the following in your `pom.xml` for Maven:
2626
<dependency>
2727
<groupId>com.github.javadev</groupId>
2828
<artifactId>underscore8</artifactId>
29-
<version>1.27</version>
29+
<version>1.28</version>
3030
</dependency>
3131
...
3232
</dependencies>
@@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
3535
Gradle:
3636

3737
```groovy
38-
compile 'com.github.javadev:underscore8:1.27'
38+
compile 'com.github.javadev:underscore8:1.28'
3939
```
4040

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

pom-central.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore8</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.27</version>
8+
<version>1.28</version>
99
<name>java 8 port of Underscore.js</name>
1010
<description>The java 8 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java8</url>

pom-pack.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore8</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.27</version>
8+
<version>1.28</version>
99
<name>java 8 port of Underscore.js</name>
1010
<description>The java 8 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java8</url>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore8</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.27-SNAPSHOT</version>
8+
<version>1.28-SNAPSHOT</version>
99
<name>java 8 port of Underscore.js</name>
1010
<description>The java 8 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java8</url>

0 commit comments

Comments
 (0)