Revert "[maven-release-plugin] prepare release ruta-3.1.0"

This reverts commit 424c5754c0151a71d469a8687c24a9ce733ba4a1.
diff --git a/example-projects/ruta-ep-example-extensions/pom.xml b/example-projects/ruta-ep-example-extensions/pom.xml
index 398b3a2..524ee5a 100644
--- a/example-projects/ruta-ep-example-extensions/pom.xml
+++ b/example-projects/ruta-ep-example-extensions/pom.xml
@@ -17,14 +17,16 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <artifactId>ruta-ep-example-extensions</artifactId>

   <name>Apache UIMA Ruta: ${project.artifactId}</name>

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-ep-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../../ruta-ep-parent/pom.xml</relativePath>

   </parent>

   <properties>

diff --git a/example-projects/ruta-maven-example/pom.xml b/example-projects/ruta-maven-example/pom.xml
index 1c356bc..db0a8ea 100644
--- a/example-projects/ruta-maven-example/pom.xml
+++ b/example-projects/ruta-maven-example/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ruta-maven-example</artifactId>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.0-SNAPSHOT</version>
     <relativePath>../../ruta-parent/pom.xml</relativePath>
   </parent>
   <url>${uimaWebsiteUrl}</url>
@@ -37,7 +39,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>
     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>
     <url>https://github.com/apache/uima-ruta</url>
-    <tag>ruta-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index f05bf90..4d9ae88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>ruta-parent/pom.xml</relativePath>

   </parent>

 

@@ -53,7 +55,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <!-- dependencies used during assembly -->

@@ -252,8 +254,12 @@
                 <phase>package</phase>

                 <configuration>

                   <target>

-                    <zip destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" update="true">

-                      <zipfileset dir="${basedir}/example-projects/ExampleProject/" includes=".project" prefix="${project.artifactId}-${project.version}/example-projects/ExampleProject/" />

+                    <zip

+                      destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"

+                      update="true">

+                      <zipfileset dir="${basedir}/example-projects/ExampleProject/"

+                        includes=".project"

+                        prefix="${project.artifactId}-${project.version}/example-projects/ExampleProject/" />

                     </zip>

                     <!-- <zip -->

                     <!-- destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" -->

@@ -262,10 +268,14 @@
                     <!-- dir="${basedir}/example-projects/ExtensionsExample/" -->

                     <!-- includes=".project" -->

                     <!-- prefix="${project.artifactId}-${project.version}/example-projects/ExtensionsExample/" 

-                       /> -->

+                      /> -->

                     <!-- </zip> -->

-                    <zip destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" update="true">

-                      <zipfileset dir="${basedir}/example-projects/TextRulerExample/" includes=".project" prefix="${project.artifactId}-${project.version}/example-projects/TextRulerExample/" />

+                    <zip

+                      destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"

+                      update="true">

+                      <zipfileset dir="${basedir}/example-projects/TextRulerExample/"

+                        includes=".project"

+                        prefix="${project.artifactId}-${project.version}/example-projects/TextRulerExample/" />

                     </zip>

                     <!-- <zip -->

                     <!-- destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" -->

@@ -273,10 +283,14 @@
                     <!-- <zipfileset dir="${basedir}/example-projects/GermanNovels/" -->

                     <!-- includes=".project" -->

                     <!-- prefix="${project.artifactId}-${project.version}/example-projects/GermanNovels/" 

-                       /> -->

+                      /> -->

                     <!-- </zip> -->

-                    <zip destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" update="true">

-                      <zipfileset dir="${basedir}/example-projects/Misc/" includes=".project" prefix="${project.artifactId}-${project.version}/example-projects/Misc/" />

+                    <zip

+                      destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"

+                      update="true">

+                      <zipfileset dir="${basedir}/example-projects/Misc/"

+                        includes=".project"

+                        prefix="${project.artifactId}-${project.version}/example-projects/Misc/" />

                     </zip>

                   </target>

                 </configuration>

diff --git a/ruta-basic-type/pom.xml b/ruta-basic-type/pom.xml
index fde407f..6a2b70c 100644
--- a/ruta-basic-type/pom.xml
+++ b/ruta-basic-type/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ruta-basic-type</artifactId>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
 
@@ -39,7 +41,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>
     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>
     <url>https://github.com/apache/uima-ruta</url>
