Repository: commons-imaging Updated Branches: refs/heads/release [created] 4ba7df790
Change commons.release.version and rc.version (1.0-alpha and RC1 respec) Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/532933f7 Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/532933f7 Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/532933f7 Branch: refs/heads/release Commit: 532933f75d70ecdfa403eb7bdf95ddadc15a24da Parents: eb98398 Author: Bruno P. Kinoshita <[email protected]> Authored: Sat Sep 8 17:59:12 2018 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Sat Sep 8 17:59:12 2018 +1200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/532933f7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ab167b5..7a1e1be 100644 --- a/pom.xml +++ b/pom.xml @@ -48,8 +48,8 @@ <maven.compiler.target>1.7</maven.compiler.target> <commons.componentid>imaging</commons.componentid> <commons.module.name>org.apache.commons.imaging</commons.module.name> - <commons.release.version>1.0</commons.release.version> - <commons.rc.version>RC5</commons.rc.version> + <commons.release.version>1.0-alpha</commons.release.version> + <commons.rc.version>RC1</commons.rc.version> <commons.jira.id>IMAGING</commons.jira.id> <commons.jira.pid>12313421</commons.jira.pid> <commons.osgi.export>org.apache.commons.imaging.*;version=${project.version};-noimport:=true</commons.osgi.export>
