We need to have next release by end of April 2017, so we should plan on doing RC1 around first week of April. At this point its uncertain if we can have changes for Release 1.0 ready for April release.Plan for release 1.0 is not solidified yet. I know Matthias you have sent list by beginning of the year with few responses.Lets first finalize the release 1.0 content and verify if we can have MUST fix/changes for Release 1.0 ready by first week of April. Once we agreed upon Release 1.0 tentative date, we can adjust pom file.
Arvind Surve | Spark Technology Center | http://www.spark.tc/ From: Matthias Boehm <mboe...@googlemail.com> To: dev@systemml.incubator.apache.org Sent: Wednesday, February 22, 2017 8:16 PM Subject: Re: incubator-systemml git commit: [maven-release-plugin] prepare for next development iteration Could we please change the target version to 1.0 instead of 0.14 to make clear that master is now open for 1.0 features? Regards, Matthias On Mon, Feb 20, 2017 at 12:08 PM, <ac...@apache.org> wrote: > Repository: incubator-systemml > Updated Branches: > refs/heads/master 07f26ca4e -> da5879f53 > > > [maven-release-plugin] prepare for next development iteration > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo > Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/co > mmit/da5879f5 > Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tr > ee/da5879f5 > Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/di > ff/da5879f5 > > Branch: refs/heads/master > Commit: da5879f538364dfc9b3365bb6f9e0beaa7344430 > Parents: 07f26ca > Author: Arvind Surve <ac...@yahoo.com> > Authored: Mon Feb 20 12:08:53 2017 -0800 > Committer: Arvind Surve <ac...@yahoo.com> > Committed: Mon Feb 20 12:08:53 2017 -0800 > > ---------------------------------------------------------------------- > pom.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/incubator-systemml/bl > ob/da5879f5/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index e9c2665..e044c05 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -25,7 +25,7 @@ > <version>18</version> > </parent> > <groupId>org.apache.systemml</groupId> > - <version>0.13.0-incubating</version> > + <version>0.14.0-incubating-SNAPSHOT</version> > <artifactId>systemml</artifactId> > <packaging>jar</packaging> > <name>SystemML</name> > @@ -41,7 +41,7 @@ > <connection>scm:git:git@github > .com:apache/incubator-systemml</connection> > <developerConnection>scm:git:h > ttps://git-wip-us.apache.org/repos/asf/incubator-systemml</d > eveloperConnection> > <url>https://git-wip-us.apache.org/repos/asf?p=incubator- > systemml.git</url> > - <tag>v0.13.0-incubating-rc1</tag> > + <tag>HEAD</tag> > </scm> > <issueManagement> > <system>JIRA</system> > >