Add alpha to the project version in pom.xml as well
Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/33e4423f Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/33e4423f Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/33e4423f Branch: refs/heads/release Commit: 33e4423fcfbb2c745a4f056e102ba46ff6051679 Parents: 532933f Author: Bruno P. Kinoshita <[email protected]> Authored: Sat Sep 8 18:12:21 2018 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Sat Sep 8 18:12:21 2018 +1200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/33e4423f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7a1e1be..3304b3b 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ <artifactId>commons-imaging</artifactId> <name>Apache Commons Imaging</name> - <version>1.0-SNAPSHOT</version> + <version>1.0-alpha-SNAPSHOT</version> <!-- Keep the description on a single line. Otherwise Maven might generate
