Skip to content

Commit 6cf22bc

Browse files
committed
reset version, increase timeout
1 parent 2a75f41 commit 6cf22bc

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
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 }}

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)