You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/07/31 02:25:40 UTC

svn commit: r561196 - in /maven/components/trunk: build.properties pom.xml

Author: jvanzyl
Date: Mon Jul 30 17:25:39 2007
New Revision: 561196

URL: http://svn.apache.org/viewvc?view=rev&rev=561196
Log:
o updating to the releases of plexus-utils, plexus, and modello

Modified:
    maven/components/trunk/build.properties
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/build.properties
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.properties?view=diff&rev=561196&r1=561195&r2=561196
==============================================================================
--- maven/components/trunk/build.properties (original)
+++ maven/components/trunk/build.properties Mon Jul 30 17:25:39 2007
@@ -15,13 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-classworlds.version=1.2-alpha-7
+classworlds.version=1.2-alpha-9
 plexus-active-collections.version=1.0-beta-1
-plexus.version=1.0-alpha-29
-plexus-utils.version=1.4.3
+plexus.version=1.0-alpha-30
+plexus-utils.version=1.4.5
 commons-cli.version=1.0
 wagon.version=1.0-beta-2
 doxia.version=1.0-alpha-9-SNAPSHOT
-modello.version=1.0-alpha-16
+modello.version=1.0-alpha-17
 junit.version=3.8.1
 jdom.version=1.0

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=diff&rev=561196&r1=561195&r2=561196
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Mon Jul 30 17:25:39 2007
@@ -80,7 +80,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0-alpha-16-SNAPSHOT</version>
+          <version>1.0-alpha-17</version>
           <executions>
             <execution>
               <id>site-docs</id>
@@ -128,7 +128,7 @@
     <module>maven-embedder</module>
   </modules>
   <properties>
-    <plexusVersion>1.0-alpha-29</plexusVersion>
+    <plexusVersion>1.0-alpha-30</plexusVersion>
     <wagonVersion>1.0-beta-2</wagonVersion>
   </properties>
   <dependencies>
@@ -149,12 +149,12 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-classworlds</artifactId>
-        <version>1.2-alpha-7</version>
+        <version>[1.2-alpha-9]</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.4.3</version>
+        <version>1.4.5</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>



Re: svn commit: r561196 - in /maven/components/trunk: build.properties pom.xml

Posted by Jason van Zyl <ja...@maven.org>.
On 30 Aug 07, at 3:55 PM 30 Aug 07, Carlos Sanchez wrote:

> any reason for the square brackets ?
>

Was trying to force 1.2-alpha-9, think it was the only declaration  
for classworlds, but there was one in maven-project overriding it.

>> -        <version>1.2-alpha-7</version>
>> +        <version>[1.2-alpha-9]</version>
>
>
> On 7/31/07, jvanzyl@apache.org <jv...@apache.org> wrote:
>> Author: jvanzyl
>> Date: Mon Jul 30 17:25:39 2007
>> New Revision: 561196
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=561196
>> Log:
>> o updating to the releases of plexus-utils, plexus, and modello
>>
>> Modified:
>>     maven/components/trunk/build.properties
>>     maven/components/trunk/pom.xml
>>
>> Modified: maven/components/trunk/build.properties
>> URL: http://svn.apache.org/viewvc/maven/components/trunk/ 
>> build.properties?view=diff&rev=561196&r1=561195&r2=561196
>> ===================================================================== 
>> =========
>> --- maven/components/trunk/build.properties (original)
>> +++ maven/components/trunk/build.properties Mon Jul 30 17:25:39 2007
>> @@ -15,13 +15,13 @@
>>  # specific language governing permissions and limitations
>>  # under the License.
>>
>> -classworlds.version=1.2-alpha-7
>> +classworlds.version=1.2-alpha-9
>>  plexus-active-collections.version=1.0-beta-1
>> -plexus.version=1.0-alpha-29
>> -plexus-utils.version=1.4.3
>> +plexus.version=1.0-alpha-30
>> +plexus-utils.version=1.4.5
>>  commons-cli.version=1.0
>>  wagon.version=1.0-beta-2
>>  doxia.version=1.0-alpha-9-SNAPSHOT
>> -modello.version=1.0-alpha-16
>> +modello.version=1.0-alpha-17
>>  junit.version=3.8.1
>>  jdom.version=1.0
>>
>> Modified: maven/components/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml? 
>> view=diff&rev=561196&r1=561195&r2=561196
>> ===================================================================== 
>> =========
>> --- maven/components/trunk/pom.xml (original)
>> +++ maven/components/trunk/pom.xml Mon Jul 30 17:25:39 2007
>> @@ -80,7 +80,7 @@
>>          <plugin>
>>            <groupId>org.codehaus.modello</groupId>
>>            <artifactId>modello-maven-plugin</artifactId>
>> -          <version>1.0-alpha-16-SNAPSHOT</version>
>> +          <version>1.0-alpha-17</version>
>>            <executions>
>>              <execution>
>>                <id>site-docs</id>
>> @@ -128,7 +128,7 @@
>>      <module>maven-embedder</module>
>>    </modules>
>>    <properties>
>> -    <plexusVersion>1.0-alpha-29</plexusVersion>
>> +    <plexusVersion>1.0-alpha-30</plexusVersion>
>>      <wagonVersion>1.0-beta-2</wagonVersion>
>>    </properties>
>>    <dependencies>
>> @@ -149,12 +149,12 @@
>>        <dependency>
>>          <groupId>org.codehaus.plexus</groupId>
>>          <artifactId>plexus-classworlds</artifactId>
>> -        <version>1.2-alpha-7</version>
>> +        <version>[1.2-alpha-9]</version>
>>        </dependency>
>>        <dependency>
>>          <groupId>org.codehaus.plexus</groupId>
>>          <artifactId>plexus-utils</artifactId>
>> -        <version>1.4.3</version>
>> +        <version>1.4.5</version>
>>        </dependency>
>>        <dependency>
>>          <groupId>org.apache.maven.wagon</groupId>
>>
>>
>>
>
>
> -- 
> I could give you my word as a Spaniard.
> No good. I've known too many Spaniards.
>                              -- The Princess Bride
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




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


