Author: tcurdt
Date: Tue Jun 12 16:11:15 2007
New Revision: 546660

URL: http://svn.apache.org/viewvc?view=rev&rev=546660
Log:
[maven-release-plugin] rollback the release of 1.0-RC4

Modified:
    jakarta/commons/proper/jci/trunk/pom.xml

Modified: jakarta/commons/proper/jci/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/pom.xml?view=diff&rev=546660&r1=546659&r2=546660
==============================================================================
--- jakarta/commons/proper/jci/trunk/pom.xml (original)
+++ jakarta/commons/proper/jci/trunk/pom.xml Tue Jun 12 16:11:15 2007
@@ -27,7 +27,7 @@
     <packaging>pom</packaging>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jci</artifactId>
-    <version>1.0</version>
+    <version>1.0-SNAPSHOT</version>
     <name>Commons JCI</name>
     <description>
         Commons JCI is a java compiler interface. It can be used to either 
compile java (or any other language that can be compiled to java classes like 
e.g. groovy or javascript) to java. It is well integrated with a FAM 
(FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading 
classloader. All the currently supported compilers (even javac before java6) 
feature in-memory compilation.
@@ -81,9 +81,9 @@
         </contributor>
     </contributors>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/jci/tags/1.0-RC4</connection>
-        
<developerConnection>scn:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/jci/tags/1.0-RC4</developerConnection>
-        
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/jci/tags/1.0-RC4</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/jci/trunk/</connection>
+        
<developerConnection>scn:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/jci/trunk/</developerConnection>
+        
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/</url>
     </scm>
     <build>
         <plugins>
@@ -262,7 +262,7 @@
                         <artifactId>maven-release-plugin</artifactId>
                         <configuration>
                             <generateReleasePoms>true</generateReleasePoms>
-                            <preparationGoals>clean install</preparationGoals>
+                            <!-- <preparationGoals>clean 
install</preparationGoals> -->
                             <autoVersionSubmodules>true</autoVersionSubmodules>
                             <tag>${release.tag}</tag>
                         </configuration>



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

Reply via email to