Apache UIMA Ruta 3.4.1


git-svn-id: https://svn.apache.org/repos/asf/uima/site/trunk/uima-website@1915648 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/docs/d/ruta-current/README.md b/docs/d/ruta-current/README.md
index c7132fb..92590a8 100644
--- a/docs/d/ruta-current/README.md
+++ b/docs/d/ruta-current/README.md
@@ -136,7 +136,7 @@
 ------------
 
 * [Apache UIMA](https://uima.apache.org)
-* [Apache UIMA Ruta Documentation](https://uima.apache.org/d/ruta-current/ruta.html)
+* [Apache UIMA Ruta Documentation](https://uima.apache.org/d/ruta-current/tools.ruta.book.html)
 * [Averbis Ruta Training material](https://github.com/averbis/ruta-training) (external)
 
 
diff --git a/docs/d/ruta-current/RELEASE_NOTES.md b/docs/d/ruta-current/RELEASE_NOTES.md
index 61ec9cf..0c611bf 100644
--- a/docs/d/ruta-current/RELEASE_NOTES.md
+++ b/docs/d/ruta-current/RELEASE_NOTES.md
@@ -19,7 +19,7 @@
 ***************************************************************
 -->
    
-# Apache UIMA Ruta (TM) v3.4.0
+# Apache UIMA Ruta (TM) v3.4.1
 
 Apache UIMA 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 Apache UIMA™. 
@@ -31,22 +31,14 @@
 This is a feature and bugfix release.
 
 ## What's Changed
-* ⭐️ Issue #130: Improve support for feature assignments
-* ⭐️ Issue #152: Better error messages in query view
-* 🦟 Issue #139: Unexpected behavior of plus operator
-* 🦟 Issue #151: Unable to use Ruta Query view in Ruta 3.4.0-RC-1
-* 🦟 Issue #155: UIMA Core plugins not found when installing Ruta
-* ⚙️ Issue #133: Update dependencies
-* ⚙️ Issue #157: Mark Maven Mojos as thread-safe
-* 📘 Issue #136: Convert documentation to Asciidoc
-* 📘 No issue: Fix description of ADDRETAINTYPE
+* 🦟 Issue #159: Assignment of composed number expression is broken
+* 🦟 Issue #161: Right to left wildcard matches too much
 
-
-**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.3.0...ruta-3.4.0
+**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.0...ruta-3.4.1
 
 Please use the [mailing lists](https://uima.apache.org/mail-lists.html) for feedback and the [issue tracker](https://github.com/apache/uima-ruta/issues) to report bugs.
 
-## Compatibility notes
+## Compatibility notes for v3.4.x
 * The modules `ruta-typesystem` and `ruta-basic-type` do no longer exist as separate modules. They have
   been merged into the `ruta-core` module.
 * Parts of the `ruta-core-ext` module have been merged into the `ruta-core` module as well. The merged
@@ -56,7 +48,7 @@
 
 ## Supported Platforms
 
-UIMA Ruta 3.4.0 should be used in combination with
+UIMA Ruta 3.4.1 should be used in combination with
 
 - Java 17 or higher
 - UIMA Java SDK 3.5.0 or higher
diff --git a/docs/d/ruta-current/issuesFixed/github-report.md b/docs/d/ruta-current/issuesFixed/github-report.md
index fb6e252..9496135 100644
--- a/docs/d/ruta-current/issuesFixed/github-report.md
+++ b/docs/d/ruta-current/issuesFixed/github-report.md
@@ -1,24 +1,8 @@
 ## What's Changed
-* Issue #125: Apache UIMA Ruta 3.3.0 by @reckart in https://github.com/apache/uima-ruta/pull/126
-* Fix description of ADDRETAINTYPE in documentation by @azazali30 in https://github.com/apache/uima-ruta/pull/127
-* No issue. Set version to 3.4.0-SNAPSHOT by @reckart in https://github.com/apache/uima-ruta/pull/134
-* Issue #133: Update dependencies by @reckart in https://github.com/apache/uima-ruta/pull/135
-* Issue #136: Convert documentation to Asciidoc by @reckart in https://github.com/apache/uima-ruta/pull/137
-* Issue #133: Update dependencies by @reckart in https://github.com/apache/uima-ruta/pull/138
-* Issue #133: Update dependencies by @reckart in https://github.com/apache/uima-ruta/pull/140
-* Issue #139: Unexpected behavior of plus operator by @pkluegl in https://github.com/apache/uima-ruta/pull/142
-* Issue #130: Improve support for feature assignments by @pkluegl in https://github.com/apache/uima-ruta/pull/141
-* Issue #133: Update dependencies by @reckart in https://github.com/apache/uima-ruta/pull/144
-* Issue #133: Update dependencies by @reckart in https://github.com/apache/uima-ruta/pull/143
-* Issue #133: Update dependencies by @reckart in https://github.com/apache/uima-ruta/pull/145
-* Issue #147: Switch to GH-based changes generation by @reckart in https://github.com/apache/uima-ruta/pull/148
-* Issue #133: Update dependencies by @reckart in https://github.com/apache/uima-ruta/pull/149
-* Issue #152: Better error messages in query view by @reckart in https://github.com/apache/uima-ruta/pull/153
-* Issue #151: Unable to use Ruta Query view in Ruta 3.4.0-RC-1 by @reckart in https://github.com/apache/uima-ruta/pull/154
-* Issue #155: UIMA Core plugins not found when installing Ruta by @reckart in https://github.com/apache/uima-ruta/pull/156
-* Issue #157: Mark Maven Mojos as thread-safe by @reckart in https://github.com/apache/uima-ruta/pull/158
+* Issue #146: Apache UIMA Ruta 3.4.0 by @reckart in https://github.com/apache/uima-ruta/pull/150
+* Issue #159: Assignment of composed number expression is broken by @pkluegl in https://github.com/apache/uima-ruta/pull/160
+* Issue #161: Right to left wildcard matches too much by @pkluegl in https://github.com/apache/uima-ruta/pull/162
+* no issue: cleanup by @pkluegl in https://github.com/apache/uima-ruta/pull/164
 
-## New Contributors
-* @azazali30 made their first contribution in https://github.com/apache/uima-ruta/pull/127
 
-**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.3.0...ruta-3.4.0
\ No newline at end of file
+**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.0...ruta-3.4.1
\ No newline at end of file
diff --git a/docs/d/ruta-current/ruta.html b/docs/d/ruta-current/ruta.html
index c9616e2..2894523 100644
--- a/docs/d/ruta-current/ruta.html
+++ b/docs/d/ruta-current/ruta.html
@@ -438,7 +438,7 @@
 <h1>Apache UIMA™ - Ruta</h1>
 <div class="details">
 <span id="author" class="author">Apache UIMA™ Development Community</span><br>
-<span id="revnumber">version 3.4.0</span>
+<span id="revnumber">version 3.4.1</span>
 </div>
 <div id="toc" class="toc2">
 <div id="toctitle">Ruta Documentation</div>
@@ -8535,8 +8535,8 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Version 3.4.0<br>
-Last updated 2024-01-15 15:24:10 +0100
+Version 3.4.1<br>
+Last updated 2024-02-05 11:07:33 +0100
 </div>
 </div>
 </body>
diff --git a/docs/d/ruta-current/ruta.pdf b/docs/d/ruta-current/ruta.pdf
index e1d7a2a..2162f8f 100644
--- a/docs/d/ruta-current/ruta.pdf
+++ b/docs/d/ruta-current/ruta.pdf
Binary files differ
diff --git a/docs/d/ruta-current/ruta/.DS_Store b/docs/d/ruta-current/ruta/.DS_Store
deleted file mode 100644
index 10f526f..0000000
--- a/docs/d/ruta-current/ruta/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/docs/downloads.html b/docs/downloads.html
index 3c26419..38ce4f3 100644
--- a/docs/downloads.html
+++ b/docs/downloads.html
@@ -386,27 +386,27 @@
             
       <tr>
         <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.4.0/RELEASE_NOTES.md">
-              UIMA Ruta 3.4.0</a></h3></td>
+                      <a href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.4.1/RELEASE_NOTES.md">
+              UIMA Ruta 3.4.1</a></h3></td>
           
         <td>
-                                    <div class="htmltxt"><a href='https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.4.0/RELEASE_NOTES.md'>md</a></div>
+                                    <div class="htmltxt"><a href='https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.4.1/RELEASE_NOTES.md'>md</a></div>
                               </td>
         <td>
                 </td>
                 <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//ruta-3.4.0/ruta-3.4.0-source-release.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//ruta-3.4.0/ruta-3.4.0-source-release.zip.asc'>asc</a>]</td>
+     <td><a href='[preferred]/uima//ruta-3.4.1/ruta-3.4.1-source-release.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//ruta-3.4.1/ruta-3.4.1-source-release.zip.asc'>asc</a>]</td>
 
 
-     <td>[<a href='https://www.apache.org/dist/uima//ruta-3.4.0/ruta-3.4.0-source-release.zip.sha512'>sha512</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//ruta-3.4.1/ruta-3.4.1-source-release.zip.sha512'>sha512</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
-          <div class="htmltxt">19-Jan-2024</div>
+          <div class="htmltxt">08-Feb-2024</div>
         </td>
               </tr>
                 
diff --git a/docs/news.html b/docs/news.html
index 8e3637f..96e2816 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -219,6 +219,13 @@
         <blockquote class="sectionBody">
                                           <table class="subsectionToc">
             <tr >
+      <td>08 Feb 2024</td>
+      <td><a href='#ruta-3.4.1'>
+                  Apache UIMA Ruta 3.4.1 released
+                </a>
+      </td>
+      </tr>  
+          <tr >
       <td>19 Jan 2024</td>
       <td><a href='#ruta-3.4.0'>
                   Apache UIMA Ruta 3.4.0 released
@@ -924,6 +931,29 @@
        
        
        
+          <a name="ruta-3.4.1">
+            <h2>ruta-3.4.1
+                        &ndash; Apache UIMA Ruta 3.4.1 released
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>
+        The Apache UIMA team is happy to announce the release of Ruta 3.4.1.
+      </p>
+                                                <p>Please see the 
+         <a target="_blank" rel="noopener" href="https://github.com/apache/uima-ruta/issues?q=milestone%3A3.4.1">the complete list of issues fixed</a>
+         (<a target="_blank" rel="noopener" href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.4.1/issuesFixed/github-report.md">alternative</a>)
+         for more details of the changes.</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
+       
           <a name="ruta-3.4.0">
             <h2>ruta-3.4.0
                         &ndash; Apache UIMA Ruta 3.4.0 released
diff --git a/docs/ruta.html b/docs/ruta.html
index 99e77bc..76c31df 100644
--- a/docs/ruta.html
+++ b/docs/ruta.html
@@ -274,7 +274,7 @@
         <a href="https://downloads.apache.org/uima/eclipse-update-site-v3/">https://downloads.apache.org/uima/eclipse-update-site-v3/</a>
       </p> 
       <p>
-        The UIMA Ruta Workbench 3.4.0 is tested with Eclipse 2023-09 (older versions may still work). 
+        The UIMA Ruta Workbench 3.4.1 is tested with Eclipse 2023-09 (older versions may still work). 
       </p>
     </li>
   </ul>
@@ -428,7 +428,7 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.apache.uima&lt;/groupId&gt;
   &lt;artifactId&gt;ruta-core&lt;/artifactId&gt;
-  &lt;version&gt;3.4.0&lt;/version&gt;
+  &lt;version&gt;3.4.1&lt;/version&gt;
 &lt;/dependency&gt;
   </pre>
                                                 <subsubsection>
diff --git a/xdocs/news.xml b/xdocs/news.xml
index 27f6ea7..b282820 100644
--- a/xdocs/news.xml
+++ b/xdocs/news.xml
@@ -31,6 +31,17 @@
 
     <subsectionToc/>
 
+    <subsection name="ruta-3.4.1" date="08 Feb 2024" title="Apache UIMA Ruta 3.4.1 released">
+      <p>
+        The Apache UIMA team is happy to announce the release of Ruta 3.4.1.
+      </p>
+      
+      <p>Please see the 
+         <a target="_blank" rel="noopener" href="https://github.com/apache/uima-ruta/issues?q=milestone%3A3.4.1">the complete list of issues fixed</a>
+         (<a target="_blank" rel="noopener" href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.4.1/issuesFixed/github-report.md">alternative</a>)
+         for more details of the changes.</p>
+    </subsection>
+
     <subsection name="ruta-3.4.0" date="19 Jan 2024" title="Apache UIMA Ruta 3.4.0 released">
       <p>
         The Apache UIMA team is happy to announce the release of Ruta 3.4.0.
diff --git a/xdocs/ruta.xml b/xdocs/ruta.xml
index f5065ba..0c0beeb 100644
--- a/xdocs/ruta.xml
+++ b/xdocs/ruta.xml
@@ -54,7 +54,7 @@
         <a href="https://downloads.apache.org/uima/eclipse-update-site-v3/">https://downloads.apache.org/uima/eclipse-update-site-v3/</a>

       </p> 

       <p>

-        The UIMA Ruta Workbench 3.4.0 is tested with Eclipse 2023-09 (older versions may still work). 

+        The UIMA Ruta Workbench 3.4.1 is tested with Eclipse 2023-09 (older versions may still work). 

       </p>

     </li>

   </ul>

@@ -163,7 +163,7 @@
 &lt;dependency>

   &lt;groupId>org.apache.uima&lt;/groupId>

   &lt;artifactId>ruta-core&lt;/artifactId>

-  &lt;version>3.4.0&lt;/version>

+  &lt;version>3.4.1&lt;/version>

 &lt;/dependency>

   </pre>

   <subsubsection>

diff --git a/xdocs/stylesheets/project.xml b/xdocs/stylesheets/project.xml
index f7ac688..c45b0f0 100644
--- a/xdocs/stylesheets/project.xml
+++ b/xdocs/stylesheets/project.xml
@@ -82,9 +82,9 @@
       <releasenotes filename="uimafit-3.5.0/RELEASE_NOTES">    <f>md</f>                  </releasenotes>
       <source       filename="uimafit-3.5.0-source-release">   <f>zip</f>                 </source>
     </download>
-    <download name="UIMA Ruta 3.4.0" subdirectory="ruta-3.4.0" releasedate="19-Jan-2024">
-      <releasenotes filename="ruta-3.4.0/RELEASE_NOTES">       <f>md</f>                 </releasenotes>
-      <source       filename="ruta-3.4.0-source-release">      <f>zip</f>                </source>
+    <download name="UIMA Ruta 3.4.1" subdirectory="ruta-3.4.1" releasedate="08-Feb-2024">
+      <releasenotes filename="ruta-3.4.1/RELEASE_NOTES">       <f>md</f>                 </releasenotes>
+      <source       filename="ruta-3.4.1-source-release">      <f>zip</f>                </source>
     </download>
     <download name="UIMA Java CAS JSON I/O 0.5.0" subdirectory="uimaj-io-json-0.5.0" releasedate="06-Mar-2023">
       <releasenotes filename="uimaj-io-json-0.5.0/RELEASE_NOTES">   <f>md</f>            </releasenotes>