Skip to content

Commit 2c42f73

Browse files
committed
Introduce version 1.10.
1 parent a8527b5 commit 2c42f73

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
@@ -25,7 +25,7 @@ Include the following in your `pom.xml` for Maven:
2525
<dependency>
2626
<groupId>com.github.javadev</groupId>
2727
<artifactId>underscore11</artifactId>
28-
<version>1.9</version>
28+
<version>1.10</version>
2929
</dependency>
3030
...
3131
</dependencies>
@@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
3434
Gradle:
3535

3636
```groovy
37-
compile 'com.github.javadev:underscore11:1.9'
37+
compile 'com.github.javadev:underscore11:1.10'
3838
```
3939

4040
Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).

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>underscore11</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.9</version>
8+
<version>1.10</version>
99
<name>java 11 port of Underscore.js</name>
1010
<description>The java 11 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java11</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore11</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.9</version>
8+
<version>1.10</version>
99
<name>java 11 port of Underscore.js</name>
1010
<description>The java 11 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java11</url>
@@ -243,7 +243,7 @@
243243
<dependency>
244244
<groupId>org.awaitility</groupId>
245245
<artifactId>awaitility</artifactId>
246-
<version>3.1.6</version>
246+
<version>4.0.2</version>
247247
<scope>test</scope>
248248
</dependency>
249249
</dependencies>

pom.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>underscore11</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.9-SNAPSHOT</version>
8+
<version>1.10-SNAPSHOT</version>
99
<name>java 11 port of Underscore.js</name>
1010
<description>The java 11 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java11</url>
@@ -210,7 +210,7 @@
210210
<dependency>
211211
<groupId>org.awaitility</groupId>
212212
<artifactId>awaitility</artifactId>
213-
<version>3.1.6</version>
213+
<version>4.0.2</version>
214214
<scope>test</scope>
215215
</dependency>
216216
</dependencies>

0 commit comments

Comments
 (0)