This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to tag FULCRUM_UPLOAD_1_0_5 in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-upload.git
commit 0643bad2109721cffabc4e11671eb2bb53d15a89 Author: Thomas Vandahl <[email protected]> AuthorDate: Fri May 11 16:06:39 2012 +0000 [maven-release-plugin] copy for tag FULCRUM_UPLOAD_1_0_5 git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/tags/FULCRUM_UPLOAD_1_0_5@1337237 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++----- xdocs/changes.xml | 11 +++++++++++ 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9f8d795..8a84ad1 100644 --- a/pom.xml +++ b/pom.xml @@ -24,16 +24,16 @@ <modelVersion>4.0.0</modelVersion> <artifactId>fulcrum-upload</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</version> <name>Fulcrum Upload</name> <inceptionYear>2005</inceptionYear> <description>Fulcrum Upload Service</description> <url>http://turbine.apache.org/fulcrum/fulcrum-upload</url> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/upload/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/upload/</developerConnection> - <url>http://svn.apache.org/viewcvs/turbine/fulcrum/trunk/upload/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/FULCRUM_UPLOAD_1_0_5</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/FULCRUM_UPLOAD_1_0_5</developerConnection> + <url>http://svn.apache.org/viewcvs/turbine/fulcrum/tags/FULCRUM_UPLOAD_1_0_5</url> </scm> <distributionManagement> @@ -134,7 +134,7 @@ <maven.compile.source>1.5</maven.compile.source> <maven.compile.target>1.5</maven.compile.target> <!-- This bits are used for the staging directory --> - <fulcrum.release.version>1.0.4</fulcrum.release.version> + <fulcrum.release.version>1.0.5</fulcrum.release.version> <fulcrum.rc.version>RC1</fulcrum.rc.version> <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol> </properties> diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 884b47c..2ad7af0 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -24,6 +24,17 @@ </properties> <body> + <release version="1.0.5" date="2012-05-11"> + <action dev="ludwig" type="update"> + Add methods to use the streaming API + </action> + <action dev="ludwig" type="update"> + Update dependency commons-fileupload to 1.2.2 + </action> + <action dev="tv" type="update"> + Move to JDK 1.5 + </action> + </release> <release version="1.0.4" date="2009-06-15"> <action dev="tv" type="add"> Added a Maven-2 build
