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/04/21 04:44:40 UTC

svn commit: r650009 - in /webservices/commons/tags/XmlSchema/1.4.2: ./ RELEASE-NOTE.txt pom.xml src/main/assembly/filter.properties src/site/apt/index.apt src/site/xdoc/download.xml

Author: dims
Date: Sun Apr 20 19:44:37 2008
New Revision: 650009

URL: http://svn.apache.org/viewvc?rev=650009&view=rev
Log:
cut tag for XmlSchema 1.4.2

Added:
    webservices/commons/tags/XmlSchema/1.4.2/
      - copied from r649060, webservices/commons/trunk/modules/XmlSchema/
    webservices/commons/tags/XmlSchema/1.4.2/src/main/assembly/filter.properties
      - copied unchanged from r649075, webservices/commons/trunk/modules/XmlSchema/src/main/assembly/filter.properties
    webservices/commons/tags/XmlSchema/1.4.2/src/site/apt/index.apt
      - copied unchanged from r649075, webservices/commons/trunk/modules/XmlSchema/src/site/apt/index.apt
    webservices/commons/tags/XmlSchema/1.4.2/src/site/xdoc/download.xml
      - copied unchanged from r649075, webservices/commons/trunk/modules/XmlSchema/src/site/xdoc/download.xml
Modified:
    webservices/commons/tags/XmlSchema/1.4.2/RELEASE-NOTE.txt
    webservices/commons/tags/XmlSchema/1.4.2/pom.xml

Modified: webservices/commons/tags/XmlSchema/1.4.2/RELEASE-NOTE.txt
URL: http://svn.apache.org/viewvc/webservices/commons/tags/XmlSchema/1.4.2/RELEASE-NOTE.txt?rev=650009&r1=649060&r2=650009&view=diff
==============================================================================
--- webservices/commons/tags/XmlSchema/1.4.2/RELEASE-NOTE.txt (original)
+++ webservices/commons/tags/XmlSchema/1.4.2/RELEASE-NOTE.txt Sun Apr 20 19:44:37 2008
@@ -15,13 +15,8 @@
 submitting improvements to the documentation, and reporting bugs are always
 welcome.
 
-Major Changes since the last release
-
-  * The behavior of the getElementByName(QName name) and getTypeByName(QName name) has
-    changed. Now this method triggers a search in the complete schema tree (including imported and
-    included schemas) for the specified type. 
-  * Two new methods have been added etElementByName(String name) and getTypeByName(String name) which
-    would perform the search only in the current schema.
+Contains the fix for :
+* Regression found by Woden project (http://svn.apache.org/viewvc?view=rev&revision=648283)
     
 Thanks for your interest in XMLSchema!
 

Modified: webservices/commons/tags/XmlSchema/1.4.2/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/tags/XmlSchema/1.4.2/pom.xml?rev=650009&r1=649060&r2=650009&view=diff
==============================================================================
--- webservices/commons/tags/XmlSchema/1.4.2/pom.xml (original)
+++ webservices/commons/tags/XmlSchema/1.4.2/pom.xml Sun Apr 20 19:44:37 2008
@@ -26,7 +26,7 @@
     <groupId>org.apache.ws.commons.schema</groupId>
     <artifactId>XmlSchema</artifactId>
     <name>XmlSchema</name>
-    <version>SNAPSHOT</version>
+    <version>1.4.2</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>
@@ -522,7 +522,7 @@
     </distributionManagement>
     <properties>
     	<!--  should the osgi version be the same as the artifact id ?? -->
-        <xmlschema.osgi.version>1.4</xmlschema.osgi.version>
+        <xmlschema.osgi.version>1.4.2</xmlschema.osgi.version>
         <bundle.plugin.version>1.4.0</bundle.plugin.version>
     </properties>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org