Skip to content

Commit bb68c00

Browse files
committed
build: prepare release v8.3.1
1 parent 773f276 commit bb68c00

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

ant/pom.xml

+2-2
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>8.3.1-SNAPSHOT</version>
23+
<version>8.3.1</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-ant</artifactId>
@@ -32,7 +32,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
3232
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
3333
<url>https://github.com/jeremylong/DependencyCheck/tree/main/ant</url>
3434
<developerConnection>scm:git:[email protected]:jeremylong/DependencyCheck.git</developerConnection>
35-
<tag>v6.4.1</tag>
35+
<tag>v8.3.1</tag>
3636
</scm>
3737
<build>
3838
<resources>

archetype/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2020
<parent>
2121
<groupId>org.owasp</groupId>
2222
<artifactId>dependency-check-parent</artifactId>
23-
<version>8.3.1-SNAPSHOT</version>
23+
<version>8.3.1</version>
2424
</parent>
2525
<artifactId>dependency-check-plugin</artifactId>
2626
<name>Dependency-Check Plugin Archetype</name>
2727
<packaging>jar</packaging>
2828
<properties>
2929
<!--reproducible build-->
30-
<project.build.outputTimestamp>2023-06-10T11:06:15Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2023-06-12T11:15:04Z</project.build.outputTimestamp>
3131
</properties>
3232
<scm>
3333
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
3434
<url>https://github.com/jeremylong/DependencyCheck/tree/main/archetype</url>
3535
<developerConnection>scm:git:[email protected]:jeremylong/DependencyCheck.git</developerConnection>
36-
<tag>HEAD</tag>
36+
<tag>v8.3.1</tag>
3737
</scm>
3838
<build>
3939
<plugins>

cli/pom.xml

+2-2
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>8.3.1-SNAPSHOT</version>
23+
<version>8.3.1</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-cli</artifactId>
@@ -32,7 +32,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
3232
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
3333
<url>https://github.com/jeremylong/DependencyCheck/tree/main/cli</url>
3434
<developerConnection>scm:git:[email protected]:jeremylong/DependencyCheck.git</developerConnection>
35-
<tag>v6.4.1</tag>
35+
<tag>v8.3.1</tag>
3636
</scm>
3737
<build>
3838
<finalName>dependency-check-${project.version}</finalName>

core/pom.xml

+2-2
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>8.3.1-SNAPSHOT</version>
23+
<version>8.3.1</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-core</artifactId>
@@ -32,7 +32,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
3232
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
3333
<url>https://github.com/jeremylong/DependencyCheck/tree/main/core</url>
3434
<developerConnection>scm:git:[email protected]:jeremylong/DependencyCheck.git</developerConnection>
35-
<tag>v6.4.1</tag>
35+
<tag>v8.3.1</tag>
3636
</scm>
3737
<build>
3838
<resources>

maven/pom.xml

+2-2
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>8.3.1-SNAPSHOT</version>
23+
<version>8.3.1</version>
2424
</parent>
2525
<artifactId>dependency-check-maven</artifactId>
2626
<packaging>maven-plugin</packaging>
@@ -35,7 +35,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
3535
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
3636
<url>https://github.com/jeremylong/DependencyCheck/tree/master/maven</url>
3737
<developerConnection>scm:git:[email protected]:jeremylong/DependencyCheck.git</developerConnection>
38-
<tag>v6.4.1</tag>
38+
<tag>v8.3.1</tag>
3939
</scm>
4040
<prerequisites>
4141
<maven>3.1.0</maven>

pom.xml

+3-3
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>8.3.1-SNAPSHOT</version>
23+
<version>8.3.1</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>
@@ -94,7 +94,7 @@ Copyright (c) 2012 - Jeremy Long
9494
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
9595
<url>https://github.com/jeremylong/DependencyCheck</url>
9696
<developerConnection>scm:git:https://github.com/jeremylong/DependencyCheck.git</developerConnection>
97-
<tag>v6.4.1</tag>
97+
<tag>v8.3.1</tag>
9898
</scm>
9999
<issueManagement>
100100
<system>github</system>
@@ -112,7 +112,7 @@ Copyright (c) 2012 - Jeremy Long
112112
</licenses>
113113
<properties>
114114
<!--reproducible build-->
115-
<project.build.outputTimestamp>2023-06-10T11:06:15Z</project.build.outputTimestamp>
115+
<project.build.outputTimestamp>2023-06-12T11:15:04Z</project.build.outputTimestamp>
116116
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
117117
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
118118
<github.global.server>github</github.global.server>

utils/pom.xml

+2-2
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>8.3.1-SNAPSHOT</version>
23+
<version>8.3.1</version>
2424
</parent>
2525

2626
<artifactId>dependency-check-utils</artifactId>
@@ -30,7 +30,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
3030
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
3131
<url>https://github.com/jeremylong/DependencyCheck/tree/main/utils</url>
3232
<developerConnection>scm:git:[email protected]:jeremylong/DependencyCheck.git</developerConnection>
33-
<tag>v6.4.1</tag>
33+
<tag>v8.3.1</tag>
3434
</scm>
3535
<properties>
3636
<findbugs.onlyAnalyze>org.owasp.dependencycheck.utils.*</findbugs.onlyAnalyze>

0 commit comments

Comments
 (0)