Repository: commons-rng Updated Branches: refs/heads/master ae50efec5 -> 04a59b13d
Release number set to "1.0". Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/04a59b13 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/04a59b13 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/04a59b13 Branch: refs/heads/master Commit: 04a59b13d32c603811ced4f2219cf669c07eb038 Parents: ae50efe Author: Gilles <[email protected]> Authored: Thu Aug 18 02:36:10 2016 +0200 Committer: Gilles <[email protected]> Committed: Thu Aug 18 02:36:10 2016 +0200 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/04a59b13/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e3024bb..b04721c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-rng</artifactId> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <name>Apache Commons Rng</name> <inceptionYear>2016</inceptionYear> @@ -101,7 +101,7 @@ <commons.osgi.export>org.apache.commons.rng</commons.osgi.export> <commons.osgi.private>org.apache.commons.rng.internal</commons.osgi.private> <!-- do not use snapshot suffix here --> - <commons.release.version>0.1</commons.release.version> + <commons.release.version>1.0</commons.release.version> <commons.release.desc>(requires Java 1.5+)</commons.release.desc> <!-- <commons.rc.version>RC1</commons.rc.version> --> <commons.binary.suffix>-bin</commons.binary.suffix>
