Skip to content

Commit

Permalink
[maven-release-plugin] prepare release uimaj-3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reckart committed Oct 19, 2022
1 parent a43f366 commit b652867
Show file tree
Hide file tree
Showing 35 changed files with 41 additions and 49 deletions.
6 changes: 2 additions & 4 deletions PearPackagingMavenPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
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>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

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

Expand All @@ -49,7 +49,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.2.0</tag>
<tag>uimaj-3.3.1</tag>
</scm>

<!-- dependencies that go into the various builds via dependency-sets -->
Expand Down
2 changes: 1 addition & 1 deletion uima-doc-v3-users-guide/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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion uima-docbook-overview-and-setup/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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion uima-docbook-references/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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion uima-docbook-tutorials-and-users-guides/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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
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.3.1-SNAPSHOT</version>
<version>3.3.1</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.3.1-SNAPSHOT</version>
<version>3.3.1</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.3.1-SNAPSHOT</version>
<version>3.3.1</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.3.1-SNAPSHOT</version>
<version>3.3.1</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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion uimaj-ep-cas-editor/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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion uimaj-ep-pear-packager/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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion uimaj-json/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>uimaj-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>
<artifactId>uimaj-json</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions uimaj-legacy-jira-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
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>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions uimaj-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
project-wide parent pom.
-->

<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 @@ -39,7 +37,7 @@

<artifactId>uimaj-parent</artifactId>
<packaging>pom</packaging>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<name>Apache UIMA Java SDK: ${project.artifactId}</name>
<description>The common parent pom for the UIMA Java SDK</description>
<url>${uimaWebsiteUrl}</url>
Expand All @@ -50,7 +48,7 @@
</issueManagement>

<scm>
<tag>uimaj-3.2.0</tag>
<tag>uimaj-3.3.1</tag>
<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>
Expand Down
2 changes: 1 addition & 1 deletion uimaj-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.3.1-SNAPSHOT</version>
<version>3.3.1</version>
<relativePath>../uimaj-parent/pom.xml</relativePath>
</parent>

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

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

Expand Down

0 comments on commit b652867

Please sign in to comment.