Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ruta-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noname committed Feb 13, 2023
1 parent a516b8e commit 1df286f
Show file tree
Hide file tree
Showing 21 changed files with 49 additions and 51 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 @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../../ruta-ep-parent/pom.xml</relativePath>
</parent>
<properties>
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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>ruta-parent/pom.xml</relativePath>
</parent>

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

<!-- dependencies used during assembly -->
Expand Down Expand Up @@ -212,7 +212,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 @@ -223,7 +223,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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ruta-docbook/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.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>
<name>Apache UIMA Ruta Documentation</name>
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.3.0</tag>
</scm>

</project>
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.3.0.qualifier"
version="3.3.0"
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.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>

Expand All @@ -44,37 +44,37 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-addons</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-caseditor</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-core-ext</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-engine</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-ide</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-ide-ui</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-textruler</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0.qualifier.jar" id="org.apache.uima.ruta.feature" version="3.3.0.qualifier">
<feature url="features/org.apache.uima.ruta.feature_3.3.0.jar" id="org.apache.uima.ruta.feature" version="3.3.0">
<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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</tag>
</scm>

<properties>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>org.apache.uima.ruta.feature</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</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 @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-ep-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../ruta-ep-parent/pom.xml</relativePath>
</parent>
<properties>
Expand All @@ -36,7 +36,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.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../ruta-ep-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.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</tag>
</scm>

<properties>
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.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../ruta-ep-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.3.0</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.3.0-SNAPSHOT</version>
<version>3.3.0</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.3.0</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 @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>ruta-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../ruta-parent/pom.xml</relativePath>
</parent>
<properties>
Expand All @@ -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>HEAD</tag>
<tag>ruta-3.3.0</tag>
</scm>

<dependencyManagement>
Expand Down
Loading

0 comments on commit 1df286f

Please sign in to comment.