Author: rec
Date: Thu Feb  8 14:22:46 2024
New Revision: 1915648

URL: http://svn.apache.org/viewvc?rev=1915648&view=rev
Log:
Apache UIMA Ruta 3.4.1

Removed:
    uima/site/trunk/uima-website/docs/d/ruta-current/ruta/.DS_Store
Modified:
    uima/site/trunk/uima-website/docs/d/ruta-current/README.md
    uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md
    
uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md
    uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html
    uima/site/trunk/uima-website/docs/d/ruta-current/ruta.pdf
    uima/site/trunk/uima-website/docs/downloads.html
    uima/site/trunk/uima-website/docs/news.html
    uima/site/trunk/uima-website/docs/ruta.html
    uima/site/trunk/uima-website/xdocs/news.xml
    uima/site/trunk/uima-website/xdocs/ruta.xml
    uima/site/trunk/uima-website/xdocs/stylesheets/project.xml

Modified: uima/site/trunk/uima-website/docs/d/ruta-current/README.md
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/README.md?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/ruta-current/README.md (original)
+++ uima/site/trunk/uima-website/docs/d/ruta-current/README.md Thu Feb  8 
14:22:46 2024
@@ -136,7 +136,7 @@ Useful links
 ------------
 
 * [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)
 
 

Modified: uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md (original)
+++ uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md Thu Feb  
8 14:22:46 2024
@@ -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 @@ Ruta rule language and the Ruta Workbenc
 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 @@ Please use the [mailing lists](https://u
 
 ## 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

Modified: 
uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- 
uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md 
(original)
+++ 
uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md 
Thu Feb  8 14:22:46 2024
@@ -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

Modified: uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html (original)
+++ uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html Thu Feb  8 
14:22:46 2024
@@ -438,7 +438,7 @@ body.book #toc,body.book #preamble,body.
 <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 @@ Document{ -&gt; CONFIGURE(TEIViewWriter,
 </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>

Modified: uima/site/trunk/uima-website/docs/d/ruta-current/ruta.pdf
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/ruta.pdf?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/ruta-current/ruta.pdf (original)
+++ uima/site/trunk/uima-website/docs/d/ruta-current/ruta.pdf Thu Feb  8 
14:22:46 2024
@@ -5,8 +5,8 @@
 /Author 
<feff004100700061006300680065002000550049004d0041212200200044006500760065006c006f0070006d0065006e007400200043006f006d006d0075006e006900740079>
 /Creator (Asciidoctor PDF 2.3.9, based on Prawn 2.4.0)
 /Producer 
<feff004100700061006300680065002000550049004d0041212200200044006500760065006c006f0070006d0065006e007400200043006f006d006d0075006e006900740079>
-/ModDate (D:20240115152410+01'00')
-/CreationDate (D:20240115152619+01'00')
+/ModDate (D:20240205110733+01'00')
+/CreationDate (D:20240205110934+01'00')
 >>
 endobj
 2 0 obj
@@ -83,7 +83,7 @@ ET
 BT
 483.53662 297.41136 Td
 /F1.0 10.5 Tf
-[<56> 60.05859 <657273696f6e20332e342e30>] TJ
+[<56> 60.05859 <657273696f6e20332e342e31>] TJ
 ET
 
 0.0 0.0 0.0 SCN

Modified: uima/site/trunk/uima-website/docs/downloads.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/downloads.html (original)
+++ uima/site/trunk/uima-website/docs/downloads.html Thu Feb  8 14:22:46 2024
@@ -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>
                 

Modified: uima/site/trunk/uima-website/docs/news.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/news.html (original)
+++ uima/site/trunk/uima-website/docs/news.html Thu Feb  8 14:22:46 2024
@@ -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
@@ -923,6 +930,29 @@
         <tr><td>
        
        
+       
+          <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

Modified: uima/site/trunk/uima-website/docs/ruta.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/ruta.html?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/ruta.html (original)
+++ uima/site/trunk/uima-website/docs/ruta.html Thu Feb  8 14:22:46 2024
@@ -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>

Modified: uima/site/trunk/uima-website/xdocs/news.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/news.xml (original)
+++ uima/site/trunk/uima-website/xdocs/news.xml Thu Feb  8 14:22:46 2024
@@ -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.

Modified: uima/site/trunk/uima-website/xdocs/ruta.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/ruta.xml?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/ruta.xml (original)
+++ uima/site/trunk/uima-website/xdocs/ruta.xml Thu Feb  8 14:22:46 2024
@@ -54,7 +54,7 @@ under the License.
         <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 @@ under the License.
 &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>

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=1915648&r1=1915647&r2=1915648&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Thu Feb  8 
14:22:46 2024
@@ -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>


Reply via email to