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:


[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to