@@ -18,7 +18,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
1818 <groupId >org.archive</groupId >
1919 <!-- This project is parent to all under 'projects' subdirectory-->
2020 <artifactId >heritrix</artifactId >
21- <version >3.6.1-SNAPSHOT </version >
21+ <version >3.6.0 </version >
2222 <packaging >pom</packaging >
2323 <name >Heritrix 3</name >
2424 <description >
@@ -366,7 +366,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
366366 http://maven.apache.org/plugins/maven-source-plugin/usage.html -->
367367 <groupId >org.apache.maven.plugins</groupId >
368368 <artifactId >maven-source-plugin</artifactId >
369- <version >2.1.2 </version >
369+ <version >3.3.1 </version >
370370 <executions >
371371 <execution >
372372 <id >attach-sources</id >
@@ -428,7 +428,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
428428 <plugin >
429429 <groupId >org.sonatype.plugins</groupId >
430430 <artifactId >nexus-staging-maven-plugin</artifactId >
431- <version >1.6.7 </version >
431+ <version >1.7.0 </version >
432432 <extensions >true</extensions >
433433 <configuration >
434434 <serverId >sonatype-nexus-staging</serverId >
@@ -439,7 +439,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
439439 <plugin >
440440 <groupId >org.apache.maven.plugins</groupId >
441441 <artifactId >maven-release-plugin</artifactId >
442- <version >2.5.3 </version >
442+ <version >3.1.1 </version >
443443 <configuration >
444444 <arguments >-Dmaven.test.skipTests=true -Dmaven.test.skip=true</arguments >
445445 <tagNameFormat >@{project.version}</tagNameFormat >
@@ -452,7 +452,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
452452 <plugin >
453453 <groupId >org.apache.maven.plugins</groupId >
454454 <artifactId >maven-source-plugin</artifactId >
455- <version >2.2 .1</version >
455+ <version >3.3 .1</version >
456456 <executions >
457457 <execution >
458458 <id >attach-sources</id >
@@ -465,7 +465,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
465465 <plugin >
466466 <groupId >org.apache.maven.plugins</groupId >
467467 <artifactId >maven-javadoc-plugin</artifactId >
468- <version >2.9 .1</version >
468+ <version >3.10 .1</version >
469469 <executions >
470470 <execution >
471471 <id >attach-javadocs</id >
@@ -478,7 +478,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
478478 <plugin >
479479 <groupId >org.apache.maven.plugins</groupId >
480480 <artifactId >maven-gpg-plugin</artifactId >
481- <version >1.5 </version >
481+ <version >3.2.7 </version >
482482 <executions >
483483 <execution >
484484 <id >sign-artifacts</id >
0 commit comments