You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by da...@apache.org on 2006/02/24 19:12:10 UTC

svn commit: r380759 - /webservices/commons/modules/XmlSchema/pom.xml

Author: dandiep
Date: Fri Feb 24 10:12:09 2006
New Revision: 380759

URL: http://svn.apache.org/viewcvs?rev=380759&view=rev
Log:
Rollback as the maven pom isn't set up right for releasing

Also, fix the pom to use scpexe for releasing

Modified:
    webservices/commons/modules/XmlSchema/pom.xml

Modified: webservices/commons/modules/XmlSchema/pom.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/XmlSchema/pom.xml?rev=380759&r1=380758&r2=380759&view=diff
==============================================================================
--- webservices/commons/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/modules/XmlSchema/pom.xml Fri Feb 24 10:12:09 2006
@@ -3,7 +3,7 @@
   <groupId>org.apache.ws.commons</groupId>
   <artifactId>XmlSchema</artifactId>
   <name>XmlSchema</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <description>XmlSchema API</description>
   <url>http://ws.apache.org/commons/XmlSchema</url>
   <issueManagement>
@@ -275,16 +275,16 @@
     <repository>
       <id>apache-repo</id>
       <name>Maven Central Repository</name>
-      <url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
+      <url>scpexe://people.apache.org/www/www.apache.org/dist/maven-repository</url>
     </repository>
     <snapshotRepository>
       <id>apache-snapshots</id>
       <name>Apache Development Repository</name>
-      <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      <url>scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
     </snapshotRepository>
     <site>
       <id>website</id>
-      <url>scp://people.apache.org/www/ws.apache.org/commons/XmlSchema</url>
+      <url>scpexe://people.apache.org/www/ws.apache.org/commons/XmlSchema</url>
     </site>
   </distributionManagement>
 </project>