If possible please use ${project.version} instead of ${version}; mvn3 complains
about the ${version} only tag as a malformed version and ${project.version}
should be used insteadthanks and kind regards, andreas On Sat, Jan 22, 2011 at 03:25:53PM -0000, [email protected] wrote: > Author: zoe > Date: Sat Jan 22 15:25:52 2011 > New Revision: 1062174 > > URL: http://svn.apache.org/viewvc?rev=1062174&view=rev > Log: > ARIES-551 Fix Blueprint poms > > Modified: > aries/trunk/blueprint/blueprint-itests/pom.xml > aries/trunk/blueprint/pom.xml > > Modified: aries/trunk/blueprint/blueprint-itests/pom.xml > URL: > http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-itests/pom.xml?rev=1062174&r1=1062173&r2=1062174&view=diff > ============================================================================== > --- aries/trunk/blueprint/blueprint-itests/pom.xml (original) > +++ aries/trunk/blueprint/blueprint-itests/pom.xml Sat Jan 22 15:25:52 2011 > @@ -133,28 +133,27 @@ > <dependency> > <groupId>org.apache.aries.quiesce</groupId> > <artifactId>org.apache.aries.quiesce.api</artifactId> > - <version>0.3-SNAPSHOT</version> > <type>bundle</type> > <scope>provided</scope> > </dependency> > <dependency> > <groupId>org.apache.aries.blueprint</groupId> > > <artifactId>org.apache.aries.blueprint.testquiescebundle</artifactId> > - <version>0.3-SNAPSHOT</version> > + <version>${version}</version> > <type>bundle</type> > <scope>compile</scope> > </dependency> > <dependency> > <groupId>org.apache.aries.blueprint</groupId> > <artifactId>org.apache.aries.blueprint.core</artifactId> > - <version>0.3-SNAPSHOT</version> > + <version>${version}</version> > <type>bundle</type> > <scope>compile</scope> > </dependency> > <dependency> > <groupId>org.apache.aries.blueprint</groupId> > <artifactId>org.apache.aries.blueprint.cm</artifactId> > - <version>0.3-SNAPSHOT</version> > + <version>${version}</version> > <type>bundle</type> > <scope>compile</scope> > </dependency> > > Modified: aries/trunk/blueprint/pom.xml > URL: > http://svn.apache.org/viewvc/aries/trunk/blueprint/pom.xml?rev=1062174&r1=1062173&r2=1062174&view=diff > ============================================================================== > --- aries/trunk/blueprint/pom.xml (original) > +++ aries/trunk/blueprint/pom.xml Sat Jan 22 15:25:52 2011 > @@ -107,6 +107,14 @@ > <artifactId>org.apache.aries.util</artifactId> > <version>0.3-SNAPSHOT</version> > </dependency> > + <dependency> > + <groupId>org.apache.aries.quiesce</groupId> > + <artifactId>org.apache.aries.quiesce.api</artifactId> > + <version>0.3-SNAPSHOT</version> > + <type>bundle</type> > + <scope>provided</scope> > + </dependency> > + > <!-- TODO: We need felix 2.0.0 which is not supported by pax > exam yet, > so tests are only enabled on equinox for now > <dependency> > @@ -140,13 +148,6 @@ > <version>3.7</version> > </dependency> > <dependency> > - <groupId>org.apache.aries.blueprint</groupId> > - > <artifactId>org.apache.aries.blueprint.testquiescebundle</artifactId> > - <version>0.3-SNAPSHOT</version> > - <type>bundle</type> > - <scope>compile</scope> > - </dependency> > - <dependency> > <groupId>org.apache.aries.quiesce</groupId> > <artifactId>org.apache.aries.quiesce.api</artifactId> > <version>0.3-SNAPSHOT</version> > >
pgpR4UDZPRrQI.pgp
Description: PGP signature
