Author: gabriele
Date: Tue Mar 1 17:41:26 2011
New Revision: 1075940
URL: http://svn.apache.org/viewvc?rev=1075940&view=rev
Log:
restoring 0.3.0 version and added fix to generate md5/sha1 checksums required
by maven central
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=1075940&r1=1075939&r2=1075940&view=diff
==============================================================================
--- chemistry/chemistry-jar-resource-bundle/trunk/pom.xml (original)
+++ chemistry/chemistry-jar-resource-bundle/trunk/pom.xml Tue Mar 1 17:41:26
2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>8</version>
+ <version>9</version>
</parent>
<scm>
@@ -16,7 +16,7 @@
<groupId>org.apache.chemistry.resources</groupId>
<artifactId>chemistry-jar-resource-bundle</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>chemistry-jar-resource-bundle</name>
@@ -44,6 +44,12 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-install-plugin</artifactId>
+ <configuration>
+ <createChecksum>true</createChecksum>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>