[maven-release-plugin] prepare release 1.0-RC4

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/jci/trunk@546675 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compilers/eclipse/pom.xml b/compilers/eclipse/pom.xml
index 818dbe7..615f8f5 100644
--- a/compilers/eclipse/pom.xml
+++ b/compilers/eclipse/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-eclipse</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>compiler-eclipse</name>
     <description>
         Commons JCI compiler implementation for the eclipse compiler.
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/compilers/groovy/pom.xml b/compilers/groovy/pom.xml
index 5b4406f..75b7149 100644
--- a/compilers/groovy/pom.xml
+++ b/compilers/groovy/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-groovy</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>compiler-groovy</name>
     <description>
         Commons JCI compiler implementation for the groovy compiler.
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/compilers/janino/pom.xml b/compilers/janino/pom.xml
index 610e9d1..41570b1 100644
--- a/compilers/janino/pom.xml
+++ b/compilers/janino/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-janino</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>compiler-janino</name>
     <description>
         Commons JCI compiler implementation for the janino compiler.
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/compilers/javac/pom.xml b/compilers/javac/pom.xml
index b69c164..e6e0d8b 100644
--- a/compilers/javac/pom.xml
+++ b/compilers/javac/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-javac</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>compiler-javac</name>
     <description>
         Commons JCI compiler implementation for the javac compiler (up to JDK 1.5).
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/compilers/rhino/pom.xml b/compilers/rhino/pom.xml
index 643fd32..5bc915d 100644
--- a/compilers/rhino/pom.xml
+++ b/compilers/rhino/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-rhino</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>compiler-rhino</name>
     <description>
         Commons JCI compiler implementation for rhino javascript.
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git a/core/pom.xml b/core/pom.xml
index 8ca22b7..3a3a5bd 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-core</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>core</name>
     <description>
         Commons JCI core interfaces and implementations.
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-fam</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 2db7924..e8ebc91 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-examples</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>examples</name>
     <description>
         Commons JCI examples.
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-core</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-eclipse</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>
diff --git a/fam/pom.xml b/fam/pom.xml
index d63c011..e5e36fd 100644
--- a/fam/pom.xml
+++ b/fam/pom.xml
@@ -21,11 +21,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-jci</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-fam</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <name>fam</name>
     <description>
         Commons JCI FileAlterationMonitor (FAM) to monitor local filesystems and get notified about changes.
diff --git a/pom.xml b/pom.xml
index 4420ea8..2ef8ab5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>