Skip to content

Commit 389410f

Browse files
committed
[maven-release-plugin] prepare release 2.2.1-rc3
1 parent 365388d commit 389410f

File tree

88 files changed

+177
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+177
-177
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.tika</groupId>
2727
<artifactId>tika-parent</artifactId>
28-
<version>2.2.1-SNAPSHOT</version>
28+
<version>2.2.1</version>
2929
<relativePath>tika-parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -210,6 +210,6 @@ least three +1 Tika PMC votes are cast.
210210
</ciManagement>
211211

212212
<scm>
213-
<tag>2.2.1-rc2</tag>
213+
<tag>2.2.1-rc3</tag>
214214
</scm>
215215
</project>

tika-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.tika</groupId>
2727
<artifactId>tika-parent</artifactId>
28-
<version>2.2.1-SNAPSHOT</version>
28+
<version>2.2.1</version>
2929
<relativePath>../tika-parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -291,6 +291,6 @@
291291
</ciManagement>
292292

293293
<scm>
294-
<tag>2.2.1-rc2</tag>
294+
<tag>2.2.1-rc3</tag>
295295
</scm>
296296
</project>

tika-batch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.tika</groupId>
2727
<artifactId>tika-parent</artifactId>
28-
<version>2.2.1-SNAPSHOT</version>
28+
<version>2.2.1</version>
2929
<relativePath>../tika-parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -145,6 +145,6 @@
145145
</build>
146146

147147
<scm>
148-
<tag>2.2.1-rc2</tag>
148+
<tag>2.2.1-rc3</tag>
149149
</scm>
150150
</project>

tika-bundles/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<artifactId>tika-parent</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../tika-parent/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

2929
<artifactId>tika-bundles</artifactId>
30-
<version>2.2.1-SNAPSHOT</version>
30+
<version>2.2.1</version>
3131
<name>Apache Tika bundles module</name>
3232

3333
<packaging>pom</packaging>
@@ -46,6 +46,6 @@
4646
</dependencies>
4747

4848
<scm>
49-
<tag>2.2.1-rc2</tag>
49+
<tag>2.2.1-rc3</tag>
5050
</scm>
5151
</project>

tika-bundles/tika-bundle-standard/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>org.apache.tika</groupId>
2626
<artifactId>tika-bundles</artifactId>
27-
<version>2.2.1-SNAPSHOT</version>
27+
<version>2.2.1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>tika-bundle-standard</artifactId>
32-
<version>2.2.1-SNAPSHOT</version>
32+
<version>2.2.1</version>
3333
<packaging>bundle</packaging>
3434
<name>Apache Tika OSGi standard bundle</name>
3535

@@ -417,7 +417,7 @@
417417
</ciManagement>
418418

419419
<scm>
420-
<tag>2.2.1-rc2</tag>
420+
<tag>2.2.1-rc3</tag>
421421
</scm>
422422
</project>
423423

tika-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.tika</groupId>
2727
<artifactId>tika-parent</artifactId>
28-
<version>2.2.1-SNAPSHOT</version>
28+
<version>2.2.1</version>
2929
<relativePath>../tika-parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -272,6 +272,6 @@
272272
</ciManagement>
273273

274274
<scm>
275-
<tag>2.2.1-rc2</tag>
275+
<tag>2.2.1-rc3</tag>
276276
</scm>
277277
</project>

tika-eval/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.tika</groupId>
2626
<artifactId>tika-parent</artifactId>
27-
<version>2.2.1-SNAPSHOT</version>
27+
<version>2.2.1</version>
2828
<relativePath>../tika-parent/pom.xml</relativePath>
2929
</parent>
3030

@@ -83,6 +83,6 @@
8383
</build>
8484

8585
<scm>
86-
<tag>2.2.1-rc2</tag>
86+
<tag>2.2.1-rc3</tag>
8787
</scm>
8888
</project>

tika-eval/tika-eval-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-eval</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -232,6 +232,6 @@
232232
</build>
233233

234234
<scm>
235-
<tag>2.2.1-rc2</tag>
235+
<tag>2.2.1-rc3</tag>
236236
</scm>
237237
</project>

tika-eval/tika-eval-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-eval</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -220,6 +220,6 @@
220220
</build>
221221