-    <tag>ruta-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <dependencies>
diff --git a/ruta-core-ext/pom.xml b/ruta-core-ext/pom.xml
index ed8694a..69f7d08 100644
--- a/ruta-core-ext/pom.xml
+++ b/ruta-core-ext/pom.xml
@@ -17,7 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ruta-core-ext</artifactId>
 
@@ -28,7 +30,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
 
@@ -41,7 +43,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>
     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>
     <url>https://github.com/apache/uima-ruta</url>
-    <tag>ruta-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <dependencies>
diff --git a/ruta-core/pom.xml b/ruta-core/pom.xml
index cfdcaa3..dd3f558 100644
--- a/ruta-core/pom.xml
+++ b/ruta-core/pom.xml
@@ -17,14 +17,16 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <artifactId>ruta-core</artifactId>

 

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../ruta-parent/pom.xml</relativePath>

   </parent>

 

@@ -41,7 +43,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <dependencies>

diff --git a/ruta-docbook/pom.xml b/ruta-docbook/pom.xml
index 31d950b..9047352 100644
--- a/ruta-docbook/pom.xml
+++ b/ruta-docbook/pom.xml
@@ -17,14 +17,16 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <artifactId>ruta-docbook</artifactId>

   <packaging>pom</packaging>

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../ruta-parent/pom.xml</relativePath>

   </parent>

   <name>Apache UIMA Ruta Documentation</name>

@@ -40,7 +42,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

 </project>
\ No newline at end of file
diff --git a/ruta-eclipse-feature/pom.xml b/ruta-eclipse-feature/pom.xml
index 34e5c28..9ecb916 100644
--- a/ruta-eclipse-feature/pom.xml
+++ b/ruta-eclipse-feature/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../ruta-parent/pom.xml</relativePath>

   </parent>

 

@@ -42,7 +44,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <properties>

diff --git a/ruta-ep-addons/pom.xml b/ruta-ep-addons/pom.xml
index 4b9ede0..c26a33c 100644
--- a/ruta-ep-addons/pom.xml
+++ b/ruta-ep-addons/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <artifactId>ruta-ep-addons</artifactId>

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-ep-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../ruta-ep-parent/pom.xml</relativePath>

   </parent>

   <properties>

@@ -37,7 +39,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <dependencies>

diff --git a/ruta-ep-caseditor/pom.xml b/ruta-ep-caseditor/pom.xml
index bb1fc51..2df0e43 100644
--- a/ruta-ep-caseditor/pom.xml
+++ b/ruta-ep-caseditor/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <artifactId>ruta-ep-caseditor</artifactId>

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-ep-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../ruta-ep-parent/pom.xml</relativePath>

   </parent>

   <properties>

@@ -37,7 +39,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <dependencies>

diff --git a/ruta-ep-core-ext/pom.xml b/ruta-ep-core-ext/pom.xml
index 9f2dadb..018a76a 100644
--- a/ruta-ep-core-ext/pom.xml
+++ b/ruta-ep-core-ext/pom.xml
@@ -17,14 +17,16 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ruta-ep-core-ext</artifactId>
   <name>Apache UIMA Ruta Eclipse: ${project.artifactId}</name>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-ep-parent</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.0-SNAPSHOT</version>
     <relativePath>../ruta-ep-parent/pom.xml</relativePath>
   </parent>
   <properties>
@@ -36,7 +38,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>
     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>
     <url>https://github.com/apache/uima-ruta</url>
-    <tag>ruta-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <dependencies>
diff --git a/ruta-ep-engine/pom.xml b/ruta-ep-engine/pom.xml
index 9679e91..7787ab5 100644
--- a/ruta-ep-engine/pom.xml
+++ b/ruta-ep-engine/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <artifactId>ruta-ep-engine</artifactId>

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../ruta-parent/pom.xml</relativePath>

   </parent>

 

@@ -45,7 +47,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <dependencies>

diff --git a/ruta-ep-ide-ui/pom.xml b/ruta-ep-ide-ui/pom.xml
index e9ea83a..92ac08d 100644
--- a/ruta-ep-ide-ui/pom.xml
+++ b/ruta-ep-ide-ui/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <artifactId>ruta-ep-ide-ui</artifactId>

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-ep-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../ruta-ep-parent/pom.xml</relativePath>

   </parent>

 

@@ -39,7 +41,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <dependencies>

diff --git a/ruta-ep-ide/pom.xml b/ruta-ep-ide/pom.xml
index f385bca..bd1e95a 100644
--- a/ruta-ep-ide/pom.xml
+++ b/ruta-ep-ide/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <artifactId>ruta-ep-ide</artifactId>

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-ep-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../ruta-ep-parent/pom.xml</relativePath>

   </parent>

 

