You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2016/11/23 00:23:52 UTC

svn commit: r1770899 - in /manifoldcf/branches/CONNECTORS-1290: connectors/nuxeo/pom.xml pom.xml

Author: kwright
Date: Wed Nov 23 00:23:52 2016
New Revision: 1770899

URL: http://svn.apache.org/viewvc?rev=1770899&view=rev
Log:
Use variables to get the dependency versions aligned with ant build.

Modified:
    manifoldcf/branches/CONNECTORS-1290/connectors/nuxeo/pom.xml
    manifoldcf/branches/CONNECTORS-1290/pom.xml

Modified: manifoldcf/branches/CONNECTORS-1290/connectors/nuxeo/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290/connectors/nuxeo/pom.xml?rev=1770899&r1=1770898&r2=1770899&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1290/connectors/nuxeo/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1290/connectors/nuxeo/pom.xml Wed Nov 23 00:23:52 2016
@@ -346,26 +346,26 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
+      <version>${commons-logging.version}</version>
       <scope>test</scope>
     </dependency>
 
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.16</version>
+      <version>${log4j.version}</version>
       <scope>provided</scope>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>com.googlecode.json-simple</groupId>
       <artifactId>json-simple</artifactId>
-      <version>1.1</version>
+      <version>${json-simple.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.8</version>
+      <version>${commons-codec.version}</version>
     </dependency>
   </dependencies>
 

Modified: manifoldcf/branches/CONNECTORS-1290/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1290/pom.xml?rev=1770899&r1=1770898&r2=1770899&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1290/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1290/pom.xml Wed Nov 23 00:23:52 2016
@@ -88,6 +88,7 @@
     <jhighlight.version>1.0.3</jhighlight.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <hadoop.version>2.6.0</hadoop.version>
+    <json-simple.version>1.1.1</json-simple.version>
   </properties>
 
   <modules>