Author: kwright
Date: Tue Apr 19 13:28:56 2022
New Revision: 1900034
URL: http://svn.apache.org/viewvc?rev=1900034&view=rev
Log:
Pull in new LDAP mapping connector
Added:
manifoldcf/trunk/connectors/ldapmapper/
- copied from r1900033,
manifoldcf/branches/CONNECTORS-1692/connectors/ldapmapper/
Modified:
manifoldcf/trunk/ (props changed)
manifoldcf/trunk/connectors/ldapmapper/pom.xml
manifoldcf/trunk/connectors/pom.xml
Propchange: manifoldcf/trunk/
------------------------------------------------------------------------------
Merged /manifoldcf/branches/CONNECTORS-1692:r1896915-1900033
Modified: manifoldcf/trunk/connectors/ldapmapper/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/ldapmapper/pom.xml?rev=1900034&r1=1900033&r2=1900034&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/ldapmapper/pom.xml (original)
+++ manifoldcf/trunk/connectors/ldapmapper/pom.xml Tue Apr 19 13:28:56 2022
@@ -2,7 +2,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>2.22-SNAPSHOT</version>
+ <version>2.23-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/pom.xml?rev=1900034&r1=1900033&r2=1900034&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/pom.xml (original)
+++ manifoldcf/trunk/connectors/pom.xml Tue Apr 19 13:28:56 2022
@@ -58,6 +58,7 @@
<module>googledrive</module>
<module>jira</module>
<module>generic</module>
+ <module>ldapmapper</module>
<module>regexpmapper</module>
<module>email</module>
<module>amazoncloudsearch</module>