[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/jci/trunk@546677 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compilers/eclipse/pom.xml b/compilers/eclipse/pom.xml
index 615f8f5..a9dc271 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</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-eclipse</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <name>compiler-eclipse</name>
     <description>
         Commons JCI compiler implementation for the eclipse compiler.
diff --git a/compilers/groovy/pom.xml b/compilers/groovy/pom.xml
index 75b7149..c4e5c16 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</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-groovy</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <name>compiler-groovy</name>
     <description>
         Commons JCI compiler implementation for the groovy compiler.
diff --git a/compilers/janino/pom.xml b/compilers/janino/pom.xml
index 41570b1..d81bc0b 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</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-janino</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <name>compiler-janino</name>
     <description>
         Commons JCI compiler implementation for the janino compiler.
diff --git a/compilers/javac/pom.xml b/compilers/javac/pom.xml
index e6e0d8b..272d209 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</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-javac</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <name>compiler-javac</name>
     <description>
         Commons JCI compiler implementation for the javac compiler (up to JDK 1.5).
diff --git a/compilers/rhino/pom.xml b/compilers/rhino/pom.xml
index 5bc915d..3667894 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</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-rhino</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <name>compiler-rhino</name>
     <description>
         Commons JCI compiler implementation for rhino javascript.
diff --git a/core/pom.xml b/core/pom.xml
index 3a3a5bd..1861b29 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</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-core</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <name>core</name>
     <description>
         Commons JCI core interfaces and implementations.
diff --git a/examples/pom.xml b/examples/pom.xml
index e8ebc91..fe223d2 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</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-examples</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <name>examples</name>
     <description>
         Commons JCI examples.
diff --git a/fam/pom.xml b/fam/pom.xml
index e5e36fd..947fc1d 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</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>commons-jci-fam</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</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 2ef8ab5..456ef6b 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</version>
+    <version>1.1-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>