Skip to content

Commit afc3f13

Browse files
committed
Add version 1.53 description.
1 parent a0898b0 commit afc3f13

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.52</version>
45+
<version>1.53</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.52'
54+
compile 'com.github.javadev:underscore:1.53'
5555
```
5656

5757
### Usage

pom-central.xml

Lines changed: 2 additions & 2 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.52</version>
8+
<version>1.53</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>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.awaitility</groupId>
125125
<artifactId>awaitility</artifactId>
126-
<version>3.1.6</version>
126+
<version>4.0.2</version>
127127
<scope>test</scope>
128128
</dependency>
129129
</dependencies>

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.52</version>
8+
<version>1.53</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>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-gpg-plugin</artifactId>
156-
<version>1.4</version>
156+
<version>1.6</version>
157157
<executions>
158158
<execution>
159159
<id>sign-artifacts</id>
@@ -176,7 +176,7 @@
176176
<dependency>
177177
<groupId>org.awaitility</groupId>
178178
<artifactId>awaitility</artifactId>
179-
<version>3.1.6</version>
179+
<version>4.0.2</version>
180180
<scope>test</scope>
181181
</dependency>
182182
</dependencies>

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.52-SNAPSHOT</version>
8+
<version>1.53-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)