We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805b14f commit 5c2abafCopy full SHA for 5c2abaf
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.spdx</groupId>
6
<artifactId>java-spdx-library</artifactId>
7
- <version>0.0.7-SNAPSHOT</version>
+ <version>0.0.7</version>
8
<packaging>jar</packaging>
9
10
<name>java-spdx-library</name>
src/main/java/org/spdx/library/Version.java
@@ -46,7 +46,7 @@ public class Version {
46
TWO_POINT_ONE_VERSION, TWO_POINT_TWO_VERSION
47
})));
48
49
- public static final String CURRENT_IMPLEMENTATION_VERSION = "0.4";
+ public static final String CURRENT_IMPLEMENTATION_VERSION = "0.8";
50
51
public static String verifySpdxVersion(String spdxVersion) {
52
if (!spdxVersion.startsWith("SPDX-")) {
0 commit comments