You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2018/08/09 16:03:58 UTC

[tika] branch master updated: TIKA-2672 -- upgrade to dl4j 1.0.0-beta2

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/master by this push:
     new 98d7ca0  TIKA-2672 -- upgrade to dl4j 1.0.0-beta2
98d7ca0 is described below

commit 98d7ca08bebe4f62cf44896883aaf36d52088158
Author: TALLISON <ta...@apache.org>
AuthorDate: Thu Aug 9 12:03:45 2018 -0400

    TIKA-2672 -- upgrade to dl4j 1.0.0-beta2
---
 tika-dl/pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/tika-dl/pom.xml b/tika-dl/pom.xml
index d7d5992..fb92250 100644
--- a/tika-dl/pom.xml
+++ b/tika-dl/pom.xml
@@ -36,7 +36,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <dl4j.version>1.0.0-SNAPSHOT</dl4j.version>
+    <dl4j.version>1.0.0-beta2</dl4j.version>
   </properties>
 
   <dependencies>
@@ -346,14 +346,4 @@
 
     </plugins>
   </build>
-  <repositories>
-    <repository>
-      <id>oss-sonatype</id>
-      <name>oss-sonatype</name>
-      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
 </project>