diff --git a/ChangeLog.txt b/ChangeLog.txt
index ec57d7e0d214..301e4bdab85e 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,10 @@
+2012.10.29 Version 0.3.3
+ * In the blob client, fixed a bug which allows users to call write APIs on a blob snapshot reference
+ * Updated the URL parse method in storage client libraries, to allow users to pass a URL ending with "/"
+ * Updated the parsing response header code in blob client APIs
+ * Updated the storage client library user agent version from 0.1.2 to 0.1.3
+ * Added more test cases in storage client tests
+
2012.10.16 Version 0.3.2
* Implemented a more graceful timeout Exception
* Implemented a better Exception for an empty header returned by the Azure Storage Service
diff --git a/README.md b/README.md
index 8bed4e62a948..a49e66e0493b 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ within your project you can also have them installed by the Java package manager
com.microsoft.windowsazure
microsoft-windowsazure-api
- 0.3.1
+ 0.3.3
##Minimum Requirements
diff --git a/microsoft-azure-api/pom.xml b/microsoft-azure-api/pom.xml
index b8ed0c41ecb6..9dec5ce436d2 100644
--- a/microsoft-azure-api/pom.xml
+++ b/microsoft-azure-api/pom.xml
@@ -1,252 +1,252 @@
-
-
- 4.0.0
- com.microsoft.windowsazure
- microsoft-windowsazure-api
- 0.3.2
- jar
-
- Microsoft Windows Azure Client API
- API for Microsoft Windows Azure Clients
- https://github.com/WindowsAzure/azure-sdk-for-java
-
-
-
- The Apache Software License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
- repo
-
-
-
-
- scm:git:https://github.com/WindowsAzure/azure-sdk-for-java
- scm:git:git://github.com/WindowsAzure/azure-sdk-for-java.git
-
-
-
- UTF-8
-
-
-
-
-
- microsoft
- Microsoft
-
-
-
-
-
- com.sun.jersey
- jersey-client
- 1.10-b02
-
-
- javax.xml.bind
- jaxb-api
- 2.1
- provided
-
-
- junit
- junit
- 4.8
- test
-
-
- org.hamcrest
- hamcrest-all
- 1.1
- test
-
-
- org.mockito
- mockito-all
- test
- 1.9.0-rc1
-
-
- javax.inject
- javax.inject
- 1
-
-
- com.sun.jersey
- jersey-json
- 1.10-b02
-
-
- commons-logging
- commons-logging
- 1.1.1
-
-
- javax.mail
- mail
- 1.4
-
-
- org.apache.commons
- commons-lang3
- 3.1
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-help-plugin
- 2.1.1
-
-
- validate
-
- evaluate
-
-
- legal
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.3.2
-
- 1.6
- 1.6
-
-
-
- org.jvnet.jaxb2.maven2
- maven-jaxb2-plugin
- 0.8.0
-
-
- generate-sources
-
- generate
-
-
-
-
- true
-
-
- org.jvnet.jaxb2_commons
- jaxb2-basics
- 0.6.0
-
-
- org.jvnet.jaxb2_commons
- jaxb2-basics-annotate
- 0.6.0
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.8
-
- *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization
- /**
-
* Copyright 2011 Microsoft Corporation
-
*
-
* Licensed under the Apache License, Version 2.0 (the "License");
-
* you may not use this file except in compliance with the License.
-
* You may obtain a copy of the License at
-
* http://www.apache.org/licenses/LICENSE-2.0
-
*
-
* Unless required by applicable law or agreed to in writing, software
-
* distributed under the License is distributed on an "AS IS" BASIS,
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-
* See the License for the specific language governing permissions and
-
* limitations under the License.
-
*/]]>
-
-
-
-
- org.codehaus.mojo
- findbugs-maven-plugin
- 2.3.2
-
- true
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 2.8
-
- src/config/checkstyle.xml
-
-
-
-
-
-
-
-
-
- org.eclipse.m2e
- lifecycle-mapping
- 1.0.0
-
-
-
-
-
- org.apache.maven.plugins
- maven-help-plugin
- [2.1.1,)
-
- evaluate
-
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
- 2.4.3
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.12
-
-
-
-
-
+
+
+ 4.0.0
+ com.microsoft.windowsazure
+ microsoft-windowsazure-api
+ 0.3.3
+ jar
+
+ Microsoft Windows Azure Client API
+ API for Microsoft Windows Azure Clients
+ https://github.com/WindowsAzure/azure-sdk-for-java
+
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+ scm:git:https://github.com/WindowsAzure/azure-sdk-for-java
+ scm:git:git://github.com/WindowsAzure/azure-sdk-for-java.git
+
+
+
+ UTF-8
+
+
+
+
+
+ microsoft
+ Microsoft
+
+
+
+
+
+ com.sun.jersey
+ jersey-client
+ 1.10-b02
+
+
+ javax.xml.bind
+ jaxb-api
+ 2.1
+ provided
+
+
+ junit
+ junit
+ 4.8
+ test
+
+
+ org.hamcrest
+ hamcrest-all
+ 1.1
+ test
+
+
+ org.mockito
+ mockito-all
+ test
+ 1.9.0-rc1
+
+
+ javax.inject
+ javax.inject
+ 1
+
+
+ com.sun.jersey
+ jersey-json
+ 1.10-b02
+
+
+ commons-logging
+ commons-logging
+ 1.1.1
+
+
+ javax.mail
+ mail
+ 1.4
+
+
+ org.apache.commons
+ commons-lang3
+ 3.1
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-help-plugin
+ 2.1.1
+
+
+ validate
+
+ evaluate
+
+
+ legal
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ 1.6
+ 1.6
+
+
+
+ org.jvnet.jaxb2.maven2
+ maven-jaxb2-plugin
+ 0.8.0
+
+
+ generate-sources
+
+ generate
+
+
+
+
+ true
+
+
+ org.jvnet.jaxb2_commons
+ jaxb2-basics
+ 0.6.0
+
+
+ org.jvnet.jaxb2_commons
+ jaxb2-basics-annotate
+ 0.6.0
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.8
+
+ *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization
+ /**
+
* Copyright 2011 Microsoft Corporation
+
*
+
* Licensed under the Apache License, Version 2.0 (the "License");
+
* you may not use this file except in compliance with the License.
+
* You may obtain a copy of the License at
+
* http://www.apache.org/licenses/LICENSE-2.0
+
*
+
* Unless required by applicable law or agreed to in writing, software
+
* distributed under the License is distributed on an "AS IS" BASIS,
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
* See the License for the specific language governing permissions and
+
* limitations under the License.
+
*/]]>
+
+
+
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+ 2.3.2
+
+ true
+ true
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 2.8
+
+ src/config/checkstyle.xml
+
+
+
+
+
+
+
+
+
+ org.eclipse.m2e
+ lifecycle-mapping
+ 1.0.0
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-help-plugin
+ [2.1.1,)
+
+ evaluate
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 2.4.3
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.12
+
+
+
+
+
\ No newline at end of file