|
88 | 88 | <name>Mark Adamcin</name> |
89 | 89 | <email>adamcin@gmail.com</email> |
90 | 90 | <url>http://adamcin.net</url> |
91 | | - <organization>Mashery</organization> |
92 | | - <organizationUrl>http://www.mashery.com</organizationUrl> |
| 91 | + <organization>Infield Digital</organization> |
| 92 | + <organizationUrl>https://www.infielddigital.com</organizationUrl> |
93 | 93 | <roles> |
94 | 94 | <role>architect</role> |
95 | 95 | <role>developer</role> |
|
185 | 185 | <plugin> |
186 | 186 | <groupId>com.github.github</groupId> |
187 | 187 | <artifactId>site-maven-plugin</artifactId> |
188 | | - <version>0.10</version> |
| 188 | + <version>0.12</version> |
189 | 189 | <executions> |
190 | 190 | <execution> |
191 | 191 | <id>github-site-deploy</id> |
|
219 | 219 | <plugin> |
220 | 220 | <groupId>org.apache.maven.plugins</groupId> |
221 | 221 | <artifactId>maven-release-plugin</artifactId> |
222 | | - <version>2.5</version> |
| 222 | + <version>2.5.3</version> |
223 | 223 | <configuration> |
224 | 224 | <autoVersionSubmodules>true</autoVersionSubmodules> |
225 | 225 | </configuration> |
226 | 226 | </plugin> |
227 | 227 | <plugin> |
228 | 228 | <groupId>org.apache.maven.plugins</groupId> |
229 | 229 | <artifactId>maven-site-plugin</artifactId> |
230 | | - <version>3.3</version> |
| 230 | + <version>3.5.1</version> |
231 | 231 | <configuration> |
232 | 232 | <inputEncoding>utf-8</inputEncoding> |
233 | 233 | </configuration> |
|
251 | 251 | <plugin> |
252 | 252 | <groupId>org.apache.maven.plugins</groupId> |
253 | 253 | <artifactId>maven-project-info-reports-plugin</artifactId> |
254 | | - <version>2.7</version> |
| 254 | + <version>2.9</version> |
255 | 255 | </plugin> |
256 | 256 | <plugin> |
257 | 257 | <groupId>org.apache.maven.plugins</groupId> |
|
325 | 325 | <dependency> |
326 | 326 | <groupId>commons-io</groupId> |
327 | 327 | <artifactId>commons-io</artifactId> |
328 | | - <version>1.4</version> |
| 328 | + <version>[1.4,3.0)</version> |
329 | 329 | <scope>provided</scope> |
330 | 330 | </dependency> |
331 | 331 | <dependency> |
|
382 | 382 | <dependency> |
383 | 383 | <groupId>net.adamcin.commons</groupId> |
384 | 384 | <artifactId>net.adamcin.commons.testing</artifactId> |
385 | | - <version>0.8.0</version> |
| 385 | + <version>[0.9.0,1.0.0)</version> |
386 | 386 | <scope>test</scope> |
387 | 387 | </dependency> |
388 | 388 | </dependencies> |
|
0 commit comments