Skip to content

Commit

Permalink
[maven-release-plugin] prepare release uimaj-3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noname committed Nov 1, 2023
1 parent 795a3f0 commit af0246a
Show file tree
Hide file tree
Showing 35 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion PearPackagingMavenPlugin/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aggregate-uimaj-eclipse-plugins/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion aggregate-uimaj/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jVinci/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions jcasgen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
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>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

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

Expand All @@ -43,7 +43,7 @@
<connection>scm:git:https://github.com/apache/uima-uimaj/</connection>
<developerConnection>scm:git:https://github.com/apache/uima-uimaj/</developerConnection>
<url>https://github.com/apache/uima-uimaj/</url>
<tag>uimaj-3.4.0</tag>
<tag>uimaj-3.5.0</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion uimaj-adapter-vinci/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
28 changes: 15 additions & 13 deletions uimaj-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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

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

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

<name>Apache UIMA Base: ${project.artifactId}</name>
Expand All @@ -40,48 +38,52 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-cpe</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-json</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-tools</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-adapter-vinci</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>jVinci</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-test-util</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-component-test-util</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-document-annotation</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
</dependencies>
</dependencyManagement>

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

Expand Down
2 changes: 1 addition & 1 deletion uimaj-component-test-util/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion uimaj-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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion uimaj-cpe/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion uimaj-document-annotation/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion uimaj-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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

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

<description>
Expand Down
12 changes: 6 additions & 6 deletions uimaj-eclipse-feature-runtime/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-runtime</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
</dependencies>

Expand All @@ -63,15 +63,15 @@
<target>
<echo message="Generating checksums for p2content.xml" />
<property name="p2content-path" location="${project.build.directory}/${project.artifactId}-${project.version}-p2metadata.xml" />
<copy file="${project.build.directory}/p2content.xml" tofile="${p2content-path}" overwrite="true" verbose="true"/>
<copy file="${project.build.directory}/p2content.xml" tofile="${p2content-path}" overwrite="true" verbose="true" />
<checksum format="MD5SUM" forceoverwrite="yes" algorithm="SHA-512" fileext=".sha512" file="${p2content-path}" />
<copy file="${p2content-path}.sha512" tofile="${project.build.directory}/p2content.xml.sha512" overwrite="true" verbose="true"/>
<copy file="${p2content-path}.sha512" tofile="${project.build.directory}/p2content.xml.sha512" overwrite="true" verbose="true" />

<echo message="Generating checksums for p2artifacts.xml" />
<property name="p2artifacts-path" location="${project.build.directory}/${project.artifactId}-${project.version}-p2artifacts.xml" />
<copy file="${project.build.directory}/p2artifacts.xml" tofile="${p2artifacts-path}" overwrite="true" verbose="true"/>
<copy file="${project.build.directory}/p2artifacts.xml" tofile="${p2artifacts-path}" overwrite="true" verbose="true" />
<checksum format="MD5SUM" forceoverwrite="yes" algorithm="SHA-512" fileext=".sha512" file="${p2artifacts-path}" />
<copy file="${p2artifacts-path}.sha512" tofile="${project.build.directory}/p2artifacts.xml.sha512" overwrite="true" verbose="true"/>
<copy file="${p2artifacts-path}.sha512" tofile="${project.build.directory}/p2artifacts.xml.sha512" overwrite="true" verbose="true" />
</target>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions uimaj-eclipse-feature-tools/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<feature
id="org.apache.uima.tools"
label="UIMA Tools (includes Runtime)"
version="3.5.0.qualifier"
version="3.5.0"
provider-name="Apache Software Foundation">

<description>
Expand Down Expand Up @@ -153,7 +153,7 @@ Apache UIMA is a trademark of the Apache Software Foundation in the United State

<includes
id="org.apache.uima.runtime"
version="3.5.0.qualifier"
version="3.5.0"
name="UIMA Runtime plugin feature"/>

<requires>
Expand Down
26 changes: 13 additions & 13 deletions uimaj-eclipse-feature-tools/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand All @@ -38,42 +38,42 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>org.apache.uima.runtime</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-cas-editor</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-cas-editor-ide</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-configurator</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-debug</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-jcasgen</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-pear-packager</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-ep-launcher</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</dependency>
</dependencies>

Expand All @@ -96,15 +96,15 @@
<target>
<echo message="Generating checksums for p2content.xml" />
<property name="p2content-path" location="${project.build.directory}/${project.artifactId}-${project.version}-p2metadata.xml" />
<copy file="${project.build.directory}/p2content.xml" tofile="${p2content-path}" overwrite="true" verbose="true"/>
<copy file="${project.build.directory}/p2content.xml" tofile="${p2content-path}" overwrite="true" verbose="true" />
<checksum format="MD5SUM" forceoverwrite="yes" algorithm="SHA-512" fileext=".sha512" file="${p2content-path}" />
<copy file="${p2content-path}.sha512" tofile="${project.build.directory}/p2content.xml.sha512" overwrite="true" verbose="true"/>
<copy file="${p2content-path}.sha512" tofile="${project.build.directory}/p2content.xml.sha512" overwrite="true" verbose="true" />

<echo message="Generating checksums for p2artifacts.xml" />
<property name="p2artifacts-path" location="${project.build.directory}/${project.artifactId}-${project.version}-p2artifacts.xml" />
<copy file="${project.build.directory}/p2artifacts.xml" tofile="${p2artifacts-path}" overwrite="true" verbose="true"/>
<copy file="${project.build.directory}/p2artifacts.xml" tofile="${p2artifacts-path}" overwrite="true" verbose="true" />
<checksum format="MD5SUM" forceoverwrite="yes" algorithm="SHA-512" fileext=".sha512" file="${p2artifacts-path}" />
<copy file="${p2artifacts-path}.sha512" tofile="${project.build.directory}/p2artifacts.xml.sha512" overwrite="true" verbose="true"/>
<copy file="${p2artifacts-path}.sha512" tofile="${project.build.directory}/p2artifacts.xml.sha512" overwrite="true" verbose="true" />
</target>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion uimaj-eclipse-maven-p2-site/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>uimaj-parent</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions uimaj-eclipse-update-site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
***************************************************************
-->
<site>
<feature url="features/org.apache.uima.runtime_3.5.0.qualifier.jar" id="org.apache.uima.runtime" version="3.5.0.qualifier">
<feature url="features/org.apache.uima.runtime_3.5.0.jar" id="org.apache.uima.runtime" version="3.5.0">
<category name="uima-tooling-and-runtimes"/>
</feature>
<feature url="features/org.apache.uima.tools_3.5.0.qualifier.jar" id="org.apache.uima.tools" version="3.5.0.qualifier">
<feature url="features/org.apache.uima.tools_3.5.0.jar" id="org.apache.uima.tools" version="3.5.0">
<category name="uima-tooling-and-runtimes"/>
</feature>
<category-def name="uima-tooling-and-runtimes" label="Apache UIMA Eclipse tooling and runtime support">
Expand Down
Loading

0 comments on commit af0246a

Please sign in to comment.