Skip to content

Commit eaacbdd

Browse files
committed
Bump library and spdx maven versions
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent df52bd8 commit eaacbdd

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
1515
<sonar.organization>spdx</sonar.organization>
1616
<sonar.projectKey>spdx-rdf-store</sonar.projectKey>
17-
<dependency-check-maven.version>8.0.1</dependency-check-maven.version>
17+
<dependency-check-maven.version>8.4.3</dependency-check-maven.version>
1818
<javadoc.opts>-Xdoclint:none</javadoc.opts>
1919
</properties>
20-
2120
<licenses>
2221
<license>
2322
<name>The Apache Software License, Version 2.0</name>
@@ -119,7 +118,7 @@
119118
<dependency>
120119
<groupId>org.spdx</groupId>
121120
<artifactId>java-spdx-library</artifactId>
122-
<version>1.1.10</version>
121+
<version>1.1.11</version>
123122
</dependency>
124123
<dependency>
125124
<groupId>org.apache.jena</groupId>
@@ -211,7 +210,7 @@
211210
<plugin>
212211
<groupId>org.spdx</groupId>
213212
<artifactId>spdx-maven-plugin</artifactId>
214-
<version>0.6.4</version>
213+
<version>0.7.3</version>
215214
<executions>
216215
<execution>
217216
<id>build-spdx</id>
@@ -222,7 +221,7 @@
222221
</execution>
223222
</executions>
224223
<configuration>
225-
<spdxDocumentNamespace>http://spdx.org/documents/java-spdx-rdf-store-{$version}</spdxDocumentNamespace>
224+
<spdxDocumentNamespace>http://spdx.org/documents/java-spdx-rdf-store-${project.version}</spdxDocumentNamespace>
226225

227226
<defaultFileCopyright>Copyright (c) 2020 Source Auditor Inc.</defaultFileCopyright>
228227
<defaultFileContributors>

0 commit comments

Comments
 (0)