Author: bimargulies
Date: Mon Feb 14 12:10:36 2011
New Revision: 1070458
URL: http://svn.apache.org/viewvc?rev=1070458&view=rev
Log:
[maven-release-plugin] rollback the release of xmlschema-2.0
Modified:
webservices/xmlschema/trunk/pom.xml
Modified: webservices/xmlschema/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1070458&r1=1070457&r2=1070458&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Mon Feb 14 12:10:36 2011
@@ -31,7 +31,7 @@
<version>2.0-SNAPSHOT</version>
<description>Commons XMLSchema is a light weight schema object model that
can be used to manipulate or
generate XML schema.</description>
- <url>http://ws.apache.org/XmlSchema</url>
+ <url>http://ws.apache.org/commons/XmlSchema</url>
<issueManagement>
<system>JIRA</system>
<url>http://issues.apache.org/jira/browse/XMLSCHEMA</url>
@@ -64,7 +64,7 @@
<distributionManagement>
<site>
<id>apache.cxf.site</id>
- <url>scpexe://people.apache.org/www/ws.apache.org/xmlschema20</url>
+
<url>scpexe://people.apache.org/www/ws.apache.org/commons/xmlschema20</url>
</site>
</distributionManagement>
<organization>
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-eclipse</artifactId>
- <version>2.0</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
<configuration>
@@ -164,7 +164,7 @@
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-eclipse</artifactId>
- <version>2.0</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</plugin>
@@ -390,7 +390,7 @@
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-eclipse</artifactId>
- <version>2.0</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</plugin>