This is an automated email from the ASF dual-hosted git repository. pkluegl pushed a commit to branch no-issue-fix-versions in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit 628cf7e7b4a6c711c5bf0658b70ef7dd4cf8b292 Author: kluegl <[email protected]> AuthorDate: Thu Feb 1 15:07:56 2024 +0100 no issue: cleanup versions (cherry picked from commit dadb14d8177d27ac9d3cf814628168bcbe41e088) --- example-projects/ruta-ep-example-extensions/pom.xml | 2 +- example-projects/ruta-maven-example/pom.xml | 4 ++-- pom.xml | 4 ++-- ruta-core-ext/pom.xml | 4 ++-- ruta-core/pom.xml | 4 ++-- ruta-documentation/pom.xml | 2 +- ruta-eclipse-feature/pom.xml | 16 ++++++++-------- ruta-eclipse-update-site/pom.xml | 6 +++--- ruta-ep-addons/pom.xml | 4 ++-- ruta-ep-caseditor/pom.xml | 4 ++-- ruta-ep-core-ext/pom.xml | 4 ++-- ruta-ep-engine/pom.xml | 4 ++-- ruta-ep-ide-ui/pom.xml | 4 ++-- ruta-ep-ide/pom.xml | 4 ++-- ruta-ep-parent/pom.xml | 4 ++-- ruta-ep-textruler/pom.xml | 4 ++-- ruta-maven-archetype/pom.xml | 4 ++-- ruta-maven-plugin/pom.xml | 4 ++-- ruta-parent/pom.xml | 4 ++-- 19 files changed, 43 insertions(+), 43 deletions(-) diff --git a/example-projects/ruta-ep-example-extensions/pom.xml b/example-projects/ruta-ep-example-extensions/pom.xml index 8952c185..9da05a47 100644 --- a/example-projects/ruta-ep-example-extensions/pom.xml +++ b/example-projects/ruta-ep-example-extensions/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../../ruta-ep-parent/pom.xml</relativePath> </parent> diff --git a/example-projects/ruta-maven-example/pom.xml b/example-projects/ruta-maven-example/pom.xml index d241ca62..c60f5bcc 100644 --- a/example-projects/ruta-maven-example/pom.xml +++ b/example-projects/ruta-maven-example/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../../ruta-parent/pom.xml</relativePath> </parent> <url>${uimaWebsiteUrl}</url> @@ -37,7 +37,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/pom.xml b/pom.xml index 762a3276..ce4d77ec 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>ruta-parent/pom.xml</relativePath> </parent> @@ -41,7 +41,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <!-- dependencies used during assembly --> diff --git a/ruta-core-ext/pom.xml b/ruta-core-ext/pom.xml index 9eb7be78..d5bcce3e 100644 --- a/ruta-core-ext/pom.xml +++ b/ruta-core-ext/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-parent/pom.xml</relativePath> </parent> @@ -43,7 +43,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-core/pom.xml b/ruta-core/pom.xml index cbea8efb..8f2a3aef 100644 --- a/ruta-core/pom.xml +++ b/ruta-core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-parent/pom.xml</relativePath> </parent> @@ -43,7 +43,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-documentation/pom.xml b/ruta-documentation/pom.xml index 749727d8..bf9ca8e1 100644 --- a/ruta-documentation/pom.xml +++ b/ruta-documentation/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-parent/pom.xml</relativePath> </parent> diff --git a/ruta-eclipse-feature/pom.xml b/ruta-eclipse-feature/pom.xml index eefa00e6..e887f173 100644 --- a/ruta-eclipse-feature/pom.xml +++ b/ruta-eclipse-feature/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-parent/pom.xml</relativePath> </parent> @@ -90,37 +90,37 @@ <dependency> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-addons</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-caseditor</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-core-ext</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-engine</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-ide</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-ide-ui</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-textruler</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </dependency> </dependencies> </project> \ No newline at end of file diff --git a/ruta-eclipse-update-site/pom.xml b/ruta-eclipse-update-site/pom.xml index 61bfa2e9..83b87b1c 100644 --- a/ruta-eclipse-update-site/pom.xml +++ b/ruta-eclipse-update-site/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-parent/pom.xml</relativePath> </parent> @@ -39,7 +39,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <properties> @@ -51,7 +51,7 @@ <dependency> <groupId>org.apache.uima</groupId> <artifactId>org.apache.uima.ruta.feature</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/ruta-ep-addons/pom.xml b/ruta-ep-addons/pom.xml index 185cc2e2..9799794f 100644 --- a/ruta-ep-addons/pom.xml +++ b/ruta-ep-addons/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-ep-parent/pom.xml</relativePath> </parent> @@ -40,7 +40,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-ep-caseditor/pom.xml b/ruta-ep-caseditor/pom.xml index a33cfeb1..801f6082 100644 --- a/ruta-ep-caseditor/pom.xml +++ b/ruta-ep-caseditor/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-ep-parent/pom.xml</relativePath> </parent> <properties> @@ -37,7 +37,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-ep-core-ext/pom.xml b/ruta-ep-core-ext/pom.xml index 5157d4d0..64689631 100644 --- a/ruta-ep-core-ext/pom.xml +++ b/ruta-ep-core-ext/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-ep-parent/pom.xml</relativePath> </parent> @@ -41,7 +41,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-ep-engine/pom.xml b/ruta-ep-engine/pom.xml index f53069d2..eca871f0 100644 --- a/ruta-ep-engine/pom.xml +++ b/ruta-ep-engine/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-parent/pom.xml</relativePath> </parent> @@ -45,7 +45,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-ep-ide-ui/pom.xml b/ruta-ep-ide-ui/pom.xml index 0cec2524..cafd01f7 100644 --- a/ruta-ep-ide-ui/pom.xml +++ b/ruta-ep-ide-ui/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-ep-parent/pom.xml</relativePath> </parent> @@ -40,7 +40,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-ep-ide/pom.xml b/ruta-ep-ide/pom.xml index 34093238..add3ea11 100644 --- a/ruta-ep-ide/pom.xml +++ b/ruta-ep-ide/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-ep-parent/pom.xml</relativePath> </parent> @@ -41,7 +41,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-ep-parent/pom.xml b/ruta-ep-parent/pom.xml index 7137e356..dc6d8852 100644 --- a/ruta-ep-parent/pom.xml +++ b/ruta-ep-parent/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-parent/pom.xml</relativePath> </parent> @@ -46,7 +46,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-ep-textruler/pom.xml b/ruta-ep-textruler/pom.xml index 26dfb890..f3b55267 100644 --- a/ruta-ep-textruler/pom.xml +++ b/ruta-ep-textruler/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-ep-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-ep-parent/pom.xml</relativePath> </parent> @@ -40,7 +40,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencies> diff --git a/ruta-maven-archetype/pom.xml b/ruta-maven-archetype/pom.xml index b341e1fd..6476a55f 100644 --- a/ruta-maven-archetype/pom.xml +++ b/ruta-maven-archetype/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-parent/pom.xml</relativePath> </parent> <properties> @@ -38,7 +38,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <build> diff --git a/ruta-maven-plugin/pom.xml b/ruta-maven-plugin/pom.xml index 67e483a6..f7b0c669 100644 --- a/ruta-maven-plugin/pom.xml +++ b/ruta-maven-plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.uima</groupId> <artifactId>ruta-parent</artifactId> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <relativePath>../ruta-parent/pom.xml</relativePath> </parent> @@ -49,7 +49,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <dependencyManagement> diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml index b08ff75d..b884f9bf 100644 --- a/ruta-parent/pom.xml +++ b/ruta-parent/pom.xml @@ -29,7 +29,7 @@ <artifactId>ruta-parent</artifactId> <packaging>pom</packaging> - <version>3.4.1-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> <name>Apache UIMA Ruta: ${project.artifactId}</name> <url>${uimaWebsiteUrl}</url> <inceptionYear>2011</inceptionYear> @@ -44,7 +44,7 @@ <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>ruta-3.4.0</tag> + <tag>HEAD</tag> </scm> <repositories>
