Author: kwright
Date: Tue Apr 19 13:30:59 2022
New Revision: 1900035

URL: http://svn.apache.org/viewvc?rev=1900035&view=rev
Log:
Add LDAP mapper

Added:
    manifoldcf/branches/release-2.22-branch/connectors/ldapmapper/
      - copied from r1900034, manifoldcf/trunk/connectors/ldapmapper/
Modified:
    manifoldcf/branches/release-2.22-branch/   (props changed)
    manifoldcf/branches/release-2.22-branch/connectors/ldapmapper/pom.xml
    manifoldcf/branches/release-2.22-branch/connectors/pom.xml

Propchange: manifoldcf/branches/release-2.22-branch/
------------------------------------------------------------------------------
  Merged /manifoldcf/branches/CONNECTORS-1692:r1896915-1900033
  Merged /manifoldcf/trunk:r1900034

Modified: manifoldcf/branches/release-2.22-branch/connectors/ldapmapper/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.22-branch/connectors/ldapmapper/pom.xml?rev=1900035&r1=1900034&r2=1900035&view=diff
==============================================================================
--- manifoldcf/branches/release-2.22-branch/connectors/ldapmapper/pom.xml 
(original)
+++ manifoldcf/branches/release-2.22-branch/connectors/ldapmapper/pom.xml Tue 
Apr 19 13:30:59 2022
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>2.23-SNAPSHOT</version>
+    <version>2.22-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-2.22-branch/connectors/pom.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.22-branch/connectors/pom.xml?rev=1900035&r1=1900034&r2=1900035&view=diff
==============================================================================
--- manifoldcf/branches/release-2.22-branch/connectors/pom.xml (original)
+++ manifoldcf/branches/release-2.22-branch/connectors/pom.xml Tue Apr 19 
13:30:59 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>


Reply via email to