Skip to content

Commit

Permalink
Merge pull request #27 from spdx/updatelib
Browse files Browse the repository at this point in the history
Update SPDX Java Library version
  • Loading branch information
goneall authored Oct 5, 2022
2 parents 80821ea + 723c98c commit 4b3b40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-tagvalue-store</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>spdx-tagvalue-store</name>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 4b3b40f

Please sign in to comment.