You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/11/02 21:27:49 UTC

svn commit: r330351 - in /directory/clients/ldap/branches/clients-ldap-utf8: project.xml src/java/ src/main/ src/main/java/

Author: akarasulu
Date: Wed Nov  2 12:27:45 2005
New Revision: 330351

URL: http://svn.apache.org/viewcvs?rev=330351&view=rev
Log:
cleaned up deps and using modern maven layout for src/main/java

Added:
    directory/clients/ldap/branches/clients-ldap-utf8/src/main/
    directory/clients/ldap/branches/clients-ldap-utf8/src/main/java/
      - copied from r330350, directory/clients/ldap/branches/clients-ldap-utf8/src/java/
Removed:
    directory/clients/ldap/branches/clients-ldap-utf8/src/java/
Modified:
    directory/clients/ldap/branches/clients-ldap-utf8/project.xml

Modified: directory/clients/ldap/branches/clients-ldap-utf8/project.xml
URL: http://svn.apache.org/viewcvs/directory/clients/ldap/branches/clients-ldap-utf8/project.xml?rev=330351&r1=330350&r2=330351&view=diff
==============================================================================
--- directory/clients/ldap/branches/clients-ldap-utf8/project.xml (original)
+++ directory/clients/ldap/branches/clients-ldap-utf8/project.xml Wed Nov  2 12:27:45 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="maven-project.xsd">
     <pomVersion>3</pomVersion>
-    <currentVersion>0.9.1-SNAPSHOT</currentVersion>
+    <currentVersion>0.9.4-SNAPSHOT</currentVersion>
     <groupId>directory-clients</groupId>
     <artifactId>ldap-clients</artifactId>
     <name>ldap-clients</name>
@@ -41,7 +41,7 @@
     </licenses>
     <build>
         <nagEmailAddress>dev@directory.apache.org</nagEmailAddress>
-        <sourceDirectory>${basedir}/src/java</sourceDirectory>
+        <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
         <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
         <unitTest>
             <includes>
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>directory-shared</groupId>
             <artifactId>ldap-common</artifactId>
-            <version>0.9.3-SNAPSHOT</version>
+            <version>0.9.4-SNAPSHOT</version>
             <type>jar</type>
         </dependency>
     </dependencies>