Ruwan, I think Glen is right. The Maven version should still be 1.3.0-SNAPSHOT (dash instead of dot). In Axiom we do the same and it seems to produce the right OSGi bundles.
Regards, Andreas On Thu, Jul 30, 2009 at 17:14, Glen Daniels<[email protected]> wrote: > Hi Ruwan: > > [email protected] wrote: >> --- synapse/branches/1.3/modules/commons/pom.xml (original) >> +++ synapse/branches/1.3/modules/commons/pom.xml Thu Jul 30 15:00:45 2009 >> @@ -26,7 +26,7 @@ >> <parent> >> <groupId>org.apache.synapse</groupId> >> <artifactId>Apache-Synapse</artifactId> >> - <version>SNAPSHOT</version> >> + <version>1.3.0.SNAPSHOT</version> > > Isn't the canonical Maven pattern 1.3.0-SNAPSHOT (i.e. "SNAPSHOT" as the > version qualifier)? [1] > > --Glen > > [1] > http://www.sonatype.com/books/maven-book/reference/pom-relationships-sect-pom-syntax.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
