You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/21 11:32:22 UTC

svn commit: r1495346 - /commons/proper/commons-gpg-plugin/trunk/pom.xml

Author: sebb
Date: Fri Jun 21 09:32:22 2013
New Revision: 1495346

URL: http://svn.apache.org/r1495346
Log:
Add missing property

Modified:
    commons/proper/commons-gpg-plugin/trunk/pom.xml

Modified: commons/proper/commons-gpg-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-gpg-plugin/trunk/pom.xml?rev=1495346&r1=1495345&r2=1495346&view=diff
==============================================================================
--- commons/proper/commons-gpg-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-gpg-plugin/trunk/pom.xml Fri Jun 21 09:32:22 2013
@@ -10,9 +10,9 @@
  
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-gpg-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
   <version>1.0-SNAPSHOT</version>
-  <name>Apache commons-gpg-plugin Maven Mojo</name>
+  <name>Apache Commons Gpg Maven Mojo</name>
+  <packaging>maven-plugin</packaging>
   <inceptionYear>2013</inceptionYear>
   <url>http://commons.apache.org/proper/commons-gpg-plugin/</url>
 
@@ -37,6 +37,7 @@ This is intended as a temporary measure 
   </prerequisites>
 
    <properties>
+    <commons.release.version>1.0</commons.release.version>
     <mavenVersion>2.2.1</mavenVersion>
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
     <maven.compiler.source>1.5</maven.compiler.source>