Skip to content

Commit d407646

Browse files
committed
[maven-release-plugin] prepare release uimafit-3.4.0
1 parent e4a8ee8 commit d407646

11 files changed

Lines changed: 26 additions & 30 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.uima</groupId>
3030
<artifactId>uimafit-parent</artifactId>
31-
<version>3.4.0-SNAPSHOT</version>
31+
<version>3.4.0</version>
3232
<relativePath>uimafit-parent</relativePath>
3333
</parent>
3434
<properties>
@@ -38,7 +38,7 @@
3838
<connection>scm:git:git://github.com/apache/uima-uimafit</connection>
3939
<developerConnection>scm:git:git@github.com:apache/uima-uimafit.git</developerConnection>
4040
<url>https://github.com/apache/uima-uimafit</url>
41-
<tag>HEAD</tag>
41+
<tag>uimafit-3.4.0</tag>
4242
</scm>
4343
<licenses>
4444
<license>
@@ -51,22 +51,22 @@
5151
<dependency>
5252
<groupId>org.apache.uima</groupId>
5353
<artifactId>uimafit-core</artifactId>
54-
<version>3.4.0-SNAPSHOT</version>
54+
<version>3.4.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.uima</groupId>
5858
<artifactId>uimafit-cpe</artifactId>
59-
<version>3.4.0-SNAPSHOT</version>
59+
<version>3.4.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.apache.uima</groupId>
6363
<artifactId>uimafit-junit</artifactId>
64-
<version>3.4.0-SNAPSHOT</version>
64+
<version>3.4.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.apache.uima</groupId>
6868
<artifactId>uimafit-assertj</artifactId>
69-
<version>3.4.0-SNAPSHOT</version>
69+
<version>3.4.0</version>
7070
</dependency>
7171
</dependencies>
7272
<build>

uimafit-assertj/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
2321
<modelVersion>4.0.0</modelVersion>
2422
<parent>
2523
<groupId>org.apache.uima</groupId>
2624
<artifactId>uimafit-parent</artifactId>
27-
<version>3.4.0-SNAPSHOT</version>
25+
<version>3.4.0</version>
2826
<relativePath>../uimafit-parent</relativePath>
2927
</parent>
3028

@@ -37,7 +35,7 @@
3735
<dependency>
3836
<groupId>org.apache.uima</groupId>
3937
<artifactId>uimafit-core</artifactId>
40-
<version>3.4.0-SNAPSHOT</version>
38+
<version>3.4.0</version>
4139
</dependency>
4240
<dependency>
4341
<groupId>org.apache.uima</groupId>

uimafit-benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.uima</groupId>
2929
<artifactId>uimafit-parent</artifactId>
30-
<version>3.4.0-SNAPSHOT</version>
30+
<version>3.4.0</version>
3131
<relativePath>../uimafit-parent</relativePath>
3232
</parent>
3333
<licenses>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.apache.uima</groupId>
4646
<artifactId>uimafit-core</artifactId>
47-
<version>3.4.0-SNAPSHOT</version>
47+
<version>3.4.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.apache.uima</groupId>

uimafit-core/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>uimafit-parent</artifactId>
26-
<version>3.4.0-SNAPSHOT</version>
26+
<version>3.4.0</version>
2727
<relativePath>../uimafit-parent</relativePath>
2828
</parent>
2929

uimafit-cpe/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.uima</groupId>
2424
<artifactId>uimafit-parent</artifactId>
25-
<version>3.4.0-SNAPSHOT</version>
25+
<version>3.4.0</version>
2626
<relativePath>../uimafit-parent</relativePath>
2727
</parent>
2828

@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.apache.uima</groupId>
3737
<artifactId>uimafit-core</artifactId>
38-
<version>3.4.0-SNAPSHOT</version>
38+
<version>3.4.0</version>
3939
</dependency>
4040

4141
<dependency>

uimafit-doc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.uima</groupId>
2424
<artifactId>uimafit-parent</artifactId>
25-
<version>3.4.0-SNAPSHOT</version>
25+
<version>3.4.0</version>
2626
<relativePath>../uimafit-parent</relativePath>
2727
</parent>
2828
<artifactId>uimafit-doc</artifactId>

uimafit-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.uima</groupId>
2323
<artifactId>uimafit-parent</artifactId>
24-
<version>3.4.0-SNAPSHOT</version>
24+
<version>3.4.0</version>
2525
<relativePath>../uimafit-parent</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.apache.uima</groupId>
3535
<artifactId>uimafit-core</artifactId>
36-
<version>3.4.0-SNAPSHOT</version>
36+
<version>3.4.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.uima</groupId>

uimafit-junit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.uima</groupId>
2424
<artifactId>uimafit-parent</artifactId>
25-
<version>3.4.0-SNAPSHOT</version>
25+
<version>3.4.0</version>
2626
<relativePath>../uimafit-parent</relativePath>
2727
</parent>
2828

@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.apache.uima</groupId>
3737
<artifactId>uimafit-core</artifactId>
38-
<version>3.4.0-SNAPSHOT</version>
38+
<version>3.4.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.uima</groupId>

uimafit-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.uima</groupId>
2424
<artifactId>uimafit-parent</artifactId>
25-
<version>3.4.0-SNAPSHOT</version>
25+
<version>3.4.0</version>
2626
<relativePath>../uimafit-parent</relativePath>
2727
</parent>
2828
<artifactId>uimafit-maven-plugin</artifactId>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.apache.uima</groupId>
6060
<artifactId>uimafit-core</artifactId>
61-
<version>3.4.0-SNAPSHOT</version>
61+
<version>3.4.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.javassist</groupId>

uimafit-parent/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
2321
<modelVersion>4.0.0</modelVersion>
2422
<parent>
2523
<groupId>org.apache.uima</groupId>
@@ -28,7 +26,7 @@
2826
<version>16</version>
2927
</parent>
3028
<artifactId>uimafit-parent</artifactId>
31-
<version>3.4.0-SNAPSHOT</version>
29+
<version>3.4.0</version>
3230
<packaging>pom</packaging>
3331
<name>Apache UIMA uimaFIT - Parent</name>
3432
<url>${uimaWebsiteUrl}</url>
@@ -40,7 +38,7 @@
4038
</issueManagement>
4139

4240
<scm>
43-
<tag>HEAD</tag>
41+
<tag>uimafit-3.4.0</tag>
4442
<connection>scm:git:git://github.com/apache/uima-uimafit</connection>
4543
<developerConnection>scm:git:git@github.com:apache/uima-uimafit.git</developerConnection>
4644
<url>https://github.com/apache/uima-uimafit</url>

0 commit comments

Comments
 (0)