Skip to content

Commit 0ca2049

Browse files
committed
[maven-release-plugin] prepare release uimafit-3.3.0
1 parent 611aa82 commit 0ca2049

11 files changed

Lines changed: 24 additions & 24 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.3.0-SNAPSHOT</version>
31+
<version>3.3.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.3.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.3.0-SNAPSHOT</version>
54+
<version>3.3.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.uima</groupId>
5858
<artifactId>uimafit-cpe</artifactId>
59-
<version>3.3.0-SNAPSHOT</version>
59+
<version>3.3.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.apache.uima</groupId>
6363
<artifactId>uimafit-junit</artifactId>
64-
<version>3.3.0-SNAPSHOT</version>
64+
<version>3.3.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.apache.uima</groupId>
6868
<artifactId>uimafit-assertj</artifactId>
69-
<version>3.3.0-SNAPSHOT</version>
69+
<version>3.3.0</version>
7070
</dependency>
7171
</dependencies>
7272
<build>

uimafit-assertj/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.3.0-SNAPSHOT</version>
25+
<version>3.3.0</version>
2626
<relativePath>../uimafit-parent</relativePath>
2727
</parent>
2828
<artifactId>uimafit-assertj</artifactId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.uima</groupId>
3333
<artifactId>uimafit-core</artifactId>
34-
<version>3.3.0-SNAPSHOT</version>
34+
<version>3.3.0</version>
3535
</dependency>
3636
<dependency>
3737
<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.3.0-SNAPSHOT</version>
30+
<version>3.3.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.3.0-SNAPSHOT</version>
47+
<version>3.3.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
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.uima</groupId>
2929
<artifactId>uimafit-parent</artifactId>
30-
<version>3.3.0-SNAPSHOT</version>
30+
<version>3.3.0</version>
3131
<relativePath>../uimafit-parent</relativePath>
3232
</parent>
3333
<licenses>

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.3.0-SNAPSHOT</version>
25+
<version>3.3.0</version>
2626
<relativePath>../uimafit-parent</relativePath>
2727
</parent>
2828
<artifactId>uimafit-cpe</artifactId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.uima</groupId>
3333
<artifactId>uimafit-core</artifactId>
34-
<version>3.3.0-SNAPSHOT</version>
34+
<version>3.3.0</version>
3535
</dependency>
3636

3737
<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.3.0-SNAPSHOT</version>
25+
<version>3.3.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.3.0-SNAPSHOT</version>
24+
<version>3.3.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.3.0-SNAPSHOT</version>
36+
<version>3.3.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.3.0-SNAPSHOT</version>
25+
<version>3.3.0</version>
2626
<relativePath>../uimafit-parent</relativePath>
2727
</parent>
2828
<artifactId>uimafit-junit</artifactId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.uima</groupId>
3333
<artifactId>uimafit-core</artifactId>
34-
<version>3.3.0-SNAPSHOT</version>
34+
<version>3.3.0</version>
3535
</dependency>
3636
<dependency>
3737
<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.3.0-SNAPSHOT</version>
25+
<version>3.3.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.3.0-SNAPSHOT</version>
61+
<version>3.3.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.javassist</groupId>

uimafit-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<version>15</version>
2727
</parent>
2828
<artifactId>uimafit-parent</artifactId>
29-
<version>3.3.0-SNAPSHOT</version>
29+
<version>3.3.0</version>
3030
<packaging>pom</packaging>
3131
<name>Apache UIMA uimaFIT - Parent</name>
3232
<url>${uimaWebsiteUrl}</url>
3333
<inceptionYear>2012</inceptionYear>
3434
<scm>
35-
<tag>HEAD</tag>
35+
<tag>uimafit-3.3.0</tag>
3636
<connection>scm:git:git://github.com/apache/uima-uimafit</connection>
3737
<developerConnection>scm:git:git@github.com:apache/uima-uimafit.git</developerConnection>
3838
<url>https://github.com/apache/uima-uimafit</url>

0 commit comments

Comments
 (0)