Re: svn commit: r561196 - in /maven/components/trunk: build.properties pom.xml

Posted by Carlos Sanchez <ca...@apache.org>.
any reason for the square brackets ?

> -        <version>1.2-alpha-7</version>
> +        <version>[1.2-alpha-9]</version>


On 7/31/07, jvanzyl@apache.org <jv...@apache.org> wrote:
> Author: jvanzyl
> Date: Mon Jul 30 17:25:39 2007
> New Revision: 561196
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=561196
> Log:
> o updating to the releases of plexus-utils, plexus, and modello
>
> Modified:
>     maven/components/trunk/build.properties
>     maven/components/trunk/pom.xml
>
> Modified: maven/components/trunk/build.properties
> URL: http://svn.apache.org/viewvc/maven/components/trunk/build.properties?view=diff&rev=561196&r1=561195&r2=561196
> ==============================================================================
> --- maven/components/trunk/build.properties (original)
> +++ maven/components/trunk/build.properties Mon Jul 30 17:25:39 2007
> @@ -15,13 +15,13 @@
>  # specific language governing permissions and limitations
>  # under the License.
>
> -classworlds.version=1.2-alpha-7
> +classworlds.version=1.2-alpha-9
>  plexus-active-collections.version=1.0-beta-1
> -plexus.version=1.0-alpha-29
> -plexus-utils.version=1.4.3
> +plexus.version=1.0-alpha-30
> +plexus-utils.version=1.4.5
>  commons-cli.version=1.0
>  wagon.version=1.0-beta-2
>  doxia.version=1.0-alpha-9-SNAPSHOT
> -modello.version=1.0-alpha-16
> +modello.version=1.0-alpha-17
>  junit.version=3.8.1
>  jdom.version=1.0
>
> Modified: maven/components/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=diff&rev=561196&r1=561195&r2=561196
> ==============================================================================
> --- maven/components/trunk/pom.xml (original)
> +++ maven/components/trunk/pom.xml Mon Jul 30 17:25:39 2007
> @@ -80,7 +80,7 @@
>          <plugin>
>            <groupId>org.codehaus.modello</groupId>
>            <artifactId>modello-maven-plugin</artifactId>
> -          <version>1.0-alpha-16-SNAPSHOT</version>
> +          <version>1.0-alpha-17</version>
>            <executions>
>              <execution>
>                <id>site-docs</id>
> @@ -128,7 +128,7 @@
>      <module>maven-embedder</module>
>    </modules>
>    <properties>
> -    <plexusVersion>1.0-alpha-29</plexusVersion>
> +    <plexusVersion>1.0-alpha-30</plexusVersion>
>      <wagonVersion>1.0-beta-2</wagonVersion>
>    </properties>
>    <dependencies>
> @@ -149,12 +149,12 @@
>        <dependency>
>          <groupId>org.codehaus.plexus</groupId>
>          <artifactId>plexus-classworlds</artifactId>
> -        <version>1.2-alpha-7</version>
> +        <version>[1.2-alpha-9]</version>
>        </dependency>
>        <dependency>
>          <groupId>org.codehaus.plexus</groupId>
>          <artifactId>plexus-utils</artifactId>
> -        <version>1.4.3</version>
> +        <version>1.4.5</version>
>        </dependency>
>        <dependency>
>          <groupId>org.apache.maven.wagon</groupId>
>
>
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

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