Skip to content

Commit 2bc50e8

Browse files
bactgoneall
authored andcommitted
spdx-maven-plugin == 1.0.0
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 870a115 commit 2bc50e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@
129129
</dependency>
130130
<dependency>
131131
<groupId>org.spdx</groupId>
132-
<artifactId>spdx-rdf-store</artifactId>
132+
<artifactId>spdx-jackson-store</artifactId>
133133
<version>2.0.0</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.spdx</groupId>
137-
<artifactId>spdx-jackson-store</artifactId>
137+
<artifactId>spdx-rdf-store</artifactId>
138138
<version>2.0.0</version>
139139
</dependency>
140140
<dependency>
@@ -263,7 +263,7 @@
263263
<plugin>
264264
<groupId>org.apache.maven.plugins</groupId>
265265
<artifactId>maven-javadoc-plugin</artifactId>
266-
<version>2.9</version>
266+
<version>2.9.1</version>
267267
<configuration>
268268
<quiet>true</quiet>
269269
<source>8</source>
@@ -327,7 +327,7 @@
327327
<plugin>
328328
<groupId>org.spdx</groupId>
329329
<artifactId>spdx-maven-plugin</artifactId>
330-
<version>0.7.3</version>
330+
<version>1.0.0</version>
331331
<executions>
332332
<execution>
333333
<id>build-spdx</id>

0 commit comments

Comments
 (0)