Skip to content

Commit

Permalink
Add version 1.32 jar file and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed May 1, 2018
1 parent 7bc6fec commit 405143d
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.31</version>
<version>1.32</version>
</dependency>
...
</dependencies>
Expand All @@ -44,7 +44,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
compile 'com.github.javadev:underscore:1.31'
compile 'com.github.javadev:underscore:1.32'
```

Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).
Expand Down
4 changes: 2 additions & 2 deletions lodash-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.31</version>
<version>1.32</version>
</dependency>
...
</dependencies>
Expand All @@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
compile 'com.github.javadev:underscore:1.31'
compile 'com.github.javadev:underscore:1.32'
```

Underscore-lodash is a java port of [lodash.com](https://lodash.com/docs).
Expand Down
4 changes: 2 additions & 2 deletions math-plugin/pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore-math</artifactId>
<packaging>jar</packaging>
<version>1.27</version>
<version>1.28</version>
<name>Math plugin for underscore-java</name>
<description>The math plugin for underscore-java</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.31</version>
<version>1.32</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions math-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore-math</artifactId>
<packaging>jar</packaging>
<version>1.27-SNAPSHOT</version>
<version>1.28-SNAPSHOT</version>
<name>Math plugin for underscore-java</name>
<description>The math plugin for underscore-java</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down Expand Up @@ -235,7 +235,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.31-SNAPSHOT</version>
<version>1.32-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file added math-plugin/underscore-math-1.28.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<packaging>jar</packaging>
<version>1.31</version>
<version>1.32</version>
<name>java port of Underscore.js</name>
<description>The java port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<packaging>jar</packaging>
<version>1.31-SNAPSHOT</version>
<version>1.32-SNAPSHOT</version>
<name>java port of Underscore.js</name>
<description>The java port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down
4 changes: 2 additions & 2 deletions string-plugin/pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore-string</artifactId>
<packaging>jar</packaging>
<version>1.27</version>
<version>1.28</version>
<name>String plugin for underscore-java</name>
<description>The string plugin for underscore-java</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.31</version>
<version>1.32</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions string-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore-string</artifactId>
<packaging>jar</packaging>
<version>1.27-SNAPSHOT</version>
<version>1.28-SNAPSHOT</version>
<name>String plugin for underscore-java</name>
<description>The string plugin for underscore-java</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down Expand Up @@ -231,7 +231,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.31-SNAPSHOT</version>
<version>1.32-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file added string-plugin/underscore-string-1.28.jar
Binary file not shown.
Binary file added underscore-1.32.jar
Binary file not shown.

0 comments on commit 405143d

Please sign in to comment.