Skip to content

Commit

Permalink
Merge pull request #50 from spdx/updatelib
Browse files Browse the repository at this point in the history
Update SPDX Java Library to version 1.1.5
  • Loading branch information
goneall authored Apr 16, 2023
2 parents 37333a6 + f7ef731 commit f2a48e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.spdx</groupId>
<artifactId>spdx-rdf-store</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<packaging>jar</packaging>

<name>spdx-rdf-store</name>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
Expand Down Expand Up @@ -199,7 +199,7 @@
<plugin>
<groupId>org.spdx</groupId>
<artifactId>spdx-maven-plugin</artifactId>
<version>0.5.5</version>
<version>0.6.4</version>
<executions>
<execution>
<id>build-spdx</id>
Expand Down

0 comments on commit f2a48e2

Please sign in to comment.