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 2014/01/23 23:58:19 UTC

svn commit: r1560844 - /manifoldcf/branches/release-1.5-branch/tests/alfresco/pom.xml

Author: kwright
Date: Thu Jan 23 22:58:19 2014
New Revision: 1560844

URL: http://svn.apache.org/r1560844
Log:
Fix another incorrect maven version

Modified:
    manifoldcf/branches/release-1.5-branch/tests/alfresco/pom.xml

Modified: manifoldcf/branches/release-1.5-branch/tests/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.5-branch/tests/alfresco/pom.xml?rev=1560844&r1=1560843&r2=1560844&view=diff
==============================================================================
--- manifoldcf/branches/release-1.5-branch/tests/alfresco/pom.xml (original)
+++ manifoldcf/branches/release-1.5-branch/tests/alfresco/pom.xml Thu Jan 23 22:58:19 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.5-SNAPSHOT</version>
+    <version>1.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>