[maven-release-plugin] prepare release uimaj-eclipse-feature-runtime-2.3.1-rc1

git-svn-id: https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-runtime@1034150 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f13e889..a064a07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,20 +17,19 @@
    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>parent-pom</artifactId>

     <version>1</version>

-    <relativePath/>

+    <relativePath />

   </parent>

     

   <artifactId>uimaj-eclipse-feature-runtime</artifactId>

   <packaging>jar</packaging>

-  <version>2.3.1-SNAPSHOT</version>

+  <version>2.3.1</version>

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

   <description>UIMA Eclipse Plugin Feature that

     has the base UIMA runtime, referred to by other plugins that

@@ -47,13 +46,13 @@
        element, and just changing the following two properties -->  

   <scm>

     <connection>

-      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uimaj-eclipse-feature-runtime-2.3.1-rc1

     </connection>

     <developerConnection>

-      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uimaj-eclipse-feature-runtime-2.3.1-rc1

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-eclipse-feature-runtime-2.3.1-rc1

     </url>

   </scm>