Skip to content

Commit

Permalink
prep for 2.3.0 release process
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Feb 2, 2022
1 parent b578212 commit 243701a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,15 @@
</build>
</profile>
</profiles>

<!--
<connection>scm:git:https://github.com/apache/</connection>
<developerConnection>scm:git:https://github.com/apache/</developerConnection>
<url>https://github.com/apache/tika</url>
-->
<scm>
<tag>2.2.1-rc2</tag>
<tag>2.3.0-rc1</tag>
<connection>scm:git:https://github.com/apache/</connection>
<developerConnection>scm:git:https://github.com/apache/</developerConnection>
<url>https://github.com/apache/tika</url>
</scm>
</project>

0 comments on commit 243701a

Please sign in to comment.