Repository: commons-complex Updated Branches: refs/heads/master 346a1791e -> 2820ac444
Reset component version. Project: http://git-wip-us.apache.org/repos/asf/commons-complex/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-complex/commit/1cdbdf7b Tree: http://git-wip-us.apache.org/repos/asf/commons-complex/tree/1cdbdf7b Diff: http://git-wip-us.apache.org/repos/asf/commons-complex/diff/1cdbdf7b Branch: refs/heads/master Commit: 1cdbdf7b457fb2ccdcbba3d2310368a547ff0287 Parents: 346a179 Author: Gilles Sadowski <[email protected]> Authored: Fri Jan 6 18:21:45 2017 +0100 Committer: Gilles Sadowski <[email protected]> Committed: Fri Jan 6 18:21:45 2017 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-complex/blob/1cdbdf7b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f2ba51a..b3ee74a 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-complex</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <name>Apache Commons Complex</name> <inceptionYear>2016</inceptionYear> @@ -78,7 +78,7 @@ <!-- This value must reflect the current name of the base package. --> <commons.osgi.symbolicName>org.apache.commons.complex</commons.osgi.symbolicName> <!-- do not use snapshot suffix here --> - <commons.release.version>4.0.0</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>
