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:


[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]




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

Reply via email to