
Author: seb Date: Tue Jul 18 09:53:08 2006 New Revision: 97 Modified: logback/access/trunk/pom.xml Log: modified artifact names: access to lb-access Modified: logback/access/trunk/pom.xml ============================================================================== --- logback/access/trunk/pom.xml (original) +++ logback/access/trunk/pom.xml Tue Jul 18 09:53:08 2006 @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>ch.qos.logback</groupId> - <artifactId>access</artifactId> + <artifactId>lb-access</artifactId> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> <name>LOGBack Access Module</name> @@ -19,7 +19,7 @@ <dependencies> <dependency> <groupId>ch.qos.logback</groupId> - <artifactId>core</artifactId> + <artifactId>lb-core</artifactId> <version>0.1-SNAPSHOT</version> <scope>compile</scope> </dependency>