Skip to content

Commit b652867

Browse files
committed
[maven-release-plugin] prepare release uimaj-3.3.1
1 parent a43f366 commit b652867

File tree

35 files changed

+41
-49
lines changed

35 files changed

+41
-49
lines changed

PearPackagingMavenPlugin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>org.apache.uima</groupId>
2725
<artifactId>uimaj-parent</artifactId>
28-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2927
<relativePath>../uimaj-parent/pom.xml</relativePath>
3028
</parent>
3129

aggregate-uimaj-docbooks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>uimaj-parent</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2727
<relativePath>../uimaj-parent/pom.xml</relativePath>
2828
</parent>
2929

aggregate-uimaj-eclipse-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>uimaj-parent</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2727
<relativePath>../uimaj-parent/pom.xml</relativePath>
2828
</parent>
2929

aggregate-uimaj/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>uimaj-parent</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2727
<relativePath>../uimaj-parent/pom.xml</relativePath>
2828
</parent>
2929

jVinci/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>uimaj-parent</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2727
<relativePath>../uimaj-parent/pom.xml</relativePath>
2828
</parent>
2929

jcasgen-maven-plugin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
specific language governing permissions and limitations
1717
under the License.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.apache.uima</groupId>
2523
<artifactId>uimaj-parent</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
24+
<version>3.3.1</version>
2725
<relativePath>../uimaj-parent/pom.xml</relativePath>
2826
</parent>
2927

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.apache.uima</groupId>
3131
<artifactId>uimaj-parent</artifactId>
32-
<version>3.3.1-SNAPSHOT</version>
32+
<version>3.3.1</version>
3333
<relativePath>uimaj-parent/pom.xml</relativePath>
3434
</parent>
3535

@@ -49,7 +49,7 @@
4949
<connection>scm:git:https://github.com/apache/uima-uimaj/</connection>
5050
<developerConnection>scm:git:https://github.com/apache/uima-uimaj/</developerConnection>
5151
<url>https://github.com/apache/uima-uimaj/</url>
52-
<tag>uimaj-3.2.0</tag>
52+
<tag>uimaj-3.3.1</tag>
5353
</scm>
5454

5555
<!-- dependencies that go into the various builds via dependency-sets -->

uima-doc-v3-users-guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>uimaj-parent</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2727
<relativePath>../uimaj-parent/pom.xml</relativePath>
2828
</parent>
2929

uima-docbook-overview-and-setup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>uimaj-parent</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2727
<relativePath>../uimaj-parent/pom.xml</relativePath>
2828
</parent>
2929

uima-docbook-references/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.uima</groupId>
2525
<artifactId>uimaj-parent</artifactId>
26-
<version>3.3.1-SNAPSHOT</version>
26+
<version>3.3.1</version>
2727
<relativePath>../uimaj-parent/pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)