[maven-release-plugin] prepare release commons-fileupload-1.3.3-RC2
Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/d7923dd4 Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/d7923dd4 Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/d7923dd4 Branch: refs/heads/b1_3 Commit: d7923dd45d0e970d7bd01365f3ed58e648679053 Parents: 9a92864 Author: Jochen Wiedmann <[email protected]> Authored: Sat Dec 3 14:49:44 2016 +0100 Committer: Jochen Wiedmann <[email protected]> Committed: Sat Dec 3 14:49:44 2016 +0100 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/d7923dd4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 63e4277..bb46cc5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.3</version> <name>Apache Commons FileUpload</name> <description> @@ -170,6 +170,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-fileupload.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-fileupload.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=commons-fileupload.git</url> + <tag>commons-fileupload-1.3.3-RC2</tag> </scm> <issueManagement> <system>jira</system>
