Skip to content

Commit 082e42f

Browse files
bactgoneall
authored andcommitted
spdx-maven-plugin == 1.0.1
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent 0cf5001 commit 082e42f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<packaging>jar</packaging>
77
<name>java-spdx-library</name>
88
<url>https://github.com/spdx/Spdx-Java-Library</url>
9+
<description>Java library which implements the Java object model for SPDX and provides useful helper functions.</description>
910
<licenses>
1011
<license>
1112
<name>The Apache Software License, Version 2.0</name>
@@ -47,7 +48,7 @@
4748
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4849
<sonar.organization>spdx</sonar.organization>
4950
<sonar.projectKey>java-spdx-library</sonar.projectKey>
50-
<dependency-check-maven.version>8.0.1</dependency-check-maven.version>
51+
<dependency-check-maven.version>8.0.2</dependency-check-maven.version>
5152
</properties>
5253
<profiles>
5354
<profile>
@@ -252,7 +253,7 @@
252253
<plugin>
253254
<groupId>org.spdx</groupId>
254255
<artifactId>spdx-maven-plugin</artifactId>
255-
<version>1.0.0</version>
256+
<version>1.0.1</version>
256257
<executions>
257258
<execution>
258259
<id>build-spdx</id>
@@ -341,7 +342,6 @@
341342
<system>Github</system>
342343
<url>https://github.com/spdx/Spdx-Java-Library/issues</url>
343344
</issueManagement>
344-
<description>Java library which implements the Java object model for SPDX and provides useful helper functions.</description>
345345
<ciManagement>
346346
<system>Github Actions</system>
347347
<url>https://github.com/spdx/Spdx-Java-Library/actions</url>

0 commit comments

Comments
 (0)