You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by pi...@apache.org on 2014/01/20 14:19:20 UTC

svn commit: r1559684 - in /manifoldcf/trunk: CHANGES.txt test-materials/alfresco-4-war/pom.xml

Author: piergiorgio
Date: Mon Jan 20 13:19:20 2014
New Revision: 1559684

URL: http://svn.apache.org/r1559684
Log:
fixed the version of the parent POM in the module test-materials/alfresco-4-war (CONNECTORS-865)

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1559684&r1=1559683&r2=1559684&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Mon Jan 20 13:19:20 2014
@@ -5,6 +5,9 @@ $Id$
 
 ======================= Release 1.5 =====================
 
+CONNECTORS-865: Wrong version of the parent pom in the alfresco-4-war
+(Piergiorgio Lucidi)
+
 CONNECTORS-863: Increase the number of zookeeper connections allowed;
 this permits agents processes to start on linux.
 (Karl Wright)

Modified: manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml?rev=1559684&r1=1559683&r2=1559684&view=diff
==============================================================================
--- manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml (original)
+++ manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml Mon Jan 20 13:19:20 2014
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-test-materials</artifactId>
-        <version>1.5-SNAPSHOT</version>
+        <version>1.6-SNAPSHOT</version>
     </parent>
     
     <properties>