Skip to content

Commit

Permalink
Merge pull request #126 from spdx/updatelibver
Browse files Browse the repository at this point in the history
Update SPDX Library version to 1.0.10
  • Loading branch information
goneall authored Dec 26, 2021
2 parents e8f85c9 + daf946f commit 8dcc238
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spdx</groupId>
<artifactId>licenseListPublisher</artifactId>
<version>2.2.5-SNAPSHOT</version>
<version>2.2.5</version>
<name>License List Publisher</name>
<description>Tool that generates license data found in the license-list-data repository from the license-list-XML source</description>
<licenses>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>java-spdx-library</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
Expand All @@ -90,7 +90,7 @@
<dependency>
<groupId>org.spdx</groupId>
<artifactId>spdx-rdf-store</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.spdx</groupId>
<artifactId>spdx-maven-plugin</artifactId>
<version>0.5.4</version>
<version>0.5.5</version>
<executions>
<execution>
<id>build-spdx</id>
Expand Down

0 comments on commit 8dcc238

Please # to comment.