Skip to content

Commit

Permalink
Merge pull request #132 from spdx/updatevers
Browse files Browse the repository at this point in the history
Update version info
  • Loading branch information
goneall authored Oct 14, 2022
2 parents 4d82aa5 + 6783269 commit daf8cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<plugin>
<groupId>org.spdx</groupId>
<artifactId>spdx-maven-plugin</artifactId>
<version>0.5.5</version>
<version>0.6.2</version>
<executions>
<execution>
<id>build-spdx</id>
Expand All @@ -227,7 +227,7 @@
</execution>
</executions>
<configuration>
<spdxDocumentNamespace>http://spdx.org/documents/java-spdx-library-${version}</spdxDocumentNamespace>
<spdxDocumentNamespace>http://spdx.org/documents/java-spdx-library-${project.version}</spdxDocumentNamespace>

<defaultFileCopyright>Copyright (c) 2020 Source Auditor Inc.</defaultFileCopyright>
<defaultFileContributors>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/spdx/library/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class Version {
TWO_POINT_ONE_VERSION, TWO_POINT_TWO_VERSION, TWO_POINT_THREE_VERSION
})));

public static final String CURRENT_IMPLEMENTATION_VERSION = "1.1.0";
public static final String CURRENT_IMPLEMENTATION_VERSION = "1.1.2";

public static String verifySpdxVersion(String spdxVersion) {
if (!spdxVersion.startsWith("SPDX-")) {
Expand Down

0 comments on commit daf8cef

Please sign in to comment.