[maven-release-plugin]  copy for tag XmlSchema-1.4.5

git-svn-id: https://svn.apache.org/repos/asf/webservices/commons/tags/XmlSchema/XmlSchema-1.4.5@765325 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTE.txt b/RELEASE-NOTE.txt
index c0742f9..3b51469 100644
--- a/RELEASE-NOTE.txt
+++ b/RELEASE-NOTE.txt
@@ -1,8 +1,6 @@
  ====================================

-       XMLSchema 1.4.4 Release Notes

- ====================================

-

-This is the release of XMLSchema 1.4.4 of Apache WS-Commons.

+This is the release of XMLSchema 1.4.5 of Apache WS-Commons.

+====================================

 

 XMLSchema is a lightweight schema object model that can be used to manipulate 

 and generate XML schema representations. It has few external dependencies

@@ -12,24 +10,19 @@
 contribution in the form of coding, testing, submitting improvements

 to the documentation, and reporting bugs are always welcome.

 

-This release fixes one defect that was introduced in 1.4.3:

+Bugs fixed since XmlSchema 1.4.4:

 

-WSCOMMONS-436  SchemaBuilder returns a null XmlSchemaAppInfo when

-                                appinfo element without source attribute.

+WSCOMMONS-460 

+targetNamespace in schema without a prefixed namespace also defined can cause empty namespace to be overwritten.

 

-plus one older defect:

+WSCOMMONS-447 

+Serializer requires a namespace context.

 

-WSCOMMONS-378  SchemaBuilder::handleSimpleType() doesn't 

-	call processExtensibilityComponents() for facets

+WSCOMMONS-426 

+Serialization gets NPE with no namespace context.

 

-The defect list for 1.4.3 was:

-

-WSCOMMONS-401 	Add support for CDATA in XmlSchemaDocumentation

-WSCOMMONS-396 	API lacks functions for global attributes like those for types and elements

-WSCOMMONS-364 	Add getter for schemaResolve

-WSCOMMONS-361 	Performance enhancement for build from DOM

-WSCOMMONS-358 	DOM level 3 checks don't work properly

-WSCOMMONS-355 	xsd:anySimpleType missing from http://www.w3.org/2001/XMLSchema

+WSCOMMONS-283 

+Package XmlSchema as on OSGi bundle.

 

 Thanks for your interest in XMLSchema!

 

diff --git a/pom.xml b/pom.xml
index 64c0c07..c138c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <artifactId>XmlSchema</artifactId>
   <packaging>bundle</packaging>
   <name>XmlSchema</name>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.4.5</version>
   <description>Commons XMLSchema is a light weight schema object model that can be used to manipulate 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 dependencies on third party libraries.</description>
@@ -50,9 +50,9 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH</developerConnection>
-    <url>http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/XmlSchema/XmlSchema-1.4.5</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/XmlSchema/XmlSchema-1.4.5</developerConnection>
+    <url>http://svn.apache.org/viewvc/webservices/commons/tags/XmlSchema/XmlSchema-1.4.5</url>
   </scm>
   <organization>
     <name>The Apache Software Foundation</name>