Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.4.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jun 14, 2022
1 parent 98e9cf8 commit aa3bfef
Show file tree
Hide file tree
Showing 97 changed files with 259 additions and 262 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>tika-parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -211,6 +211,6 @@ least three +1 Tika PMC votes are cast.
</ciManagement>

<scm>
<tag>2.2.1-rc2</tag>
<tag>2.4.1-rc1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions tika-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../tika-parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -286,6 +286,6 @@
</ciManagement>

<scm>
<tag>2.2.1-rc2</tag>
<tag>2.4.1-rc1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions tika-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<relativePath>../tika-parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -138,6 +138,6 @@
</build>

<scm>
<tag>2.2.1-rc2</tag>
<tag>2.4.1-rc1</tag>
</scm>
</project>
Loading

0 comments on commit aa3bfef

Please sign in to comment.