Author: tcurdt
Date: Tue Jun 12 16:09:36 2007
New Revision: 546659

URL: http://svn.apache.org/viewvc?view=rev&rev=546659
Log:
was ok


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=546659&r1=546658&r2=546659
==============================================================================
--- jakarta/commons/proper/jci/trunk/pom.xml (original)
+++ jakarta/commons/proper/jci/trunk/pom.xml Tue Jun 12 16:09:36 2007
@@ -27,7 +27,7 @@
     <packaging>pom</packaging>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jci</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</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/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>
+        
<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>
     </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