You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2013/08/07 11:27:30 UTC

svn commit: r1511224 - /jena/Experimental/jena-security/pom.xml

Author: claude
Date: Wed Aug  7 09:27:30 2013
New Revision: 1511224

URL: http://svn.apache.org/r1511224
Log:
cleaned up removal of gpg signing plugin

Modified:
    jena/Experimental/jena-security/pom.xml

Modified: jena/Experimental/jena-security/pom.xml
URL: http://svn.apache.org/viewvc/jena/Experimental/jena-security/pom.xml?rev=1511224&r1=1511223&r2=1511224&view=diff
==============================================================================
--- jena/Experimental/jena-security/pom.xml (original)
+++ jena/Experimental/jena-security/pom.xml Wed Aug  7 09:27:30 2013
@@ -96,22 +96,6 @@
 					</execution>
 				</executions>
 			</plugin>
-			<!--  plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-gpg-plugin</artifactId>
-				<configuration>
-					<keyname>Xenei.com</keyname>
-				</configuration>
-				<executions>
-					<execution>
-						<id>sign-artifacts</id>
-						<phase>verify</phase>
-						<goals>
-							<goal>sign</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin -->
 		</plugins>
 	</build>
 	<dependencies>