Skip to content

Commit a5fa30e

Browse files
authored
build: release 12.2.0 (dependency-check#8217)
2 parents 67d0d1a + 10d6192 commit a5fa30e

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

ant/src/site/markdown/index.md.vm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Below is an example `build.xml` configuration using Apache Ivy.
7171
format="HTML"/>
7272
</target>
7373
</project>
74+
```
75+
]]#
7476

7577
It is important to understand that the first time this task is executed it may
7678
take 10 minutes or more as it downloads and processes the data from the National

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
2727
<packaging>jar</packaging>
2828
<properties>
2929
<!--reproducible build-->
30-
<project.build.outputTimestamp>2026-01-09T11:34:37Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2026-01-09T12:38:08Z</project.build.outputTimestamp>
3131
</properties>
3232
<scm>
3333
<connection>scm:git:https://github.com/dependency-check/DependencyCheck.git</connection>

cli/src/main/java/org/owasp/dependencycheck/PluginLoader.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
* before the main application starts. This allows additional plugins to be available at runtime
1111
* by appending their JAR files to the system class loader search path; while allowing use of an
1212
* executable jar with deterministic classpath ordering.
13-
* <p/>
13+
* <p>
1414
* To use, specify this class as a Java agent and provide the plugins directory as the -javaagent argument
15+
* </p>
1516
*/
1617
public class PluginLoader {
1718
/**

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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>2026-01-09T11:34:37Z</project.build.outputTimestamp>
116+
<project.build.outputTimestamp>2026-01-09T12:38:08Z</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>

0 commit comments

Comments
 (0)