Skip to content

Commit a34d919

Browse files
committed
Add version 1.57 description.
1 parent bc6c82d commit a34d919

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Include the following in your `pom.xml` for Maven:
4242
<dependency>
4343
<groupId>com.github.javadev</groupId>
4444
<artifactId>underscore</artifactId>
45-
<version>1.56</version>
45+
<version>1.57</version>
4646
</dependency>
4747
...
4848
</dependencies>
@@ -51,7 +51,7 @@ Include the following in your `pom.xml` for Maven:
5151
Gradle:
5252

5353
```groovy
54-
compile 'com.github.javadev:underscore:1.56'
54+
compile 'com.github.javadev:underscore:1.57'
5555
```
5656

5757
### Usage

pom-central.xml

Lines changed: 3 additions & 3 deletions
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.56</version>
8+
<version>1.57</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>
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>org.apache.maven.plugins</groupId>
5252
<artifactId>maven-compiler-plugin</artifactId>
53-
<version>3.8.0</version>
53+
<version>3.8.1</version>
5454
<configuration>
5555
<source>1.6</source>
5656
<target>1.6</target>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>junit</groupId>
120120
<artifactId>junit</artifactId>
121-
<version>4.12</version>
121+
<version>4.13</version>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>

pom-pack.xml

Lines changed: 3 additions & 3 deletions
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.56</version>
8+
<version>1.57</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>
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>org.apache.maven.plugins</groupId>
5252
<artifactId>maven-compiler-plugin</artifactId>
53-
<version>3.8.0</version>
53+
<version>3.8.1</version>
5454
<configuration>
5555
<source>1.6</source>
5656
<target>1.6</target>
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>junit</groupId>
174174
<artifactId>junit</artifactId>
175-
<version>4.12</version>
175+
<version>4.13</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>

pom.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.56-SNAPSHOT</version>
8+
<version>1.57-SNAPSHOT</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>

0 commit comments

Comments
 (0)