Repository: commons-fileupload Updated Branches: refs/heads/b1_3 24cf03df5 -> 03dbe1ffb
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/03dbe1ff Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/03dbe1ff Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/03dbe1ff Branch: refs/heads/b1_3 Commit: 03dbe1ffb79a6499192a0388b460c77898fcdaad Parents: 24cf03d Author: Jochen Wiedmann <[email protected]> Authored: Sat Dec 3 14:41:08 2016 +0100 Committer: Jochen Wiedmann <[email protected]> Committed: Sat Dec 3 14:41:08 2016 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/03dbe1ff/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bb46cc5..3123dc4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.3.3</version> + <version>1.3.4-SNAPSHOT</version> <name>Apache Commons FileUpload</name> <description> @@ -170,7 +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> + <tag>commons-fileupload-1.3.3-RC1</tag> </scm> <issueManagement> <system>jira</system>
