You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by Andreas Pieber <an...@gmail.com> on 2011/01/22 16:30:37 UTC

Re: svn commit: r1062174 - in /aries/trunk/blueprint: blueprint-itests/pom.xml pom.xml

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 instead

thanks and kind regards,
andreas

On Sat, Jan 22, 2011 at 03:25:53PM -0000, zoe@apache.org 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>
> 
> 

Re: svn commit: r1062174 - in /aries/trunk/blueprint: blueprint-itests/pom.xml pom.xml

Posted by Jeremy Hughes <jp...@gmail.com>.
maven 3 is faster for me than maven 2. It'd be good to switch to maven 3 and
not have to bother with maven 2 any more.  Does anyone know of any reasons
to continue to support bring able to build with maven 2?
Jeremy

On 22 Jan 2011 16:32, "zoe slattery" <zo...@gmail.com> wrote:

On 22/01/2011 15:30, Andreas Pieber wrote:
>
> If possible please use ${project.version} instead of ...
No problem. I'm making a lot of pom changes because some of them are not
ideally structured for creating the release. I'm trying to update trunk in
sync with what I do in the release branch - but am only building with mvn 2
and on a Mac. If you see anything else that doesn't work let me know.
Zoe



> On Sat, Jan 22, 2011 at 03:25:53PM -0000, zoe@apache.org wrote:
>>
>> Author: zoe
>> Date: Sat J...

Re: svn commit: r1062174 - in /aries/trunk/blueprint: blueprint-itests/pom.xml pom.xml

Posted by zoe slattery <zo...@gmail.com>.
On 22/01/2011 15:30, Andreas Pieber wrote:
> 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 instead
>
> thanks and kind regards,
> andreas
>
No problem. I'm making a lot of pom changes because some of them are not 
ideally structured for creating the release. I'm trying to update trunk 
in sync with what I do in the release branch - but am only building with 
mvn 2 and on a Mac. If you see anything else that doesn't work let me know.
Zoe

> On Sat, Jan 22, 2011 at 03:25:53PM -0000, zoe@apache.org 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>
>>
>>