
Author: seb Date: Wed Jul 26 19:28:05 2006 New Revision: 336 Modified: logback/access/trunk/pom.xml Log: modified project + assembly names Modified: logback/access/trunk/pom.xml ============================================================================== --- logback/access/trunk/pom.xml (original) +++ logback/access/trunk/pom.xml Wed Jul 26 19:28:05 2006 @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>ch.qos.logback</groupId> - <artifactId>lb-access</artifactId> + <artifactId>logback-access</artifactId> <packaging>jar</packaging> <version>0.1</version> <name>Logback Access Module</name> @@ -29,7 +29,7 @@ <dependencies> <dependency> <groupId>ch.qos.logback</groupId> - <artifactId>lb-core</artifactId> + <artifactId>logback-core</artifactId> <version>0.1</version> <scope>compile</scope> </dependency>