Skip to content

Commit 9c86bfe

Browse files
committed
[maven-release-plugin] prepare release uimafit-3.5.0
1 parent d875c0e commit 9c86bfe

12 files changed

Lines changed: 34 additions & 32 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
<parent>
2929
<groupId>org.apache.uima</groupId>
3030
<artifactId>uimafit-parent</artifactId>
31-
<version>3.5.0-SNAPSHOT</version>
31+
<version>3.5.0</version>
3232
<relativePath>uimafit-parent</relativePath>
3333
</parent>
3434
<properties>
3535
<jiraVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}uimaFIT</jiraVersion>
3636
</properties>
3737
<scm>
38-
<tag>HEAD</tag>
38+
<tag>uimafit-3.5.0</tag>
3939
<connection>scm:git:https://github.com/apache/uima-uimafit/</connection>
4040
<developerConnection>scm:git:https://github.com/apache/uima-uimafit/</developerConnection>
4141
<url>https://github.com/apache/uima-uimafit/</url>
@@ -51,22 +51,22 @@
5151
<dependency>
5252
<groupId>org.apache.uima</groupId>
5353
<artifactId>uimafit-core</artifactId>
54-
<version>3.5.0-SNAPSHOT</version>
54+
<version>3.5.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.uima</groupId>
5858
<artifactId>uimafit-cpe</artifactId>
59-
<version>3.5.0-SNAPSHOT</version>
59+
<version>3.5.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.apache.uima</groupId>
6363
<artifactId>uimafit-junit</artifactId>
64-
<version>3.5.0-SNAPSHOT</version>
64+
<version>3.5.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.apache.uima</groupId>
6868
<artifactId>uimafit-assertj</artifactId>
69-
<version>3.5.0-SNAPSHOT</version>
69+
<version>3.5.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.5.0-SNAPSHOT</version>
25+
<version>3.5.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.5.0-SNAPSHOT</version>
38+
<version>3.5.0</version>
3939
</dependency>
4040
<dependency>
4141
<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.5.0-SNAPSHOT</version>
30+
<version>3.5.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.5.0-SNAPSHOT</version>
47+
<version>3.5.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.apache.uima</groupId>

uimafit-bom/pom.xml

Lines changed: 11 additions & 9 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

2523
<parent>
@@ -30,7 +28,7 @@
3028
</parent>
3129

3230
<artifactId>uimafit-bom</artifactId>
33-
<version>3.5.0-SNAPSHOT</version>
31+
<version>3.5.0</version>
3432
<packaging>pom</packaging>
3533

3634
<name>Apache UIMA uimaFIT - BOM</name>
@@ -49,28 +47,32 @@
4947
<dependency>
5048
<groupId>org.apache.uima</groupId>
5149
<artifactId>uimafit-assertj</artifactId>
52-
<version>3.5.0-SNAPSHOT</version>
50+
<version>3.5.0</version>
5351
</dependency>
5452
<dependency>
5553
<groupId>org.apache.uima</groupId>
5654
<artifactId>uimafit-core</artifactId>
57-
<version>3.5.0-SNAPSHOT</version>
55+
<version>3.5.0</version>
5856
</dependency>
5957
<dependency>
6058
<groupId>org.apache.uima</groupId>
6159
<artifactId>uimafit-cpe</artifactId>
62-
<version>3.5.0-SNAPSHOT</version>
60+
<version>3.5.0</version>
6361
</dependency>
6462
<dependency>
6563
<groupId>org.apache.uima</groupId>
6664
<artifactId>uimafit-junit</artifactId>
67-
<version>3.5.0-SNAPSHOT</version>
65+
<version>3.5.0</version>
6866
</dependency>
6967
<dependency>
7068
<groupId>org.apache.uima</groupId>
7169
<artifactId>uimafit-spring</artifactId>
72-
<version>3.5.0-SNAPSHOT</version>
70+
<version>3.5.0</version>
7371
</dependency>
7472
</dependencies>
7573
</dependencyManagement>
74+
75+
<scm>
76+
<tag>uimafit-3.5.0</tag>
77+
</scm>
7678
</project>

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.5.0-SNAPSHOT</version>
26+
<version>3.5.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.5.0-SNAPSHOT</version>
25+
<version>3.5.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.5.0-SNAPSHOT</version>
38+
<version>3.5.0</version>
3939
</dependency>
4040

4141
<dependency>

uimafit-documentation/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.5.0-SNAPSHOT</version>
25+
<version>3.5.0</version>
2626
<relativePath>../uimafit-parent</relativePath>
2727
</parent>
2828

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.5.0-SNAPSHOT</version>
24+
<version>3.5.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.5.0-SNAPSHOT</version>
36+
<version>3.5.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.5.0-SNAPSHOT</version>
25+
<version>3.5.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.5.0-SNAPSHOT</version>
38+
<version>3.5.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.uima</groupId>

uimafit-maven-plugin/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.5.0-SNAPSHOT</version>
25+
<version>3.5.0</version>
2626
<relativePath>../uimafit-parent</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)