Skip to content

Commit 30acb30

Browse files
committed
build: prepare release v11.1.1
1 parent 0a4f570 commit 30acb30

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

ant/pom.xml

Lines changed: 2 additions & 2 deletions
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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.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:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
35-
<tag>v6.4.1</tag>
35+
<tag>v11.1.1</tag>
3636
</scm>
3737
<build>
3838
<resources>

archetype/pom.xml

Lines changed: 3 additions & 3 deletions
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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.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>2024-10-30T09:38:26Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2024-12-04T10:40: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:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
36-
<tag>HEAD</tag>
36+
<tag>v11.1.1</tag>
3737
</scm>
3838
<build>
3939
<plugins>

cli/pom.xml

Lines changed: 2 additions & 2 deletions
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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.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:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
35-
<tag>v6.4.1</tag>
35+
<tag>v11.1.1</tag>
3636
</scm>
3737
<build>
3838
<finalName>dependency-check-${project.version}</finalName>

core/pom.xml

Lines changed: 2 additions & 2 deletions
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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.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:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
35-
<tag>v6.4.1</tag>
35+
<tag>v11.1.1</tag>
3636
</scm>
3737
<build>
3838
<resources>

maven/pom.xml

Lines changed: 2 additions & 2 deletions
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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.1</version>
2424
</parent>
2525
<artifactId>dependency-check-maven</artifactId>
2626
<packaging>maven-plugin</packaging>
@@ -34,7 +34,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
3434
<connection>scm:git:https://github.com/jeremylong/DependencyCheck.git</connection>
3535
<url>https://github.com/jeremylong/DependencyCheck/tree/master/maven</url>
3636
<developerConnection>scm:git:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
37-
<tag>v6.4.1</tag>
37+
<tag>v11.1.1</tag>
3838
</scm>
3939
<prerequisites>
4040
<maven>3.6.3</maven>

pom.xml

Lines changed: 3 additions & 3 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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.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>v11.1.1</tag>
9898
</scm>
9999
<issueManagement>
100100
<system>github</system>
@@ -113,7 +113,7 @@ Copyright (c) 2012 - Jeremy Long
113113
<properties>
114114
<maven.compiler.release>11</maven.compiler.release>
115115
<!--reproducible build-->
116-
<project.build.outputTimestamp>2024-10-30T09:38:26Z</project.build.outputTimestamp>
116+
<project.build.outputTimestamp>2024-12-04T10:40:04Z</project.build.outputTimestamp>
117117
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
118118
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
119119
<github.global.server>github</github.global.server>

utils/pom.xml

Lines changed: 2 additions & 2 deletions
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>11.1.1-SNAPSHOT</version>
23+
<version>11.1.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:git@github.com:jeremylong/DependencyCheck.git</developerConnection>
33-
<tag>v6.4.1</tag>
33+
<tag>v11.1.1</tag>
3434
</scm>
3535
<properties>
3636
<findbugs.onlyAnalyze>org.owasp.dependencycheck.utils.*</findbugs.onlyAnalyze>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy