You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bg...@apache.org on 2012/10/16 23:46:18 UTC

svn commit: r1399003 - /opennlp/sandbox/opennlp-similarity/pom.xml

Author: bgalitsky
Date: Tue Oct 16 21:46:17 2012
New Revision: 1399003

URL: http://svn.apache.org/viewvc?rev=1399003&view=rev
Log:
pom.xml

Modified:
    opennlp/sandbox/opennlp-similarity/pom.xml

Modified: opennlp/sandbox/opennlp-similarity/pom.xml
URL: http://svn.apache.org/viewvc/opennlp/sandbox/opennlp-similarity/pom.xml?rev=1399003&r1=1399002&r2=1399003&view=diff
==============================================================================
--- opennlp/sandbox/opennlp-similarity/pom.xml (original)
+++ opennlp/sandbox/opennlp-similarity/pom.xml Tue Oct 16 21:46:17 2012
@@ -186,17 +186,17 @@
 				  </executions>
 			  </plugin>
 	      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-gpg-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>sign-artifacts</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>sign</goal>
-            </goals>
-          </execution>
-        </executions>
+	        <groupId>org.apache.maven.plugins</groupId>
+	        <artifactId>maven-gpg-plugin</artifactId>
+	        <executions>
+	          <execution>
+	            <id>sign-artifacts</id>
+	            <phase>verify</phase>
+	            <goals>
+	              <goal>sign</goal>
+	            </goals>
+	          </execution>
+	        </executions>
       </plugin>
 		</plugins>
 	</build>