[maven-release-plugin]  copy for tag ruta-2.3.0

git-svn-id: https://svn.apache.org/repos/asf/uima/ruta/tags/ruta-2.3.0@1681718 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README b/README
index 9162450..568e229 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 

-Apache UIMA Ruta v2.3.0

+Apache UIMA Ruta (TM) v2.3.0

 -------------------------------------------------------------------------

 

 Building from the Source Distribution

diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html
index 2898f4d..30ccb93 100644
--- a/RELEASE_NOTES.html
+++ b/RELEASE_NOTES.html
@@ -24,7 +24,7 @@
   <title>Apache UIMA Ruta v2.3.0 Release Notes</title>

 </head>

 <body>

-<h1>Apache UIMA&#8482; Ruta v2.3.0 Release Notes</h1>

+<h1>Apache UIMA Ruta&#8482; v2.3.0 Release Notes</h1>

 

 <h2>Contents</h2>

 <p>

@@ -38,8 +38,8 @@
 <h2><a name="what.is.uima-as">1. What is UIMA Ruta?</a></h2>

 

      <p>

-  			Apache UIMA&#8482; Ruta is a rule-based script language supported by Eclipse-based tooling.

-      The language is designed to enable rapid development of text processing applications within UIMA. 

+  			Apache UIMA Ruta&#8482; is a rule-based script language supported by Eclipse-based tooling.

+      The language is designed to enable rapid development of text processing applications within Apache UIMA&#8482;. 

       A special focus lies on the intuitive and flexible domain specific language for defining 

       patterns of annotations. The Eclipse-based tooling for Ruta, called the Ruta Workbench,

       was created to support the user and to facilitate every step when writing Ruta rules. Both the 

diff --git a/example-projects/ruta-maven-example/pom.xml b/example-projects/ruta-maven-example/pom.xml
index 6b3f49f..75d41ed 100644
--- a/example-projects/ruta-maven-example/pom.xml
+++ b/example-projects/ruta-maven-example/pom.xml
@@ -19,6 +19,11 @@
 		<relativePath>../../ruta-parent/pom.xml</relativePath>
 	</parent>
 	<url>${uimaWebsiteUrl}</url>
+	<name>Apache UIMA Ruta: ${project.artifactId}</name>
+	<properties>
+    <postNoticeText />
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+  </properties>
 	<scm>
 		<url>http://svn.apache.org/viewvc/uima/ruta/tags/ruta-2.3.0/example-projects/ruta-maven-example</url>
 		<connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/tags/ruta-2.3.0/example-projects/ruta-maven-example</connection>
diff --git a/ruta-docbook/src/docbook/tools.ruta.book.xml b/ruta-docbook/src/docbook/tools.ruta.book.xml
index fb2d9c9..3a1712f 100644
--- a/ruta-docbook/src/docbook/tools.ruta.book.xml
+++ b/ruta-docbook/src/docbook/tools.ruta.book.xml
@@ -20,7 +20,7 @@
 under the License.

 -->

 <book lang="en">

-  <title>Apache UIMA&#8482; Ruta Guide and Reference</title>

+  <title>Apache UIMA Ruta&#8482; Guide and Reference</title>

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common_book_info.xml"/>

     

   <toc/>

diff --git a/ruta-docbook/src/docbook/tools.ruta.overview.xml b/ruta-docbook/src/docbook/tools.ruta.overview.xml
index 718d631..caa39c9 100644
--- a/ruta-docbook/src/docbook/tools.ruta.overview.xml
+++ b/ruta-docbook/src/docbook/tools.ruta.overview.xml
@@ -31,8 +31,8 @@
   <section id="ugr.tools.ruta.overview.intro">

     <title>What is Apache UIMA Ruta?</title>

     <para>

-      Apache UIMA&#8482; Ruta is a rule-based script language supported by Eclipse-based tooling.

-      The language is designed to enable rapid development of text processing applications within UIMA. 

+      Apache UIMA Ruta&#8482; is a rule-based script language supported by Eclipse-based tooling.

+      The language is designed to enable rapid development of text processing applications within Apache UIMA&#8482;. 

       A special focus lies on the intuitive and flexible domain specific language for defining 

       patterns of annotations. Writing rules for information extraction or other text processing 

       applications is a tedious process. The Eclipse-based tooling for UIMA Ruta, called the Apache UIMA Ruta Workbench,

diff --git a/ruta-ep-caseditor/pom.xml b/ruta-ep-caseditor/pom.xml
index add7d55..e2d6698 100644
--- a/ruta-ep-caseditor/pom.xml
+++ b/ruta-ep-caseditor/pom.xml
@@ -184,6 +184,7 @@
                   !org.eclipse.ui,

                   !org.eclipse.ui.part,

                   !org.eclipse.core.runtime,

+                  !org.osgi.framework,

                   *

                 </Import-Package>

               </instructions>