Skip to content

Commit 8862b66

Browse files
committed
Add version 1.7 jar file and description.
1 parent 12f8025 commit 8862b66

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Include the following in your `pom.xml` for Maven:
3232
<dependency>
3333
<groupId>com.github.javadev</groupId>
3434
<artifactId>underscore</artifactId>
35-
<version>1.6</version>
35+
<version>1.7</version>
3636
</dependency>
3737
...
3838
</dependencies>

lodash-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-pmd-plugin</artifactId>
191191
<configuration>
192-
<targetJdk>1.5</targetJdk>
192+
<targetJdk>1.6</targetJdk>
193193
<rulesets>
194194
<ruleset>rulesets/java/basic.xml</ruleset>
195195
<ruleset>rulesets/java/design.xml</ruleset>
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.codehaus.mojo</groupId>
211211
<artifactId>findbugs-maven-plugin</artifactId>
212-
<version>3.0.0</version>
212+
<version>3.0.2</version>
213213
</plugin>
214214
<plugin>
215215
<groupId>org.codehaus.mojo</groupId>
68.8 KB
Binary file not shown.

math-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<groupId>org.apache.maven.plugins</groupId>
167167
<artifactId>maven-pmd-plugin</artifactId>
168168
<configuration>
169-
<targetJdk>1.5</targetJdk>
169+
<targetJdk>1.6</targetJdk>
170170
<rulesets>
171171
<ruleset>rulesets/java/basic.xml</ruleset>
172172
<ruleset>rulesets/java/design.xml</ruleset>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.codehaus.mojo</groupId>
188188
<artifactId>findbugs-maven-plugin</artifactId>
189-
<version>3.0.0</version>
189+
<version>3.0.2</version>
190190
</plugin>
191191
<plugin>
192192
<groupId>org.codehaus.mojo</groupId>
54.5 KB
Binary file not shown.

pom-central.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.6</version>
8+
<version>1.7</version>
99
<name>java port of Underscore.js</name>
1010
<description>The java port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java</url>

string-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<artifactId>maven-pmd-plugin</artifactId>
191191
<version>3.5</version>
192192
<configuration>
193-
<targetJdk>1.5</targetJdk>
193+
<targetJdk>1.6</targetJdk>
194194
<rulesets>
195195
<ruleset>rulesets/java/basic.xml</ruleset>
196196
<ruleset>rulesets/java/design.xml</ruleset>
@@ -210,7 +210,7 @@
210210
<plugin>
211211
<groupId>org.codehaus.mojo</groupId>
212212
<artifactId>findbugs-maven-plugin</artifactId>
213-
<version>3.0.0</version>
213+
<version>3.0.2</version>
214214
</plugin>
215215
<plugin>
216216
<groupId>org.codehaus.mojo</groupId>
65.4 KB
Binary file not shown.

underscore-1.7.jar

66.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)