This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch release/125-Apache-UIMA-Ruta-3.3.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


The following commit(s) were added to 
refs/heads/release/125-Apache-UIMA-Ruta-3.3.0 by this push:
     new c26e512e Issue #125: Apache UIMA Ruta 3.3.0
c26e512e is described below

commit c26e512e39d6436e1ebd9f5790c86ce6b1ea1a09
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon Feb 13 15:39:22 2023 +0100

    Issue #125: Apache UIMA Ruta 3.3.0
    
    - Add issue management metadata
---
 ruta-parent/pom.xml | 525 ++++++++++++++++++++++++++--------------------------
 1 file changed, 265 insertions(+), 260 deletions(-)

diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index 688db5dc..e1e6144c 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -18,287 +18,292 @@
   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";>
-       <modelVersion>4.0.0</modelVersion>
+  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>16</version>
-               <relativePath />
-       </parent>
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>16</version>
+    <relativePath />
+  </parent>
 
-       <artifactId>ruta-parent</artifactId>
-       <packaging>pom</packaging>
-       <version>3.3.0-SNAPSHOT</version>
-       <name>Apache UIMA Ruta: ${project.artifactId}</name>
-       <url>${uimaWebsiteUrl}</url>
-       <inceptionYear>2011</inceptionYear>
-       <description>The common parent pom for the UIMA Ruta</description>
+  <artifactId>ruta-parent</artifactId>
+  <packaging>pom</packaging>
+  <version>3.3.0-SNAPSHOT</version>
+  <name>Apache UIMA Ruta: ${project.artifactId}</name>
+  <url>${uimaWebsiteUrl}</url>
+  <inceptionYear>2011</inceptionYear>
+  <description>The common parent pom for the UIMA Ruta</description>
 
   <!-- Special inheritance note even though the <scm> element that follows 
     is exactly the same as those in super poms, it cannot be inherited because 
     there is some special code that computes the connection elements from the 
     chain of parent poms, if this is omitted. Keeping this a bit factored 
allows 
     cutting/pasting the <scm> element, and just changing the following two 
properties -->
-       <scm>
-               
<connection>scm:git:https://github.com/apache/uima-ruta/</connection>
-               
<developerConnection>scm:git:https://github.com/apache/uima-ruta/</developerConnection>
-               <url>https://github.com/apache/uima-ruta/</url>
-               <tag>HEAD</tag>
-       </scm>
+  <scm>
+    <connection>scm:git:https://github.com/apache/uima-ruta/</connection>
+    
<developerConnection>scm:git:https://github.com/apache/uima-ruta/</developerConnection>
+    <url>https://github.com/apache/uima-ruta/</url>
+    <tag>HEAD</tag>
+  </scm>
 
-       <repositories>
+  <issueManagement>
+    <system>Github</system>
+    <url>https://github.com/apache/uima-ruta/issues</url>
+  </issueManagement>
+
+  <repositories>
     <!-- modify central repository access: Turn on checksum checking -->
-               <repository>
-                       <id>central</id>
-                       <name>Maven Repository Switchboard</name>
-                       <layout>default</layout>
-                       <url>https://repo1.maven.org/maven2</url>
+    <repository>
+      <id>central</id>
+      <name>Maven Repository Switchboard</name>
+      <layout>default</layout>
+      <url>https://repo1.maven.org/maven2</url>
 
-                       <releases>
-                               <enabled>true</enabled>
-                               <checksumPolicy>fail</checksumPolicy>
-                               <updatePolicy>never</updatePolicy>
-                       </releases>
+      <releases>
+        <enabled>true</enabled>
+        <checksumPolicy>fail</checksumPolicy>
+        <updatePolicy>never</updatePolicy>
+      </releases>
 
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
-       </repositories>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 
-       <properties>
-               <uniWueNoticeText>Portions of UIMA Ruta were originally 
developed by
-                       the Universität Würzburg.
-                       Copyright (c) 2006, 2011 Universität
-                       Würzburg.</uniWueNoticeText>
-               <postNoticeText>${uniWueNoticeText}
+  <properties>
+    <uniWueNoticeText>Portions of UIMA Ruta were originally developed by
+      the Universität Würzburg.
+      Copyright (c) 2006, 2011 Universität
+      Würzburg.</uniWueNoticeText>
+    <postNoticeText>${uniWueNoticeText}
 
