Skip to content

Commit b3180db

Browse files
committed
Add version 1.44 description.
1 parent 4d49fe2 commit b3180db

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Include the following in your `pom.xml` for Maven:
3939
<dependency>
4040
<groupId>com.github.javadev</groupId>
4141
<artifactId>underscore</artifactId>
42-
<version>1.43</version>
42+
<version>1.44</version>
4343
</dependency>
4444
...
4545
</dependencies>
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
4848
Gradle:
4949

5050
```groovy
51-
compile 'com.github.javadev:underscore:1.43'
51+
compile 'com.github.javadev:underscore:1.44'
5252
```
5353

5454
### Usage

pom-central.xml

Lines changed: 4 additions & 4 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.43</version>
8+
<version>1.44</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>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-source-plugin</artifactId>
75-
<version>2.4</version>
75+
<version>3.0.1</version>
7676
<executions>
7777
<execution>
7878
<id>attach-sources</id>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-javadoc-plugin</artifactId>
89-
<version>3.0.0</version>
89+
<version>3.1.0</version>
9090
<executions>
9191
<execution>
9292
<id>attach-sources</id>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.awaitility</groupId>
125125
<artifactId>awaitility</artifactId>
126-
<version>3.1.2</version>
126+
<version>3.1.6</version>
127127
<scope>test</scope>
128128
</dependency>
129129
</dependencies>

pom-pack.xml

Lines changed: 4 additions & 4 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.43</version>
8+
<version>1.44</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>
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-source-plugin</artifactId>
125-
<version>2.4</version>
125+
<version>3.0.1</version>
126126
<executions>
127127
<execution>
128128
<id>attach-sources</id>
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-javadoc-plugin</artifactId>
139-
<version>3.0.0</version>
139+
<version>3.1.0</version>
140140
<executions>
141141
<execution>
142142
<id>attach-sources</id>
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>org.awaitility</groupId>
175175
<artifactId>awaitility</artifactId>
176-
<version>3.1.2</version>
176+
<version>3.1.6</version>
177177
<scope>test</scope>
178178
</dependency>
179179
</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.43-SNAPSHOT</version>
8+
<version>1.44-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)