Skip to content

Commit db5f33d

Browse files
committed
Prepare for the version 1.13.
1 parent 33fee3f commit db5f33d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lodash-plugin/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-lodash</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.8</version>
8+
<version>1.9</version>
99
<name>Lodash plugin for underscore-java</name>
1010
<description>The lodash plugin for underscore-java</description>
1111
<url>https://github.com/javadev/underscore-java</url>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>com.github.javadev</groupId>
119119
<artifactId>underscore</artifactId>
120-
<version>1.12</version>
120+
<version>1.13</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>junit</groupId>

math-plugin/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-math</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.8</version>
8+
<version>1.9</version>
99
<name>Math plugin for underscore-java</name>
1010
<description>The math plugin for underscore-java</description>
1111
<url>https://github.com/javadev/underscore-java</url>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>com.github.javadev</groupId>
119119
<artifactId>underscore</artifactId>
120-
<version>1.12</version>
120+
<version>1.13</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>junit</groupId>

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.12</version>
8+
<version>1.13</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-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-string</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.8</version>
8+
<version>1.9</version>
99
<name>String plugin for underscore-java</name>
1010
<description>The string plugin for underscore-java</description>
1111
<url>https://github.com/javadev/underscore-java</url>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>com.github.javadev</groupId>
119119
<artifactId>underscore</artifactId>
120-
<version>1.12</version>
120+
<version>1.13</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>junit</groupId>

0 commit comments

Comments
 (0)