File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6767 echo "VERSION=$VERSION"
6868 - name : Build Release with Maven
6969 id : build-release
70+ timeout-minutes : 120
7071 env :
7172 MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
7273 MAVEN_PASSWORD : ${{ secrets.OSSRH_TOKEN }}
Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## [ Version 6.5.1] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v6.5.1 ) (2021-12-16 )
3+ ## [ Version 6.5.1] ( https://github.com/jeremylong/DependencyCheck/releases/tag/v6.5.1 ) (2021-12-17 )
44
55### Changes
66
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >6.5.2 -SNAPSHOT</version >
23+ <version >6.5.1 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-ant</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >6.5.2 -SNAPSHOT</version >
23+ <version >6.5.1 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-cli</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >6.5.2 -SNAPSHOT</version >
23+ <version >6.5.1 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-core</artifactId >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >6.5.2 -SNAPSHOT</version >
23+ <version >6.5.1 -SNAPSHOT</version >
2424 </parent >
2525 <artifactId >dependency-check-maven</artifactId >
2626 <packaging >maven-plugin</packaging >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long
2020
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >6.5.2 -SNAPSHOT</version >
23+ <version >6.5.1 -SNAPSHOT</version >
2424 <packaging >pom</packaging >
2525
2626 <modules >
@@ -29,8 +29,7 @@ Copyright (c) 2012 - Jeremy Long
2929 <module >cli</module >
3030 <module >ant</module >
3131 <module >maven</module >
32- <!-- test publishing without archtype -->
33- <!-- module>archetype</module -->
32+ <module >archetype</module >
3433 </modules >
3534 <name >Dependency-Check</name >
3635 <url >https://github.com/jeremylong/DependencyCheck.git</url >
@@ -772,7 +771,7 @@ Copyright (c) 2012 - Jeremy Long
772771 <serverId >ossrh</serverId >
773772 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
774773 <autoReleaseAfterClose >true</autoReleaseAfterClose >
775- <stagingProgressTimeoutMinutes >60 </stagingProgressTimeoutMinutes >
774+ <stagingProgressTimeoutMinutes >120 </stagingProgressTimeoutMinutes >
776775 </configuration >
777776 </plugin >
778777 <plugin >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
2020 <parent >
2121 <groupId >org.owasp</groupId >
2222 <artifactId >dependency-check-parent</artifactId >
23- <version >6.5.2 -SNAPSHOT</version >
23+ <version >6.5.1 -SNAPSHOT</version >
2424 </parent >
2525
2626 <artifactId >dependency-check-utils</artifactId >
You can’t perform that action at this time.
0 commit comments