Author: gabriele
Date: Tue Mar  1 17:48:17 2011
New Revision: 1075944

URL: http://svn.apache.org/viewvc?rev=1075944&view=rev
Log:
added fix which is not inherited from apache parent pom

Modified:
    chemistry/chemistry-jar-resource-bundle/trunk/pom.xml

Modified: chemistry/chemistry-jar-resource-bundle/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/chemistry/chemistry-jar-resource-bundle/trunk/pom.xml?rev=1075944&r1=1075943&r2=1075944&view=diff
==============================================================================
--- chemistry/chemistry-jar-resource-bundle/trunk/pom.xml (original)
+++ chemistry/chemistry-jar-resource-bundle/trunk/pom.xml Tue Mar  1 17:48:17 
2011
@@ -16,7 +16,7 @@
 
   <groupId>org.apache.chemistry.resources</groupId>
   <artifactId>chemistry-jar-resource-bundle</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.3.0</version>
   <packaging>jar</packaging>
 
   <name>chemistry-jar-resource-bundle</name>
@@ -45,12 +45,12 @@
     <plugins>
       <plugin>
           <artifactId>maven-install-plugin</artifactId>
+          <version>2.3</version>
           <configuration>
               <createChecksum>true</createChecksum>
           </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <version>2.1</version>
         <configuration>


Reply via email to