You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2011/03/02 14:19:32 UTC

svn commit: r1076208 - /chemistry/chemistry-jar-resource-bundle/trunk/pom.xml

Author: gabriele
Date: Wed Mar  2 13:19:32 2011
New Revision: 1076208

URL: http://svn.apache.org/viewvc?rev=1076208&view=rev
Log:
fixed release

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=1076208&r1=1076207&r2=1076208&view=diff
==============================================================================
--- chemistry/chemistry-jar-resource-bundle/trunk/pom.xml (original)
+++ chemistry/chemistry-jar-resource-bundle/trunk/pom.xml Wed Mar  2 13:19:32 2011
@@ -4,7 +4,7 @@
   <parent>
       <groupId>org.apache</groupId>
       <artifactId>apache</artifactId>
-      <version>9</version>
+      <version>7</version>
   </parent>
 
   <scm>
@@ -16,7 +16,7 @@
 
   <groupId>org.apache.chemistry.resources</groupId>
   <artifactId>chemistry-jar-resource-bundle</artifactId>
-  <version>0.3.0</version>
+  <version>0.3.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>chemistry-jar-resource-bundle</name>
@@ -44,13 +44,6 @@
   <build>
     <plugins>
       <plugin>
-          <artifactId>maven-install-plugin</artifactId>
-          <version>2.3</version>
-          <configuration>
-              <createChecksum>true</createChecksum>
-          </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-release-plugin</artifactId>
         <version>2.1</version>
         <configuration>