Skip to content

Commit

Permalink
Add version 1.6 jar file and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Sep 1, 2015
1 parent 15c9911 commit 475b062
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lodash-plugin/pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file added lodash-plugin/underscore-lodash-1.2.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion math-plugin/pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file added math-plugin/underscore-math-1.2.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion string-plugin/pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file added string-plugin/underscore-string-1.2.jar
Binary file not shown.
Binary file added underscore-1.6.jar
Binary file not shown.

0 comments on commit 475b062

Please sign in to comment.