Skip to content

Commit

Permalink
Merge pull request #71 from spdx/bumplibversion
Browse files Browse the repository at this point in the history
Bump version of SPDX library and spdx maven plugin
  • Loading branch information
goneall authored Mar 7, 2024
2 parents b78a4d8 + d18efc1 commit 011fea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions dependency-check-supress.xml

This file was deleted.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.1.10</version>
<version>1.1.11</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down Expand Up @@ -255,7 +255,7 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
<plugin>
<groupId>org.spdx</groupId>
<artifactId>spdx-maven-plugin</artifactId>
<version>0.6.4</version>
<version>0.7.3</version>
<executions>
<execution>
<id>build-spdx</id>
Expand All @@ -266,7 +266,7 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
</execution>
</executions>
<configuration>
<spdxDocumentNamespace>http://spdx.org/documents/java-spdx-jackson-store-{$version}</spdxDocumentNamespace>
<spdxDocumentNamespace>http://spdx.org/documents/java-spdx-jackson-store-${project.version}</spdxDocumentNamespace>

<defaultFileCopyright>Copyright (c) 2020 Source Auditor Inc.</defaultFileCopyright>
<defaultFileContributors>
Expand Down

0 comments on commit 011fea6

Please sign in to comment.