Skip to content

Commit

Permalink
Merge pull request #67 from spdx/updatelibs
Browse files Browse the repository at this point in the history
Update SPDX library versions
  • Loading branch information
goneall authored Nov 1, 2022
2 parents deed089 + 0488368 commit d2237d6
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.3-SNAPSHOT</version>
<version>0.6.3</version>
<packaging>maven-plugin</packaging>

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

0 comments on commit d2237d6

Please sign in to comment.