so am I good to go tomorrow morning?
Sent from my [rhymes with tryPod] ;-)
On 29 Dec 2009, at 22:02, ol...@apache.org wrote:
Author: olamy
Date: Tue Dec 29 22:02:56 2009
New Revision: 894490
URL: http://svn.apache.org/viewvc?rev=894490&view=rev
Log:
use plexus-compiler released version.
Modified:
maven/plugins/trunk/maven-compiler-plugin/pom.xml
Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=894490&r1=894489&r2=894490&view=diff
===
===
===
=====================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Tue Dec 29
22:02:56 2009
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
@@ -94,7 +94,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-manager</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
@@ -123,19 +123,6 @@
</dependency>
</dependencies>
- <repositories>
- <repository>
- <id>codehaus.snapshots</id>
- <url>http://snapshots.repository.codehaus.org/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
-
<profiles>
<profile>
<id>run-its</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org