Repository: commons-imaging Updated Branches: refs/heads/release 347c7cc61 -> 496995ec9
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/496995ec Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/496995ec Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/496995ec Branch: refs/heads/release Commit: 496995ec947120ffe2d1ea4d1462845816497650 Parents: 347c7cc Author: Bruno P. Kinoshita <[email protected]> Authored: Sat Sep 8 22:38:35 2018 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Sat Sep 8 22:38:35 2018 +1200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/496995ec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d07950d..9348ce5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <artifactId>commons-imaging</artifactId> <name>Apache Commons Imaging</name> - <version>1.0-alpha</version> + <version>1.0-SNAPSHOT</version> <!-- Keep the description on a single line. Otherwise Maven might generate @@ -66,7 +66,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-imaging.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-imaging.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=commons-imaging.git</url> - <tag>commons-imaging-1.0-alpha</tag> + <tag>HEAD</tag> </scm> <distributionManagement>
