On 17 July 2013 10:56, <[email protected]> wrote: > Updated Branches: > refs/heads/trunk 0d04eba45 -> 84b2003fc > > > Revert "[maven-release-plugin] prepare for next development iteration" > > This reverts commit 0d04eba4525ca85886c4a03acc20b444ff69a52d.
However trunk is now in an incorrect state, as all the versions are missing the -SNAPSHOT suffix. Surely there is a release plugin goal to restore trunk to its original state? maybe release:rollback ? > > Project: http://git-wip-us.apache.org/repos/asf/mina/repo > Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/84b2003f > Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/84b2003f > Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/84b2003f > > Branch: refs/heads/trunk > Commit: 84b2003fcd58c3938b2f218e11def87114775b78 > Parents: 0d04eba > Author: Emmanuel Lécharny <[email protected]> > Authored: Wed Jul 17 11:56:38 2013 +0200 > Committer: Emmanuel Lécharny <[email protected]> > Committed: Wed Jul 17 11:56:38 2013 +0200 > > ---------------------------------------------------------------------- > coap/pom.xml | 2 +- > codec/pom.xml | 2 +- > core/pom.xml | 2 +- > distribution/pom.xml | 2 +- > examples/pom.xml | 2 +- > http/pom.xml | 2 +- > pom.xml | 2 +- > protobuf/pom.xml | 2 +- > thrift/pom.xml | 2 +- > 9 files changed, 9 insertions(+), 9 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/mina/blob/84b2003f/coap/pom.xml > ---------------------------------------------------------------------- > diff --git a/coap/pom.xml b/coap/pom.xml > index bc39cea..0947c45 100644 > --- a/coap/pom.xml > +++ b/coap/pom.xml > @@ -24,7 +24,7 @@ > <parent> > <groupId>org.apache.mina</groupId> > <artifactId>mina-parent</artifactId> > - <version>3.0.0-M2-SNAPSHOT</version> > + <version>3.0.0-M1</version> > </parent> > > <artifactId>mina-coap</artifactId> > > http://git-wip-us.apache.org/repos/asf/mina/blob/84b2003f/codec/pom.xml > ---------------------------------------------------------------------- > diff --git a/codec/pom.xml b/codec/pom.xml > index 3eead83..2e3c497 100644 > --- a/codec/pom.xml > +++ b/codec/pom.xml > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.mina</groupId> > <artifactId>mina-parent</artifactId> > - <version>3.0.0-M2-SNAPSHOT</version> > + <version>3.0.0-M1</version> > </parent> > > <artifactId>mina-codec</artifactId> > > http://git-wip-us.apache.org/repos/asf/mina/blob/84b2003f/core/pom.xml > ---------------------------------------------------------------------- > diff --git a/core/pom.xml b/core/pom.xml > index 060e4fc..e03cae1 100644 > --- a/core/pom.xml > +++ b/core/pom.xml > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.mina</groupId> > <artifactId>mina-parent</artifactId> > - <version>3.0.0-M2-SNAPSHOT</version> > + <version>3.0.0-M1</version> > </parent> > > <artifactId>mina-core</artifactId> > > http://git-wip-us.apache.org/repos/asf/mina/blob/84b2003f/distribution/pom.xml > ---------------------------------------------------------------------- > diff --git a/distribution/pom.xml b/distribution/pom.xml > index 2979c32..884889a 100644 > --- a/distribution/pom.xml > +++ b/distribution/pom.xml > @@ -24,7 +24,7 @@ > <parent> > <artifactId>mina-parent</artifactId> > <groupId>org.apache.mina</groupId> > - <version>3.0.0-M2-SNAPSHOT</version> > + <version>3.0.0-M1</version> > </parent> > > <artifactId>distribution</artifactId> > > http://git-wip-us.apache.org/repos/asf/mina/blob/84b2003f/examples/pom.xml > ---------------------------------------------------------------------- > diff --git a/examples/pom.xml b/examples/pom.xml > index 9d98934..906cc70 100644 > --- a/examples/pom.xml > +++ b/examples/pom.xml > @@ -24,7 +24,7 @@ > <parent> > <groupId>org.apache.mina</groupId> > <artifactId>mina-parent</artifactId> > - <version>3.0.0-M2-SNAPSHOT</version> > + <version>3.0.0-M1</version> > </parent> > > <artifactId>mina-examples</artifactId> > > http://git-wip-us.apache.org/repos/asf/mina/blob/84b2003f/http/pom.xml > ---------------------------------------------------------------------- > diff --git a/http/pom.xml b/http/pom.xml > index 19e2d04..653e04e 100644 > --- a/http/pom.xml > +++ b/http/pom.xml > @@ -24,7 +24,7 @@ > <parent> > <groupId>org.apache.mina</groupId> > <artifactId>mina-parent</artifactId> > - <version>3.0.0-M2-SNAPSHOT</version> > + <version>3.0.0-M1</version> > </parent> > > <artifactId>mina-http</artifactId> > > http://git-wip-us.apache.org/repos/asf/mina/blob/84b2003f/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index d35f0b6..796e205 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -33,7 +33,7 @@ > </organization> > > <groupId>org.apache.mina</groupId> > - <version>3.0.0-M2-SNAPSHOT</version> > + <version>3.0.0-M1</version> > <artifactId>mina-parent</artifactId> > <name>Apache MINA ${project.version}</name> > <packaging>pom</packaging> > > http://git-wip-us.apache.org/repos/asf/mina/blob/84b2003f/protobuf/pom.xml > ---------------------------------------------------------------------- > diff --git a/protobuf/pom.xml b/protobuf/pom.xml > index b58165f..78e56b5 100644 > --- a/protobuf/pom.xml > +++ b/protobuf/pom.xml > @@ -23,7 +23,7 @@ > <parent> > <groupId>org.apache.mina</groupId> > <artifactId>mina-parent</artifactId> > - <version>3.0.0-M2-SNAPSHOT</version> > + <version>3.0.0-M1</version> > </parent> > > <artifactId>mina-protobuf</artifactId> > > http://git-wip-us.apache.org/repos/asf/mina/blob/84b2003f/thrift/pom.xml > ---------------------------------------------------------------------- > diff --git a/thrift/pom.xml b/thrift/pom.xml > index a424384..7c28e33 100644 > --- a/thrift/pom.xml > +++ b/thrift/pom.xml > @@ -24,7 +24,7 @@ > <parent> > <groupId>org.apache.mina</groupId> > <artifactId>mina-parent</artifactId> > - <version>3.0.0-M2-SNAPSHOT</version> > + <version>3.0.0-M1</version> > </parent> > > <artifactId>mina-thrift</artifactId> >
