Author: gabriele
Date: Tue Mar 1 16:34:05 2011
New Revision: 1075892
URL: http://svn.apache.org/viewvc?rev=1075892&view=rev
Log:
preparing release for chemistry-jar-resource-bundle 0.3.0
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=1075892&r1=1075891&r2=1075892&view=diff
==============================================================================
--- chemistry/chemistry-jar-resource-bundle/trunk/pom.xml (original)
+++ chemistry/chemistry-jar-resource-bundle/trunk/pom.xml Tue Mar 1 16:34:05
2011
@@ -5,27 +5,26 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>7</version>
+ <version>9</version>
</parent>
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/chemistry/chemistry-jar-resource-bundle/trunk</connection>
+
<developerConnection>scn:svn:https://svn.apache.org/repos/asf/chemistry/chemistry-jar-resource-bundle/trunk</developerConnection>
+
<url>https://svn.apache.org/repos/asf/chemistry/chemistry-jar-resource-bundle/trunk</url>
+ </scm>
+
+
<groupId>org.apache.chemistry.resources</groupId>
<artifactId>chemistry-jar-resource-bundle</artifactId>
- <version>1.0</version>
+ <version>0.3.0</version>
<packaging>jar</packaging>
<name>chemistry-jar-resource-bundle</name>
- <url>http://maven.apache.org</url>
+ <url>http://chemistry.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
</project>