Skip to content

Commit

Permalink
Merge pull request #80 from spdx/updatelibs
Browse files Browse the repository at this point in the history
Update SPDX Libraries to version 1.1.4
  • Loading branch information
goneall authored Feb 8, 2023
2 parents 54b168c + f6d0198 commit d69651d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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-maven-plugin</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.6.4</version>
<packaging>maven-plugin</packaging>

<name>spdx-maven-plugin Maven Plugin</name>
Expand Down Expand Up @@ -67,17 +67,17 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-rdf-store</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-jackson-store</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit d69651d

Please sign in to comment.