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 2015/03/30 23:51:10 UTC

jena git commit: Use managed plugin for maven-shade-plugin

Repository: jena
Updated Branches:
  refs/heads/master eac0dcdd6 -> b348d9c08


Use managed plugin for maven-shade-plugin


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/b348d9c0
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/b348d9c0
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/b348d9c0

Branch: refs/heads/master
Commit: b348d9c0829e9963b0bcffcc9efdfdd83cd09e2c
Parents: eac0dcd
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Mar 30 22:50:58 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Mar 30 22:50:58 2015 +0100

----------------------------------------------------------------------
 jena-fuseki1/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/b348d9c0/jena-fuseki1/pom.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki1/pom.xml b/jena-fuseki1/pom.xml
index 18ceac2..9617288 100644
--- a/jena-fuseki1/pom.xml
+++ b/jena-fuseki1/pom.xml
@@ -289,7 +289,6 @@
       <plugin>
 	<groupId>org.apache.maven.plugins</groupId>
 	<artifactId>maven-shade-plugin</artifactId>
-	<version>2.1</version>
 	<configuration>
 	  <shadedArtifactAttached>true</shadedArtifactAttached>
 	  <shadedClassifierName>server</shadedClassifierName>