Author: akarasulu Date: Tue Dec 7 13:52:59 2004 New Revision: 111149 URL: http://svn.apache.org/viewcvs?view=rev&rev=111149 Log: Changes ... o cleaned up build o removed all snapshot deps o renamed target jars
Modified: incubator/directory/eve/trunk/dib/project.xml incubator/directory/eve/trunk/main/project.xml incubator/directory/eve/trunk/project.properties Modified: incubator/directory/eve/trunk/dib/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/dib/project.xml?view=diff&rev=111149&p1=incubator/directory/eve/trunk/dib/project.xml&r1=111148&p2=incubator/directory/eve/trunk/dib/project.xml&r2=111149 ============================================================================== --- incubator/directory/eve/trunk/dib/project.xml (original) +++ incubator/directory/eve/trunk/dib/project.xml Tue Dec 7 13:52:59 2004 @@ -2,17 +2,17 @@ <project> <extend>${basedir}/../project.xml</extend> <pomVersion>1</pomVersion> - <artifactId>eve-jndi-provider</artifactId> + <artifactId>eve-dib</artifactId> <groupId>incubator-directory</groupId> - <id>eve-jndi-provider</id> + <id>eve-dib</id> <name>Eve JNDI Provider</name> <package>org.apache.eve</package> - <currentVersion>SNAPSHOT</currentVersion> <inceptionYear>2002</inceptionYear> - <shortDescription>The Eve JNDI Provider</shortDescription> + <shortDescription>Eve's directory information base</shortDescription> <description> - Eve's backend subsystem is a JNDI Provider. The provider translates JNDI - operations to backing store calls on Eve database partitions. Eve's + Eve's backend subsystem or directory information base (DIB) is a JNDI + Provider. The provider translates JNDI operations to backing store calls + on Eve database partitions which constitute the DIB for the DSA. Eve's database partitions may hang off of separate naming contexts. The provider uses the LDAP namespace but it is not intended to be an LDAP client. The provider may have to talk LDAP over the wire only when it needs to chase a @@ -53,58 +53,55 @@ <dependency> <groupId>jdbm</groupId> <artifactId>jdbm</artifactId> - <version>SNAPSHOT</version> - <type>jar</type> + <version>0.20-dev</version> <url>http://jdbm.sourceforge.net</url> </dependency> <dependency> <groupId>incubator-directory</groupId> <artifactId>ldap-common</artifactId> - <version>SNAPSHOT</version> - <type>jar</type> + <version>0.8.0</version> </dependency> <dependency> <groupId>aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.2</version> - <type>jar</type> </dependency> <dependency> <groupId>incubator-directory</groupId> <artifactId>eve-shared</artifactId> - <version>SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> <artifactId>eve-protocol</artifactId> - <version>SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> - <artifactId>codec-stateful</artifactId> - <version>SNAPSHOT</version> + <artifactId>snickers-codec</artifactId> + <version>0.2.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> - <artifactId>ldap-ber-provider</artifactId> - <version>SNAPSHOT</version> + <artifactId>ldap-snickers-provider</artifactId> + <version>0.8.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> - <artifactId>snickers-ber-codec</artifactId> - <version>SNAPSHOT</version> + <artifactId>snickers-ber</artifactId> + <version>0.2.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> <artifactId>seda</artifactId> - <version>SNAPSHOT</version> + <version>0.2.0</version> </dependency> <!-- The Eve Maven Plugin --> <dependency> <groupId>incubator-directory</groupId> <artifactId>maven-eve-plugin</artifactId> - <version>1.0</version> + <version>0.8.0</version> <type>plugin</type> </dependency> </dependencies> Modified: incubator/directory/eve/trunk/main/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/main/project.xml?view=diff&rev=111149&p1=incubator/directory/eve/trunk/main/project.xml&r1=111148&p2=incubator/directory/eve/trunk/main/project.xml&r2=111149 ============================================================================== --- incubator/directory/eve/trunk/main/project.xml (original) +++ incubator/directory/eve/trunk/main/project.xml Tue Dec 7 13:52:59 2004 @@ -7,7 +7,6 @@ <id>eve</id> <name>Eve</name> <package>org.apache.eve</package> - <currentVersion>SNAPSHOT</currentVersion> <inceptionYear>2003</inceptionYear> <shortDescription>A single executable Eve jar</shortDescription> @@ -52,7 +51,7 @@ <dependency> <groupId>commons-primitives</groupId> <artifactId>commons-primitives</artifactId> - <version>SNAPSHOT</version> + <version>20041207.202534</version> <url>http://jakarta.apache.org/commons/primitives</url> </dependency> <dependency> @@ -64,56 +63,53 @@ <dependency> <groupId>jdbm</groupId> <artifactId>jdbm</artifactId> - <version>SNAPSHOT</version> - <type>jar</type> + <version>0.20-dev</version> <url>http://jdbm.sourceforge.net</url> </dependency> <dependency> <groupId>incubator-directory</groupId> <artifactId>ldap-common</artifactId> - <version>SNAPSHOT</version> - <type>jar</type> + <version>0.8.0</version> </dependency> <dependency> <groupId>aspectj</groupId> <artifactId>aspectjrt</artifactId> <version>1.2</version> - <type>jar</type> </dependency> <dependency> <groupId>incubator-directory</groupId> <artifactId>eve-shared</artifactId> - <version>SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> <artifactId>eve-protocol</artifactId> - <version>SNAPSHOT</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> - <artifactId>codec-stateful</artifactId> - <version>SNAPSHOT</version> + <artifactId>snickers-codec</artifactId> + <version>0.2.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> - <artifactId>ldap-ber-provider</artifactId> - <version>SNAPSHOT</version> + <artifactId>ldap-snickers-provider</artifactId> + <version>0.8.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> - <artifactId>snickers-ber-codec</artifactId> - <version>SNAPSHOT</version> + <artifactId>snickers-ber</artifactId> + <version>0.2.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> <artifactId>seda</artifactId> - <version>SNAPSHOT</version> + <version>0.2.0</version> </dependency> <dependency> <groupId>incubator-directory</groupId> - <artifactId>eve-jndi-provider</artifactId> - <version>SNAPSHOT</version> + <artifactId>eve-dib</artifactId> + <version>0.8.0</version> </dependency> <dependency> <groupId>maven-plugins</groupId> Modified: incubator/directory/eve/trunk/project.properties Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.properties?view=diff&rev=111149&p1=incubator/directory/eve/trunk/project.properties&r1=111148&p2=incubator/directory/eve/trunk/project.properties&r2=111149 ============================================================================== --- incubator/directory/eve/trunk/project.properties (original) +++ incubator/directory/eve/trunk/project.properties Tue Dec 7 13:52:59 2004 @@ -9,7 +9,7 @@ # remote repository properties # -maven.repo.remote=http://cvs.apache.org/repository, http://ibiblio.org/maven +maven.repo.remote=http://cvs.apache.org/repository, http://mirrors.sunsite.dk/maven/ maven.repo.central=minotaur.apache.org maven.repo.central.directory=/www/cvs.apache.org/repository maven.remote.group=apcvs
