You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/05/08 12:26:32 UTC

[jena] branch main updated: Update shade-plugin from 3.2.4 to 3.3.0

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 231624d001 Update shade-plugin from 3.2.4 to 3.3.0
231624d001 is described below

commit 231624d00188f58da6c15fcf5f940f0448111d02
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Thu May 5 22:18:14 2022 +0100

    Update shade-plugin from 3.2.4 to 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9d0fe04d78..a9f6264280 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1069,7 +1069,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.2.4</version>
+          <version>3.3.0</version>
         </plugin>
 
         <plugin>