Skip to content

Commit b5a8b75

Browse files
committed
group release
1 parent b88d590 commit b5a8b75

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
>
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.opensextant</groupId>
7-
<version>3.0</version>
7+
<version>3.0.3</version>
88
<name>XText</name>
99
<artifactId>opensextant-xponents-xtext</artifactId>
1010
<description>Content extraction simplified! Retrieve text, data and metadata from binary documents using Tika and similar toolkits</description>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.opensextant</groupId>
4141
<artifactId>opensextant-xponents</artifactId>
42-
<version>3.0</version>
42+
<version>3.0.3</version>
4343
<exclusions>
4444
<exclusion>
4545
<groupId>org.opensextant</groupId>
@@ -84,12 +84,14 @@
8484
<artifactId>java-getopt</artifactId>
8585
<version>1.0.13</version>
8686
</dependency>
87+
<!--
8788
<dependency>
8889
<groupId>org.apache.poi</groupId>
8990
<artifactId>poi</artifactId>
9091
<version>${poi.version}</version>
9192
<scope>runtime</scope>
9293
</dependency>
94+
-->
9395
<!-- Override JSON-lib use of old commons-lang 2.5 -->
9496
<dependency>
9597
<groupId>commons-lang</groupId>
@@ -150,12 +152,12 @@
150152
<dependency>
151153
<groupId>org.apache.tika</groupId>
152154
<artifactId>tika-core</artifactId>
153-
<version>1.17</version>
155+
<version>1.18</version>
154156
</dependency>
155157
<dependency>
156158
<groupId>org.apache.tika</groupId>
157159
<artifactId>tika-parsers</artifactId>
158-
<version>1.17</version>
160+
<version>1.18</version>
159161
<exclusions>
160162
<exclusion>
161163
<groupId>org.apache.sis.storage</groupId>
@@ -617,4 +619,4 @@
617619
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
618620
</repository>
619621
</distributionManagement>
620-
</project>
622+
</project>

0 commit comments

Comments
 (0)