Skip to content

Commit

Permalink
Add version 1.14 jar file and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed May 3, 2016
1 parent c0ee487 commit 6781e4a
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lodash-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-lodash</artifactId>
<packaging>jar</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.10-SNAPSHOT</version>
<name>Lodash plugin for underscore-java</name>
<description>The lodash plugin for underscore-java</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down Expand Up @@ -230,7 +230,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.13-SNAPSHOT</version>
<version>1.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file added lodash-plugin/underscore-lodash-1.10.jar
Binary file not shown.
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.7-SNAPSHOT</version>
<version>1.10-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 @@ -206,7 +206,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.13-SNAPSHOT</version>
<version>1.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file added math-plugin/underscore-math-1.10.jar
Binary file not shown.
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.13-SNAPSHOT</version>
<version>1.14-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.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.7-SNAPSHOT</version>
<version>1.10-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 @@ -230,7 +230,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.13-SNAPSHOT</version>
<version>1.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file added string-plugin/underscore-string-1.10.jar
Binary file not shown.
Binary file added underscore-1.14.jar
Binary file not shown.

0 comments on commit 6781e4a

Please sign in to comment.