Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ruta-3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noname committed Feb 5, 2024
1 parent 6c423d4 commit 68e2f26
Show file tree
Hide file tree
Showing 21 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion example-projects/ruta-ep-example-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../../ruta-ep-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions example-projects/ruta-maven-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../../ruta-parent/pom.xml</relativePath>
</parent>
<url>${uimaWebsiteUrl}</url>
Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>ruta-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<!-- dependencies used during assembly -->
Expand Down Expand Up @@ -230,7 +230,7 @@
<!-- dir="${basedir}/example-projects/ExtensionsExample/" -->
<!-- includes=".project" -->
<!-- prefix="${project.artifactId}-${project.version}/example-projects/ExtensionsExample/"
/> -->
/> -->
<!-- </zip> -->
<zip destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" update="true">
<zipfileset dir="${basedir}/example-projects/TextRulerExample/" includes=".project" prefix="${project.artifactId}-${project.version}/example-projects/TextRulerExample/" />
Expand All @@ -241,7 +241,7 @@
<!-- <zipfileset dir="${basedir}/example-projects/GermanNovels/" -->
<!-- includes=".project" -->
<!-- prefix="${project.artifactId}-${project.version}/example-projects/GermanNovels/"
/> -->
/> -->
<!-- </zip> -->
<zip destfile="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip" update="true">
<zipfileset dir="${basedir}/example-projects/Misc/" includes=".project" prefix="${project.artifactId}-${project.version}/example-projects/Misc/" />
Expand Down
4 changes: 2 additions & 2 deletions ruta-core-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ruta-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ruta-eclipse-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<feature
id="org.apache.uima.ruta.feature"
label="UIMA Ruta Workbench"
version="3.4.1.qualifier"
version="3.4.1"
provider-name="Apache Software Foundation">

<description url="http://uima.apache.org">
Expand Down
16 changes: 8 additions & 8 deletions ruta-eclipse-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -90,37 +90,37 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-addons</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-caseditor</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-core-ext</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-engine</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-ide</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-ide-ui</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-textruler</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion ruta-eclipse-update-site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
***************************************************************
-->
<site>
<feature url="features/org.apache.uima.ruta.feature_3.4.1.qualifier.jar" id="org.apache.uima.ruta.feature" version="3.4.1.qualifier">
<feature url="features/org.apache.uima.ruta.feature_3.4.1.jar" id="org.apache.uima.ruta.feature" version="3.4.1">
<category name="apache-uima-ruta"/>
</feature>
<category-def name="apache-uima-ruta" label="Apache UIMA Ruta">
Expand Down
6 changes: 3 additions & 3 deletions ruta-eclipse-update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<properties>
Expand All @@ -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.4.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions ruta-ep-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-ep-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-ep-caseditor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-ep-parent/pom.xml</relativePath>
</parent>
<properties>
Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-ep-core-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-ep-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-ep-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-ep-ide-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-ep-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-ep-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-ep-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-ep-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-ep-textruler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-ep-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>
<properties>
Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions ruta-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>

Expand All @@ -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>HEAD</tag>
<tag>ruta-3.4.1</tag>
</scm>

<dependencyManagement>
Expand Down
Loading

0 comments on commit 68e2f26

Please sign in to comment.