You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/02/12 09:03:27 UTC

[2/8] syncope git commit: [SYNCOPE-635] fixes

[SYNCOPE-635] fixes


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/6f0fbc17
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6f0fbc17
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6f0fbc17

Branch: refs/heads/master
Commit: 6f0fbc17946f82f2bbd8b3665495f56d08e6ce06
Parents: 2c4b4b8
Author: fmartelli <fa...@gmail.com>
Authored: Wed Feb 11 17:47:30 2015 +0100
Committer: fmartelli <fa...@gmail.com>
Committed: Wed Feb 11 17:47:30 2015 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/6f0fbc17/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d189ac5..b02c2f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,7 +309,7 @@ under the License.
     <connid.version>1.3.3</connid.version>
     <connid.soap.version>1.2.7</connid.soap.version>
     <connid.db.table.version>2.1.6</connid.db.table.version>
-    <connid.csvdir.version>0.7</connid.csvdir.version>
+    <connid.csvdir.version>0.7.1</connid.csvdir.version>
     <connid.ldap.version>1.3.6</connid.ldap.version>
     <connid.ad.version>1.1.6</connid.ad.version>
 
@@ -1337,6 +1337,7 @@ under the License.
             <exclude>.externalToolBuilders/**</exclude>
             <exclude>.git/**</exclude>
             <exclude>.idea/**</exclude>
+            <exclude>**/target/**/*.*</exclude>
             <exclude>**/.*</exclude>
           </excludes>
         </configuration>