Repository: tika
Updated Branches:
  refs/heads/master 1299c9e49 -> 1b7009d0b


TIKA-1878 Make the Apache SIS version a property, to allow for easier upgrades


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/963a916a
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/963a916a
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/963a916a

Branch: refs/heads/master
Commit: 963a916aab134d05b15df7381994aa06294d5213
Parents: 1299c9e
Author: Nick Burch <[email protected]>
Authored: Sun Mar 6 12:38:16 2016 +0000
Committer: Nick Burch <[email protected]>
Committed: Sun Mar 6 12:38:16 2016 +0000

----------------------------------------------------------------------
 tika-parsers/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/963a916a/tika-parsers/pom.xml
----------------------------------------------------------------------
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 088a6e9..be47ae5 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -45,6 +45,7 @@
     <pdfbox.version>1.8.11</pdfbox.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <cxf.version>3.0.3</cxf.version>
+    <sis.version>0.5</sis.version>
   </properties>
 
   <dependencies>
@@ -335,17 +336,17 @@
     <dependency>
       <groupId>org.apache.sis.core</groupId>
       <artifactId>sis-utility</artifactId>
-      <version>0.5</version>
+      <version>${sis.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sis.storage</groupId>
       <artifactId>sis-netcdf</artifactId>
-      <version>0.5</version>
+      <version>${sis.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sis.core</groupId>
       <artifactId>sis-metadata</artifactId>
-      <version>0.5</version>
+      <version>${sis.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opengis</groupId>

Reply via email to