Repository: incubator-systemml Updated Branches: refs/heads/master 350354631 -> d2172dcf3
[SYSTEMML-1398] Update next project release version to 1.0.0 Based on mailing list discussion, next major release should be 1.0.0 release. Update project version in pom.xml to 1.0.0-incubating-SNAPSHOT. Closes #429. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/d2172dcf Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/d2172dcf Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/d2172dcf Branch: refs/heads/master Commit: d2172dcf3cad90fcb735ada66ea4be7a3b791db5 Parents: 3503546 Author: Deron Eriksson <[email protected]> Authored: Tue Mar 14 12:05:13 2017 -0700 Committer: Deron Eriksson <[email protected]> Committed: Tue Mar 14 12:05:13 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/d2172dcf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c832071..86efe21 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <version>18</version> </parent> <groupId>org.apache.systemml</groupId> - <version>0.14.0-incubating-SNAPSHOT</version> + <version>1.0.0-incubating-SNAPSHOT</version> <artifactId>systemml</artifactId> <packaging>jar</packaging> <name>SystemML</name>
