File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff 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:
4848Gradle:
4949
5050``` groovy
51- compile 'com.github.javadev:underscore:1.43 '
51+ compile 'com.github.javadev:underscore:1.44 '
5252```
5353
5454### Usage
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments