Author: kwright
Date: Mon Jan 20 13:26:51 2014
New Revision: 1559688
URL: http://svn.apache.org/r1559688
Log:
Fix maven build; CONNECTORS-865.
Modified:
manifoldcf/branches/release-1.5-branch/CHANGES.txt
manifoldcf/branches/release-1.5-branch/test-materials/alfresco-4-war/pom.xml
Modified: manifoldcf/branches/release-1.5-branch/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.5-branch/CHANGES.txt?rev=1559688&r1=1559687&r2=1559688&view=diff
==============================================================================
--- manifoldcf/branches/release-1.5-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-1.5-branch/CHANGES.txt Mon Jan 20 13:26:51 2014
@@ -3,6 +3,9 @@ $Id$
======================= Release 1.5 =====================
+CONNECTORS-865: Fix maven build.
+(Piergiorgio Lucidi)
+
CONNECTORS-863: Increase the number of zookeeper connections allowed;
this permits agents processes to start on linux.
(Karl Wright)
Modified:
manifoldcf/branches/release-1.5-branch/test-materials/alfresco-4-war/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.5-branch/test-materials/alfresco-4-war/pom.xml?rev=1559688&r1=1559687&r2=1559688&view=diff
==============================================================================
---
manifoldcf/branches/release-1.5-branch/test-materials/alfresco-4-war/pom.xml
(original)
+++
manifoldcf/branches/release-1.5-branch/test-materials/alfresco-4-war/pom.xml
Mon Jan 20 13:26:51 2014
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-test-materials</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
</parent>
<properties>