@@ -40,7 +42,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <dependencies>

@@ -104,7 +106,7 @@
           <!-- 

             The p2 resolver appears to have trouble with this one and tries to download it with 

             "tools" as the classifier.

-           -->

+           -->
           <groupId>${eclipseP2RepoId}</groupId>

           <artifactId>org.eclipse.jdt.debug</artifactId>

         </exclusion>

diff --git a/ruta-ep-parent/pom.xml b/ruta-ep-parent/pom.xml
index 3a6bb33..a403478 100644
--- a/ruta-ep-parent/pom.xml
+++ b/ruta-ep-parent/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
 
@@ -46,7 +48,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>
     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>
     <url>https://github.com/apache/uima-ruta</url>
-    <tag>ruta-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>
diff --git a/ruta-ep-textruler/pom.xml b/ruta-ep-textruler/pom.xml
index 41758be..8c416b9 100644
--- a/ruta-ep-textruler/pom.xml
+++ b/ruta-ep-textruler/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

   <modelVersion>4.0.0</modelVersion>

   <artifactId>ruta-ep-textruler</artifactId>

   <parent>

     <groupId>org.apache.uima</groupId>

     <artifactId>ruta-ep-parent</artifactId>

-    <version>3.1.0</version>

+    <version>3.1.0-SNAPSHOT</version>

     <relativePath>../ruta-ep-parent/pom.xml</relativePath>

   </parent>

 

@@ -39,7 +41,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <dependencies>

diff --git a/ruta-maven-archetype/pom.xml b/ruta-maven-archetype/pom.xml
index 9c62650..bc994d4 100644
--- a/ruta-maven-archetype/pom.xml
+++ b/ruta-maven-archetype/pom.xml
@@ -17,7 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ruta-maven-archetype</artifactId>
   <name>Apache UIMA Maven: ${project.artifactId}</name>
@@ -26,7 +28,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>
@@ -38,7 +40,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>
     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>
     <url>https://github.com/apache/uima-ruta</url>
-    <tag>ruta-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>
diff --git a/ruta-maven-plugin/pom.xml b/ruta-maven-plugin/pom.xml
index 9c6f2cf..f0ab63e 100644
--- a/ruta-maven-plugin/pom.xml
+++ b/ruta-maven-plugin/pom.xml
@@ -17,7 +17,9 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <!-- This artifact name follows the conventions described http://books.sonatype.com/mvnref-book/reference/writing-plugins-sect-custom-plugin.html
     where patterns like xxx-maven-plugin and maven-xxx-plugin can be invoked just using xxx if the right
@@ -32,7 +34,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
   <properties>
@@ -44,7 +46,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>
     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>
     <url>https://github.com/apache/uima-ruta</url>
-    <tag>ruta-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <dependencyManagement>
diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index b515a8d..adeb069 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -17,7 +17,9 @@
   specific language governing permissions and limitations

   under the License.

 -->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+<project xmlns="http://maven.apache.org/POM/4.0.0"

+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

   <modelVersion>4.0.0</modelVersion>

 

   <parent>

@@ -29,7 +31,7 @@
 

   <artifactId>ruta-parent</artifactId>

   <packaging>pom</packaging>

-  <version>3.1.0</version>

+  <version>3.1.0-SNAPSHOT</version>

   <name>Apache UIMA Ruta: ${project.artifactId}</name>

   <url>${uimaWebsiteUrl}</url>

   <inceptionYear>2011</inceptionYear>

@@ -47,7 +49,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>

     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>

     <url>https://github.com/apache/uima-ruta</url>

-    <tag>ruta-3.1.0</tag>

+    <tag>HEAD</tag>

   </scm>

 

   <!-- The repositories and pluginRepositories section is duplicated from the parent pom one, and adds

diff --git a/ruta-typesystem/pom.xml b/ruta-typesystem/pom.xml
index 28f326f..102bce6 100644
--- a/ruta-typesystem/pom.xml
+++ b/ruta-typesystem/pom.xml
@@ -17,13 +17,15 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ruta-typesystem</artifactId>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.0-SNAPSHOT</version>
     <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
 
@@ -39,7 +41,7 @@
     <connection>scm:git:git://github.com/apache/uima-ruta</connection>
     <developerConnection>scm:git:git@github.com:apache/uima-ruta.git</developerConnection>
     <url>https://github.com/apache/uima-ruta</url>
-    <tag>ruta-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <dependencies>