You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/02/05 09:32:19 UTC

svn commit: r1067411 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: hboutemy
Date: Sat Feb  5 08:32:19 2011
New Revision: 1067411

URL: http://svn.apache.org/viewvc?rev=1067411&view=rev
Log:
updated plugin testing components to their new home in o.a.m.plugin-testing instead of o.a.m.shared

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1067411&r1=1067410&r2=1067411&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sat Feb  5 08:32:19 2011
@@ -153,15 +153,15 @@ under the License.
       <version>1.0-alpha-2</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
+      <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-tools</artifactId>
-      <version>1.0-alpha-1</version>
+      <version>1.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
+      <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-test-tools</artifactId>
-      <version>1.0-alpha-1</version>
+      <version>1.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>



Re: svn commit: r1067411 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
Hello,
Not sure the branch will work with maven 2.x builds : To be tested :-)

But no objections to move this branch to trunk.


2011/2/5 Hervé BOUTEMY <he...@free.fr>:
> I updated to plugin-testing 1.2 components
> but latest is 2.0-alpha-1 that has been released from a branch [1] instead of
> trunk [2]
>
> any objection to replace trunk with the branch?
>
> Hervé
>
> [1] http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-
> mvn-3.x/
>
> [2] http://svn.apache.org/viewvc/maven/plugin-testing/trunk/
>
> Le samedi 5 février 2011, hboutemy@apache.org a écrit :
>> Author: hboutemy
>> Date: Sat Feb  5 08:32:19 2011
>> New Revision: 1067411
>>
>> URL: http://svn.apache.org/viewvc?rev=1067411&view=rev
>> Log:
>> updated plugin testing components to their new home in o.a.m.plugin-testing
>> instead of o.a.m.shared
>>
>> Modified:
>>     maven/plugins/trunk/maven-assembly-plugin/pom.xml
>>
>> Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom
>> .xml?rev=1067411&r1=1067410&r2=1067411&view=diff
>> ==========================================================================
>> ==== --- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
>> +++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sat Feb  5 08:32:19
>> 2011 @@ -153,15 +153,15 @@ under the License.
>>        <version>1.0-alpha-2</version>
>>      </dependency>
>>      <dependency>
>> -      <groupId>org.apache.maven.shared</groupId>
>> +      <groupId>org.apache.maven.plugin-testing</groupId>
>>        <artifactId>maven-plugin-testing-tools</artifactId>
>> -      <version>1.0-alpha-1</version>
>> +      <version>1.2</version>
>>        <scope>test</scope>
>>      </dependency>
>>      <dependency>
>> -      <groupId>org.apache.maven.shared</groupId>
>> +      <groupId>org.apache.maven.plugin-testing</groupId>
>>        <artifactId>maven-test-tools</artifactId>
>> -      <version>1.0-alpha-1</version>
>> +      <version>1.2</version>
>>        <scope>test</scope>
>>      </dependency>
>>      <dependency>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>



-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r1067411 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Posted by Hervé BOUTEMY <he...@free.fr>.
I updated to plugin-testing 1.2 components
but latest is 2.0-alpha-1 that has been released from a branch [1] instead of 
trunk [2]

any objection to replace trunk with the branch?

Hervé

[1] http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-
mvn-3.x/

[2] http://svn.apache.org/viewvc/maven/plugin-testing/trunk/

Le samedi 5 février 2011, hboutemy@apache.org a écrit :
> Author: hboutemy
> Date: Sat Feb  5 08:32:19 2011
> New Revision: 1067411
> 
> URL: http://svn.apache.org/viewvc?rev=1067411&view=rev
> Log:
> updated plugin testing components to their new home in o.a.m.plugin-testing
> instead of o.a.m.shared
> 
> Modified:
>     maven/plugins/trunk/maven-assembly-plugin/pom.xml
> 
> Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom
> .xml?rev=1067411&r1=1067410&r2=1067411&view=diff
> ==========================================================================
> ==== --- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sat Feb  5 08:32:19
> 2011 @@ -153,15 +153,15 @@ under the License.
>        <version>1.0-alpha-2</version>
>      </dependency>
>      <dependency>
> -      <groupId>org.apache.maven.shared</groupId>
> +      <groupId>org.apache.maven.plugin-testing</groupId>
>        <artifactId>maven-plugin-testing-tools</artifactId>
> -      <version>1.0-alpha-1</version>
> +      <version>1.2</version>
>        <scope>test</scope>
>      </dependency>
>      <dependency>
> -      <groupId>org.apache.maven.shared</groupId>
> +      <groupId>org.apache.maven.plugin-testing</groupId>
>        <artifactId>maven-test-tools</artifactId>
> -      <version>1.0-alpha-1</version>
> +      <version>1.2</version>
>        <scope>test</scope>
>      </dependency>
>      <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org