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 2019/04/25 20:45:04 UTC

svn commit: r1858162 - /manifoldcf/trunk/connectors/jcifs/pom.xml

Author: kwright
Date: Thu Apr 25 20:45:04 2019
New Revision: 1858162

URL: http://svn.apache.org/viewvc?rev=1858162&view=rev
Log:
Fix pom syntax

Modified:
    manifoldcf/trunk/connectors/jcifs/pom.xml

Modified: manifoldcf/trunk/connectors/jcifs/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/jcifs/pom.xml?rev=1858162&r1=1858161&r2=1858162&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/jcifs/pom.xml (original)
+++ manifoldcf/trunk/connectors/jcifs/pom.xml Thu Apr 25 20:45:04 2019
@@ -206,7 +206,7 @@
     <dependency>
       <groupId>eu.agno3.jcifs</groupId>
       <artifactId>jcifs-ng</artifactId>
-      <version>2.1.2</version/>
+      <version>2.1.2</version>
     </dependency>
     
     <!-- Testing dependencies -->