Author: rwonly
Date: Thu Sep 1 09:31:43 2011
New Revision: 1163965
URL: http://svn.apache.org/viewvc?rev=1163965&view=rev
Log:
revert the previous bad release
Modified:
geronimo/bundles/trunk/bval-jsr303/pom.xml
Modified: geronimo/bundles/trunk/bval-jsr303/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/bval-jsr303/pom.xml?rev=1163965&r1=1163964&r2=1163965&view=diff
==============================================================================
--- geronimo/bundles/trunk/bval-jsr303/pom.xml (original)
+++ geronimo/bundles/trunk/bval-jsr303/pom.xml Thu Sep 1 09:31:43 2011
@@ -28,7 +28,7 @@
<groupId>org.apache.geronimo.bundles</groupId>
<artifactId>${pkgArtifactId}</artifactId>
- <version>0.3_1-incubating</version>
+ <version>0.3_1-incubating-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache Geronimo Bundles: ${pkgArtifactId}-${pkgVersion}</name>
<description>
@@ -36,9 +36,9 @@
</description>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/bundles/tags/bval-jsr303-0.3_1-incubating</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/bundles/tags/bval-jsr303-0.3_1-incubating</developerConnection>
- <url>http://svn.apache.org/viewvc/geronimo/bundles/tags/bval-jsr303-0.3_1-incubating</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/bundles/trunk/bval-jsr303</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/bundles/trunk/bval-jsr303</developerConnection>
+ <url>http://svn.apache.org/viewvc/geronimo/bundles/trunk/bval-jsr303</url>
</scm>
<properties>
|