[maven-release-plugin] prepare release commons-fileupload-1.3.3-RC1
Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/aabe56f8 Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/aabe56f8 Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/aabe56f8 Branch: refs/heads/b1_3 Commit: aabe56f86e3c96647402c47607c1837b8883ab89 Parents: 6cc7f79 Author: Jochen Wiedmann <[email protected]> Authored: Sat Dec 3 14:12:22 2016 +0100 Committer: Jochen Wiedmann <[email protected]> Committed: Sat Dec 3 14:12:22 2016 +0100 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/aabe56f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6c40663..6a677f3 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-RC1</tag> </scm> <issueManagement> <system>jira</system>
