That's why I just put it on a branch just to give it a smoke test for Benjamin. 
I don't plan on integrating it until after 3.1.1.

On Jul 29, 2013, at 2:13 AM, Hervé BOUTEMY <[email protected]> wrote:

> a lot of things were done in 0.9.0.M3: will need to review
> 
> notice the apidocs is not published yet
> http://download.eclipse.org/aether/aether-core/0.9.0.M3/apidocs/
> 
> we need it to publish Maven core site
> 
> then we probably should create a Jira issue to keep track of this important 
> change (I have no time at the moment, going to work)
> 
> Regards,
> 
> Hervé
> 
> Le dimanche 28 juillet 2013 23:23:58 [email protected] a écrit :
>> Updated Branches:
>>  refs/heads/aether-M3 [created] 604bf2545
>> 
>> 
>> o testing eclipse aether 0.9.0.M3. looks good with the ITs
>> 
>> 
>> Project: http://git-wip-us.apache.org/repos/asf/maven/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/604bf254
>> Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/604bf254
>> Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/604bf254
>> 
>> Branch: refs/heads/aether-M3
>> Commit: 604bf25450be1225c2e856d2045b871d8840376e
>> Parents: a58b918
>> Author: Jason van Zyl <[email protected]>
>> Authored: Sun Jul 28 19:23:19 2013 -0400
>> Committer: Jason van Zyl <[email protected]>
>> Committed: Sun Jul 28 19:23:19 2013 -0400
>> 
>> ----------------------------------------------------------------------
>> apache-maven/pom.xml          | 8 ++++++--
>> maven-aether-provider/pom.xml | 7 ++++++-
>> maven-compat/pom.xml          | 7 ++++++-
>> pom.xml                       | 9 +++++++--
>> 4 files changed, 25 insertions(+), 6 deletions(-)
>> ----------------------------------------------------------------------
>> 
>> 
>> http://git-wip-us.apache.org/repos/asf/maven/blob/604bf254/apache-maven/pom.
>> xml ----------------------------------------------------------------------
>> diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
>> index 4b8c579..46e8a05 100644
>> --- a/apache-maven/pom.xml
>> +++ b/apache-maven/pom.xml
>> @@ -81,7 +81,11 @@
>>     </dependency>
>>     <dependency>
>>       <groupId>org.eclipse.aether</groupId>
>> -      <artifactId>aether-connector-wagon</artifactId>
>> +      <artifactId>aether-connector-basic</artifactId>
>> +    </dependency>
>> +    <dependency>
>> +      <groupId>org.eclipse.aether</groupId>
>> +      <artifactId>aether-transport-wagon</artifactId>
>>     </dependency>
>>     <dependency>
>>       <groupId>org.slf4j</groupId>
>> @@ -96,7 +100,7 @@
>>         <plugin>
>>             <groupId>org.apache.maven.plugins</groupId>
>>             <artifactId>maven-remote-resources-plugin</artifactId>
>> -            <version>1.5-SNAPSHOT</version>
>> +            <version>1.5</version>
>>         </plugin>
>>         <plugin>
>>           <groupId>org.apache.rat</groupId>
>> 
>> http://git-wip-us.apache.org/repos/asf/maven/blob/604bf254/maven-aether-prov
>> ider/pom.xml
>> ---------------------------------------------------------------------- diff
>> --git a/maven-aether-provider/pom.xml b/maven-aether-provider/pom.xml index
>> 9235f1c..d3541a4 100644
>> --- a/maven-aether-provider/pom.xml
>> +++ b/maven-aether-provider/pom.xml
>> @@ -85,7 +85,12 @@ under the License.
>>     <!-- Testing -->
>>     <dependency>
>>       <groupId>org.eclipse.aether</groupId>
>> -      <artifactId>aether-connector-wagon</artifactId>
>> +      <artifactId>aether-connector-basic</artifactId>
>> +      <scope>test</scope>
>> +    </dependency>
>> +    <dependency>
>> +      <groupId>org.eclipse.aether</groupId>
>> +      <artifactId>aether-transport-wagon</artifactId>
>>       <scope>test</scope>
>>     </dependency>
>>     <dependency>
>> 
>> http://git-wip-us.apache.org/repos/asf/maven/blob/604bf254/maven-compat/pom.
>> xml ----------------------------------------------------------------------
>> diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml
>> index 9e7374e..746d869 100644
>> --- a/maven-compat/pom.xml
>> +++ b/maven-compat/pom.xml
>> @@ -73,7 +73,12 @@
>>     </dependency>
>>     <dependency>
>>       <groupId>org.eclipse.aether</groupId>
>> -      <artifactId>aether-connector-wagon</artifactId>
>> +      <artifactId>aether-connector-basic</artifactId>
>> +      <scope>test</scope>
>> +    </dependency>
>> +    <dependency>
>> +      <groupId>org.eclipse.aether</groupId>
>> +      <artifactId>aether-transport-wagon</artifactId>
>>       <scope>test</scope>
>>     </dependency>
>>     <dependency>
>> 
>> http://git-wip-us.apache.org/repos/asf/maven/blob/604bf254/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/pom.xml b/pom.xml
>> index 4a4535a..cd9efff 100644
>> --- a/pom.xml
>> +++ b/pom.xml
>> @@ -58,7 +58,7 @@
>>     <cipherVersion>1.7</cipherVersion>
>>     <modelloVersion>1.7</modelloVersion>
>>     <jxpathVersion>1.3</jxpathVersion>
>> -    <aetherVersion>0.9.0.M2</aetherVersion>
>> +    <aetherVersion>0.9.0.M3</aetherVersion>
>>     <slf4jVersion>1.7.4</slf4jVersion>
>> 
>> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToF
>> ile> <!-- Control the name of the distribution and information output by mvn
>> --> @@ -284,7 +284,12 @@
>>       </dependency>
>>       <dependency>
>>         <groupId>org.eclipse.aether</groupId>
>> -        <artifactId>aether-connector-wagon</artifactId>
>> +        <artifactId>aether-connector-basic</artifactId>
>> +        <version>${aetherVersion}</version>
>> +      </dependency>
>> +      <dependency>
>> +        <groupId>org.eclipse.aether</groupId>
>> +        <artifactId>aether-transport-wagon</artifactId>
>>         <version>${aetherVersion}</version>
>>       </dependency>
>>       <!--  Commons -->
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
---------------------------------------------------------

Three people can keep a secret provided two of them are dead.

 -- Benjamin Franklin






Reply via email to