On Mon, Jul 08, 2013 at 08:24:12AM +0000, [email protected] wrote: > Updated Branches: > refs/heads/master dac65a596 -> ca4699eff > > > changing parent poms verison to 3.0.0 and adding modules to root pom > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/e64246fa > Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/e64246fa > Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/e64246fa > > Branch: refs/heads/master > Commit: e64246fa84def79414a34d7b57a88db372f1b5a0 > Parents: 3c5a996 > Author: Lahiru Sandaruwan <[email protected]> > Authored: Mon Jul 8 12:13:00 2013 +0530 > Committer: Lahiru Sandaruwan <[email protected]> > Committed: Mon Jul 8 12:13:00 2013 +0530 > > ---------------------------------------------------------------------- > components/pom.xml | 9 ++------- > features/pom.xml | 4 ++-- > pom.xml | 9 ++++++++- > service-stubs/pom.xml | 4 ++-- > 4 files changed, 14 insertions(+), 12 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/e64246fa/components/pom.xml > ---------------------------------------------------------------------- > diff --git a/components/pom.xml b/components/pom.xml > index 379b344..e129899 100644 > --- a/components/pom.xml > +++ b/components/pom.xml > @@ -24,7 +24,7 @@ > <parent> > <groupId>org.apache.stratos</groupId> > <artifactId>stratos-parent</artifactId> > - <version>2.0.0</version> > + <version>3.0.0</version> > <relativePath>../pom.xml</relativePath> > </parent>
Should these version numbers actually be set to 3.0.0-SNAPSHOT for now? Usually, the maven release plugin can be used to set it to 3.0.0 for the specific commit that we want to release (as part of the release process).
