Skip to content

Commit 6c3e663

Browse files
author
Chris Hupman
committed
updated maven-shade version in core and codepipelines poms
Signed-off-by: Chris Hupman <[email protected]>
1 parent e1e9e03 commit 6c3e663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

janusgraph-codepipelines-ci/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-shade-plugin</artifactId>
86-
<version>3.0.0</version>
86+
<version>3.1.0</version>
8787
<executions>
8888
<execution>
8989
<id>shade-codepipelines</id>

janusgraph-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
</plugin>
197197
<plugin>
198198
<artifactId>maven-shade-plugin</artifactId>
199-
<version>2.3</version>
199+
<version>3.1.0</version>
200200
<executions>
201201
<execution>
202202
<id>shade-gremlin-groovy</id>

0 commit comments

Comments
 (0)