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 di...@apache.org on 2008/11/14 20:05:42 UTC

svn commit: r714104 - /webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml

Author: dims
Date: Fri Nov 14 11:05:41 2008
New Revision: 714104

URL: http://svn.apache.org/viewvc?rev=714104&view=rev
Log:
switch version to differentiate from the trunk

Modified:
    webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml

Modified: webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml?rev=714104&r1=714103&r2=714104&view=diff
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml (original)
+++ webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml Fri Nov 14 11:05:41 2008
@@ -26,7 +26,7 @@
     <groupId>org.apache.ws.commons.schema</groupId>
     <artifactId>XmlSchema</artifactId>
     <name>XmlSchema</name>
-    <version>SNAPSHOT</version>
+    <version>1.4-SNAPSHOT</version>
     <description>Commons XMLSchema is a light weight schema object model that can be used to manipualte or
         generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project
         since it has almost no dependancies on third party libraries.</description>