-                       This product contains icons
-                       developed by Mark James
-                       (http://www.famfamfam.com/lab/icons/silk/), licensed 
under the
-                       Creative Commons Attribution 3.0 License.
-               </postNoticeText>
+      This product contains icons
+      developed by Mark James
+      (http://www.famfamfam.com/lab/icons/silk/), licensed under the
+      Creative Commons Attribution 3.0 License.
+    </postNoticeText>
 
-               <uimaVersion>3.4.0</uimaVersion>
-               <uimafit-version>3.4.0</uimafit-version>
-               <spring-version>5.3.25</spring-version>
-               <junit-version>4.13.2</junit-version>
-               <slf4j-version>1.7.36</slf4j-version>
+    <uimaVersion>3.4.0</uimaVersion>
+    <uimafit-version>3.4.0</uimafit-version>
+    <spring-version>5.3.25</spring-version>
+    <junit-version>4.13.2</junit-version>
+    <slf4j-version>1.7.36</slf4j-version>
 
-               <antlr-version>3.5.3</antlr-version>
-               <htmlparser-version>1.6</htmlparser-version>
-               <commons-collections-version>3.2.2</commons-collections-version>
-               <commons-collections4-version>4.4</commons-collections4-version>
-               <commons-text-version>1.9</commons-text-version>
-               <commons-lang3-version>3.12.0</commons-lang3-version>
-               <commons-io-version>2.11.0</commons-io-version>
-               <commons-math3-version>3.6.1</commons-math3-version>
-               <commons-logging-version>1.1.1</commons-logging-version>
-               <commons-logging-api-version>1.1</commons-logging-api-version>
-               <caffeine-version>2.9.3</caffeine-version>
+    <antlr-version>3.5.3</antlr-version>
+    <htmlparser-version>1.6</htmlparser-version>
+    <commons-collections-version>3.2.2</commons-collections-version>
+    <commons-collections4-version>4.4</commons-collections4-version>
+    <commons-text-version>1.9</commons-text-version>
+    <commons-lang3-version>3.12.0</commons-lang3-version>
+    <commons-io-version>2.11.0</commons-io-version>
+    <commons-math3-version>3.6.1</commons-math3-version>
+    <commons-logging-version>1.1.1</commons-logging-version>
+    <commons-logging-api-version>1.1</commons-logging-api-version>
+    <caffeine-version>2.9.3</caffeine-version>
 
-               <api_check_oldVersion>3.2.0</api_check_oldVersion>
+    <api_check_oldVersion>3.2.0</api_check_oldVersion>
 
-               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <maven.compiler.target>1.8</maven.compiler.target>
-               <maven.compiler.source>1.8</maven.compiler.source>
-       </properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+  </properties>
 
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.antlr</groupId>
-                               <artifactId>antlr-runtime</artifactId>
-                               <version>${antlr-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.htmlparser</groupId>
-                               <artifactId>htmlparser</artifactId>
-                               <version>${htmlparser-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>commons-collections</groupId>
-                               <artifactId>commons-collections</artifactId>
-                               
<version>${commons-collections-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.commons</groupId>
-                               <artifactId>commons-collections4</artifactId>
-                               
<version>${commons-collections4-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.commons</groupId>
-                               <artifactId>commons-text</artifactId>
-                               <version>${commons-text-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.commons</groupId>
-                               <artifactId>commons-lang3</artifactId>
-                               <version>${commons-lang3-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.uima</groupId>
-                               <artifactId>uimafit-core</artifactId>
-                               <version>${uimafit-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>commons-io</groupId>
-                               <artifactId>commons-io</artifactId>
-                               <version>${commons-io-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.commons</groupId>
-                               <artifactId>commons-math3</artifactId>
-                               <version>${commons-math3-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>commons-logging</groupId>
-                               <artifactId>commons-logging</artifactId>
-                               <version>${commons-logging-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>commons-logging</groupId>
-                               <artifactId>commons-logging-api</artifactId>
-                               
<version>${commons-logging-api-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-core</artifactId>
-                               <version>${spring-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-context</artifactId>
-                               <version>${spring-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-expression</artifactId>
-                               <version>${spring-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.springframework</groupId>
-                               <artifactId>spring-beans</artifactId>
-                               <version>${spring-version}</version>
-                       </dependency>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.antlr</groupId>
+        <artifactId>antlr-runtime</artifactId>
+        <version>${antlr-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.htmlparser</groupId>
+        <artifactId>htmlparser</artifactId>
+        <version>${htmlparser-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-collections</groupId>
+        <artifactId>commons-collections</artifactId>
+        <version>${commons-collections-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-collections4</artifactId>
+        <version>${commons-collections4-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-text</artifactId>
+        <version>${commons-text-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <version>${commons-lang3-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.uima</groupId>
+        <artifactId>uimafit-core</artifactId>
+        <version>${uimafit-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>${commons-io-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-math3</artifactId>
+        <version>${commons-math3-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>${commons-logging-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging-api</artifactId>
+        <version>${commons-logging-api-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-core</artifactId>
+        <version>${spring-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-context</artifactId>
+        <version>${spring-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-expression</artifactId>
+        <version>${spring-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-beans</artifactId>
+        <version>${spring-version}</version>
+      </dependency>
 
-                       <dependency>
-                               <groupId>com.github.ben-manes.caffeine</groupId>
-                               <artifactId>caffeine</artifactId>
-                               <version>${caffeine-version}</version>
-                       </dependency>
+      <dependency>
+        <groupId>com.github.ben-manes.caffeine</groupId>
+        <artifactId>caffeine</artifactId>
+        <version>${caffeine-version}</version>
+      </dependency>
 
-                       <dependency>
-                               <groupId>junit</groupId>
-                               <artifactId>junit</artifactId>
-                               <version>${junit-version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.slf4j</groupId>
-                               <artifactId>slf4j-jdk14</artifactId>
-                               <version>${slf4j-version}</version>
-                               <scope>test</scope>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-jdk14</artifactId>
+        <version>${slf4j-version}</version>
+        <scope>test</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
-       <build>
-               <pluginManagement>
-                       <plugins>
-                               <plugin>
-                                       <groupId>org.apache.uima</groupId>
-                                       
<artifactId>uima-build-helper-maven-plugin</artifactId>
-                                       <version>7</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-compiler-plugin</artifactId>
-                                       <configuration>
-                                               
<source>${maven.compiler.source}</source>
-                                               
<target>${maven.compiler.target}</target>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-javadoc-plugin</artifactId>
-                                       <executions>
-                                               <execution>
-                                                       <id>attach-javadocs</id>
-                                                       <configuration>
-                                                               
<source>${maven.compiler.source}</source>
-                                                       </configuration>
-                                               </execution>
-                                       </executions>
-                                       <configuration>
-                                               
<source>${maven.compiler.source}</source>
-                                       </configuration>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-toolchains-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>toolchain</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                               <configuration>
-                                       <toolchains>
-                                               <jdk>
-                                                       
<version>${maven.compiler.target}</version>
-                                               </jdk>
-                                       </toolchains>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <artifactId>maven-resources-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>copy customized bin LICENSE 
file</id>
-                                               <phase>prepare-package</phase>
-                                               <goals>
-                                                       
<goal>copy-resources</goal>
-                                               </goals>
-                                               <configuration>
-                                                       
<outputDirectory>${project.build.directory}/classes/META-INF</outputDirectory>
-                                                       <resources>
-                                                               <resource>
-                                                                       
<directory>src/main/readme_bin</directory>
-                                                                       
<includes>
-                                                                               
<include>LICENSE</include>
-                                                                               
<include>NOTICE</include>
-                                                                       
</includes>
-                                                                       
<filtering>true</filtering>
-                                                               </resource>
-                                                       </resources>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-               </plugins>
-       </build>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.uima</groupId>
+          <artifactId>uima-build-helper-maven-plugin</artifactId>
+          <version>7</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <source>${maven.compiler.source}</source>
+            <target>${maven.compiler.target}</target>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>attach-javadocs</id>
+              <configuration>
+                <source>${maven.compiler.source}</source>
+              </configuration>
+            </execution>
+          </executions>
+          <configuration>
+            <source>${maven.compiler.source}</source>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-toolchains-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>toolchain</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <toolchains>
+            <jdk>
+              <version>${maven.compiler.target}</version>
+            </jdk>
+          </toolchains>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy customized bin LICENSE file</id>
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              
<outputDirectory>${project.build.directory}/classes/META-INF</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>src/main/readme_bin</directory>
+                  <includes>
+                    <include>LICENSE</include>
+                    <include>NOTICE</include>
+                  </includes>
+                  <filtering>true</filtering>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
-       <profiles>
-               <profile>
-                       <id>spotbugs</id>
-                       <build>
-                               <pluginManagement>
-                                       <plugins>
-                                               <plugin>
-                                                       
<groupId>com.github.spotbugs</groupId>
-                                                       
<artifactId>spotbugs-maven-plugin</artifactId>
-                                                       
<version>4.7.0.0</version>
-                                               </plugin>
-                                       </plugins>
-                               </pluginManagement>
-                       </build>
-               </profile>
-       </profiles>
+  <profiles>
+    <profile>
+      <id>spotbugs</id>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>com.github.spotbugs</groupId>
+              <artifactId>spotbugs-maven-plugin</artifactId>
+              <version>4.7.0.0</version>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+  </profiles>
 </project>

Reply via email to