You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ep...@apache.org on 2006/08/10 12:46:08 UTC

svn commit: r430355 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Author: epunzalan
Date: Thu Aug 10 03:46:07 2006
New Revision: 430355

URL: http://svn.apache.org/viewvc?rev=430355&view=rev
Log:
fixed dep from maven 2.0.5-SNAPSHOT to 2.1-SNAPSHOT

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

Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=430355&r1=430354&r2=430355&view=diff
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu Aug 10 03:46:07 2006
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model-converter</artifactId>
-      <version>2.0.5-SNAPSHOT</version>
+      <version>2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>



Re: svn commit: r430355 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Posted by Brett Porter <br...@apache.org>.
We have two development tracks:

/components/branches/maven-2.0.x - Maven 2.0.5 (and also 2.0.1, 2, 3, 4 
- bugfixes only on the previous release)
/components/trunk - maven 2.1 and onwards (the latest and greatest)

- Brett

On 11/08/2006 10:22 AM, Edwin Punzalan wrote:
> Hi,
> 
> my bad.  I'll revert asap.
> 
> I had my settings.xml configured for snapshots repositories, both for 
> codehaus and apache.  Apparently when I tried building this plugin, 
> maven didn't find any 2.0.5-SNAPSHOT so I thought the dep was wrong and 
> changed it to 2.1-SNAPSHOT since the trunk is 2.1-SNAPSHOT.  But now 
> I've the repo through my browser, I found that there is and it must have 
> been a network glitch that caused the artifact to be not found.
> 
> Btw, how come there is a 2.0.5-SNAPSHOT when the trunk is 2.1-SNAPSHOT 
> ?  How does one deploy an updated 2.0.5-SNAPSHOT?
> 
> 
> Emmanuel Venisse wrote:
>>
>>
>> epunzalan@apache.org a écrit :
>>> Author: epunzalan
>>> Date: Thu Aug 10 03:46:07 2006
>>> New Revision: 430355
>>>
>>> URL: http://svn.apache.org/viewvc?rev=430355&view=rev
>>> Log:
>>> fixed dep from maven 2.0.5-SNAPSHOT to 2.1-SNAPSHOT
>>>
>>> Modified:
>>>     maven/plugins/trunk/maven-one-plugin/pom.xml
>>>
>>> Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
>>> URL: 
>>> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=430355&r1=430354&r2=430355&view=diff 
>>>
>>> ============================================================================== 
>>>
>>> --- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
>>> +++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu Aug 10 03:46:07 
>>> 2006
>>> @@ -96,7 +96,7 @@
>>>      <dependency>
>>>        <groupId>org.apache.maven</groupId>
>>>        <artifactId>maven-model-converter</artifactId>
>>> -      <version>2.0.5-SNAPSHOT</version>
>>> +      <version>2.1-SNAPSHOT</version>
>>>      </dependency>
>>>      <dependency>
>>>        <groupId>org.apache.maven</groupId>
>>>
>>
>> Why do you update it to 2.1-SNAPSHOT?
>>
>> Emmanuel
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


-- 
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/

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


Re: svn commit: r430355 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
Edwin Punzalan wrote:
> Hi,
> 
> my bad.  I'll revert asap.
> 
> I had my settings.xml configured for snapshots repositories, both for 
> codehaus and apache.  Apparently when I tried building this plugin, 
> maven didn't find any 2.0.5-SNAPSHOT so I thought the dep was wrong and 
> changed it to 2.1-SNAPSHOT since the trunk is 2.1-SNAPSHOT.  But now 
> I've the repo through my browser, I found that there is and it must have 
> been a network glitch that caused the artifact to be not found.
> 
> Btw, how come there is a 2.0.5-SNAPSHOT when the trunk is 2.1-SNAPSHOT? 

When I moved the convert mojo over from the sandbox I needed to add a 
version of maven-model-converter that has the new plugin-converters and 
plugin-relocators. I figured that 2.0.5 will probably be released before 
2.1 so I picked that one. Even though I think that maven-model-converter 
  is identical on trunk and maven-2.0.x branch.

-- 
Dennis Lundberg

