Skip to content

Commit

Permalink
[maven-release-plugin] prepare release uimafit-3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reckart committed Nov 8, 2023
1 parent d875c0e commit 9c86bfe
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 32 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>uimafit-parent</relativePath>
</parent>
<properties>
<jiraVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}uimaFIT</jiraVersion>
</properties>
<scm>
<tag>HEAD</tag>
<tag>uimafit-3.5.0</tag>
<connection>scm:git:https://github.com/apache/uima-uimafit/</connection>
<developerConnection>scm:git:https://github.com/apache/uima-uimafit/</developerConnection>
<url>https://github.com/apache/uima-uimafit/</url>
Expand All @@ -51,22 +51,22 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-cpe</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-junit</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-assertj</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions uimafit-assertj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimafit-parent</relativePath>
</parent>

Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
Expand Down
4 changes: 2 additions & 2 deletions uimafit-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimafit-parent</relativePath>
</parent>
<licenses>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
Expand Down
20 changes: 11 additions & 9 deletions uimafit-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
specific language governing permissions and limitations
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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -30,7 +28,7 @@
</parent>

<artifactId>uimafit-bom</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<packaging>pom</packaging>

<name>Apache UIMA uimaFIT - BOM</name>
Expand All @@ -49,28 +47,32 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-assertj</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-cpe</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-junit</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-spring</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<tag>uimafit-3.5.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion uimafit-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>uimafit-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimafit-parent</relativePath>
</parent>

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

Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>

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

Expand Down
4 changes: 2 additions & 2 deletions uimafit-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimafit-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
Expand Down
4 changes: 2 additions & 2 deletions uimafit-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimafit-parent</relativePath>
</parent>

Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
Expand Down
2 changes: 1 addition & 1 deletion uimafit-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimafit-parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions uimafit-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>uimafit-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<packaging>pom</packaging>

<name>Apache UIMA uimaFIT - Parent</name>
Expand All @@ -40,7 +40,7 @@
</issueManagement>

<scm>
<tag>HEAD</tag>
<tag>uimafit-3.5.0</tag>
<connection>scm:git:https://github.com/apache/uima-uimafit/</connection>
<developerConnection>scm:git:https://github.com/apache/uima-uimafit/</developerConnection>
<url>https://github.com/apache/uima-uimafit/</url>
Expand Down
4 changes: 2 additions & 2 deletions uimafit-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimafit-parent</relativePath>
</parent>
<licenses>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9c86bfe

Please sign in to comment.