What about the rest of the POM versions - they have all lost their -SNAPSHOT suffices.
Trunk should never be left in a non-SNAPSHOT state for long periods. Ideally it should never lose the -SNAPSHOT suffix, but the Maven release plugin has not been designed to avoid this. On 17 July 2013 11:16, <[email protected]> wrote: > Updated Branches: > refs/heads/trunk 25dd4fa86 -> f1d81cfce > > > Fixed the pom version to SNAPSHOT, otherwise the release will fal > > > Project: http://git-wip-us.apache.org/repos/asf/mina/repo > Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/f1d81cfc > Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/f1d81cfc > Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/f1d81cfc > > Branch: refs/heads/trunk > Commit: f1d81cfce1b4442a980c6148cd94d8ddd1d4d67c > Parents: 25dd4fa > Author: Emmanuel Lécharny <[email protected]> > Authored: Wed Jul 17 12:15:29 2013 +0200 > Committer: Emmanuel Lécharny <[email protected]> > Committed: Wed Jul 17 12:15:29 2013 +0200 > > ---------------------------------------------------------------------- > pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/mina/blob/f1d81cfc/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 796e205..4e2a636 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -33,7 +33,7 @@ > </organization> > > <groupId>org.apache.mina</groupId> > - <version>3.0.0-M1</version> > + <version>3.0.0-M1-SNAPSHOT</version> > <artifactId>mina-parent</artifactId> > <name>Apache MINA ${project.version}</name> > <packaging>pom</packaging> >