> How does one deploy an updated 2.0.5-SNAPSHOT?
> 
> 
> Emmanuel Venisse wrote:
>>
>>
>> epunzalan@apache.org a écrit :
>>> Author: epunzalan
>>> Date: Thu Aug 10 03:46:07 2006
>>> New Revision: 430355
>>>
>>> URL: http://svn.apache.org/viewvc?rev=430355&view=rev
>>> Log:
>>> fixed dep from maven 2.0.5-SNAPSHOT to 2.1-SNAPSHOT
>>>
>>> Modified:
>>>     maven/plugins/trunk/maven-one-plugin/pom.xml
>>>
>>> Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
>>> URL: 
>>> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=430355&r1=430354&r2=430355&view=diff 
>>>
>>> ============================================================================== 
>>>
>>> --- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
>>> +++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu Aug 10 03:46:07 
>>> 2006
>>> @@ -96,7 +96,7 @@
>>>      <dependency>
>>>        <groupId>org.apache.maven</groupId>
>>>        <artifactId>maven-model-converter</artifactId>
>>> -      <version>2.0.5-SNAPSHOT</version>
>>> +      <version>2.1-SNAPSHOT</version>
>>>      </dependency>
>>>      <dependency>
>>>        <groupId>org.apache.maven</groupId>
>>>
>>
>> Why do you update it to 2.1-SNAPSHOT?
>>
>> Emmanuel
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 



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


Re: svn commit: r430355 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Posted by Edwin Punzalan <ep...@exist.com>.
Hi,

my bad.  I'll revert asap.

I had my settings.xml configured for snapshots repositories, both for 
codehaus and apache.  Apparently when I tried building this plugin, 
maven didn't find any 2.0.5-SNAPSHOT so I thought the dep was wrong and 
changed it to 2.1-SNAPSHOT since the trunk is 2.1-SNAPSHOT.  But now 
I've the repo through my browser, I found that there is and it must have 
been a network glitch that caused the artifact to be not found.

Btw, how come there is a 2.0.5-SNAPSHOT when the trunk is 2.1-SNAPSHOT 
?  How does one deploy an updated 2.0.5-SNAPSHOT?


Emmanuel Venisse wrote:
>
>
> epunzalan@apache.org a écrit :
>> Author: epunzalan
>> Date: Thu Aug 10 03:46:07 2006
>> New Revision: 430355
>>
>> URL: http://svn.apache.org/viewvc?rev=430355&view=rev
>> Log:
>> fixed dep from maven 2.0.5-SNAPSHOT to 2.1-SNAPSHOT
>>
>> Modified:
>>     maven/plugins/trunk/maven-one-plugin/pom.xml
>>
>> Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=430355&r1=430354&r2=430355&view=diff 
>>
>> ============================================================================== 
>>
>> --- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
>> +++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu Aug 10 03:46:07 
>> 2006
>> @@ -96,7 +96,7 @@
>>      <dependency>
>>        <groupId>org.apache.maven</groupId>
>>        <artifactId>maven-model-converter</artifactId>
>> -      <version>2.0.5-SNAPSHOT</version>
>> +      <version>2.1-SNAPSHOT</version>
>>      </dependency>
>>      <dependency>
>>        <groupId>org.apache.maven</groupId>
>>
>
> Why do you update it to 2.1-SNAPSHOT?
>
> Emmanuel
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

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


Re: svn commit: r430355 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Posted by Emmanuel Venisse <em...@venisse.net>.

epunzalan@apache.org a écrit :
> Author: epunzalan
> Date: Thu Aug 10 03:46:07 2006
> New Revision: 430355
> 
> URL: http://svn.apache.org/viewvc?rev=430355&view=rev
> Log:
> fixed dep from maven 2.0.5-SNAPSHOT to 2.1-SNAPSHOT
> 
> Modified:
>     maven/plugins/trunk/maven-one-plugin/pom.xml
> 
> Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=430355&r1=430354&r2=430355&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu Aug 10 03:46:07 2006
> @@ -96,7 +96,7 @@
>      <dependency>
>        <groupId>org.apache.maven</groupId>
>        <artifactId>maven-model-converter</artifactId>
> -      <version>2.0.5-SNAPSHOT</version>
> +      <version>2.1-SNAPSHOT</version>
>      </dependency>
>      <dependency>
>        <groupId>org.apache.maven</groupId>
> 

Why do you update it to 2.1-SNAPSHOT?

Emmanuel


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