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

Commit

Permalink
Introduce version 1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Sep 30, 2018
1 parent a46955c commit 84a92cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,7 +21,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore8</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>
...
</dependencies>
Expand All @@ -30,7 +30,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
compile 'com.github.javadev:underscore8:1.6'
compile 'com.github.javadev:underscore8:1.7'
```

Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).
Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore8</artifactId>
<packaging>jar</packaging>
<version>1.6</version>
<version>1.7</version>
<name>java 8 port of Underscore.js</name>
<description>The java 8 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java8</url>
Expand Down
2 changes: 1 addition & 1 deletion pom-pack.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore8</artifactId>
<packaging>jar</packaging>
<version>1.6</version>
<version>1.7</version>
<name>java 8 port of Underscore.js</name>
<description>The java 8 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java8</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore8</artifactId>
<packaging>jar</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.7-SNAPSHOT</version>
<name>java 8 port of Underscore.js</name>
<description>The java 8 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java8</url>
Expand Down

0 comments on commit 84a92cb

Please sign in to comment.