Skip to content

Commit

Permalink
Merge pull request #78 from spdx/updatelibs
Browse files Browse the repository at this point in the history
Update library version
  • Loading branch information
goneall authored Oct 6, 2022
2 parents 05a9993 + dd5f55e commit 0c5e8b5
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>tools-java</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>tools-java</name>
Expand Down Expand Up @@ -123,12 +123,12 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-spreadsheet-store</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-tagvalue-store</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.github.java-json-tools</groupId>
Expand Down

0 comments on commit 0c5e8b5

Please sign in to comment.