222222
<scm>
223-
<tag>2.2.1-rc2</tag>
223+
<tag>2.2.1-rc3</tag>
224224
</scm>
225225
</project>

tika-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.tika</groupId>
2727
<artifactId>tika-parent</artifactId>
28-
<version>2.2.1-SNAPSHOT</version>
28+
<version>2.2.1</version>
2929
<relativePath>../tika-parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -156,6 +156,6 @@
156156
</build>
157157

158158
<scm>
159-
<tag>2.2.1-rc2</tag>
159+
<tag>2.2.1-rc3</tag>
160160
</scm>
161161
</project>

tika-fuzzing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tika</groupId>
2323
<artifactId>tika-parent</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../tika-parent/pom.xml</relativePath>
2626
</parent>
2727

tika-integration-tests/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.tika</groupId>
2323
<artifactId>tika-parent</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../tika-parent/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
@@ -60,6 +60,6 @@
6060
</dependencies>
6161

6262
<scm>
63-
<tag>2.2.1-rc2</tag>
63+
<tag>2.2.1-rc3</tag>
6464
</scm>
6565
</project>

tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-integration-tests</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -71,6 +71,6 @@
7171
</build>
7272

7373
<scm>
74-
<tag>2.2.1-rc2</tag>
74+
<tag>2.2.1-rc3</tag>
7575
</scm>
7676
</project>

tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-integration-tests</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -56,6 +56,6 @@
5656
</dependencies>
5757

5858
<scm>
59-
<tag>2.2.1-rc2</tag>
59+
<tag>2.2.1-rc3</tag>
6060
</scm>
6161
</project>

tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-integration-tests</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -63,6 +63,6 @@
6363
</dependencies>
6464

6565
<scm>
66-
<tag>2.2.1-rc2</tag>
66+
<tag>2.2.1-rc3</tag>
6767
</scm>
6868
</project>

tika-java7/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.tika</groupId>
2727
<artifactId>tika-parent</artifactId>
28-
<version>2.2.1-SNAPSHOT</version>
28+
<version>2.2.1</version>
2929
<relativePath>../tika-parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -115,6 +115,6 @@
115115
</ciManagement>
116116

117117
<scm>
118-
<tag>2.2.1-rc2</tag>
118+
<tag>2.2.1-rc3</tag>
119119
</scm>
120120
</project>

tika-langdetect/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.tika</groupId>
2323
<artifactId>tika-parent</artifactId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<relativePath>../tika-parent/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
@@ -107,6 +107,6 @@
107107
</build>
108108

109109
<scm>
110-
<tag>2.2.1-rc2</tag>
110+
<tag>2.2.1-rc3</tag>
111111
</scm>
112112
</project>

tika-langdetect/tika-langdetect-lingo24/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-langdetect</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -65,6 +65,6 @@
6565
</dependencies>
6666

6767
<scm>
68-
<tag>2.2.1-rc2</tag>
68+
<tag>2.2.1-rc3</tag>
6969
</scm>
7070
</project>

tika-langdetect/tika-langdetect-mitll-text/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-langdetect</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -65,6 +65,6 @@
6565
</dependencies>
6666

6767
<scm>
68-
<tag>2.2.1-rc2</tag>
68+
<tag>2.2.1-rc3</tag>
6969
</scm>
7070
</project>

tika-langdetect/tika-langdetect-opennlp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-langdetect</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -60,6 +60,6 @@
6060
</build>
6161

6262
<scm>
63-
<tag>2.2.1-rc2</tag>
63+
<tag>2.2.1-rc3</tag>
6464
</scm>
6565
</project>

tika-langdetect/tika-langdetect-optimaize/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-langdetect</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -46,6 +46,6 @@
4646
</dependencies>
4747

4848
<scm>
49-
<tag>2.2.1-rc2</tag>
49+
<tag>2.2.1-rc3</tag>
5050
</scm>
5151
</project>

tika-langdetect/tika-langdetect-test-commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tika-langdetect</artifactId>
2323
<groupId>org.apache.tika</groupId>
24-
<version>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -46,6 +46,6 @@
4646
</build>
4747

4848
<scm>
49-
<tag>2.2.1-rc2</tag>
49+
<tag>2.2.1-rc3</tag>
5050
</scm>
5151
</project>

0 commit comments

Comments
 (0)