
Author: seb Date: Wed Jul 26 19:28:03 2006 New Revision: 335 Modified: logback/core/trunk/pom.xml Log: modified project + assembly names Modified: logback/core/trunk/pom.xml ============================================================================== --- logback/core/trunk/pom.xml (original) +++ logback/core/trunk/pom.xml Wed Jul 26 19:28:03 2006 @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>ch.qos.logback</groupId> - <artifactId>lb-core</artifactId> + <artifactId>logback-core</artifactId> <packaging>jar</packaging> <version>0.1</version> <name>Logback Core Module</name> @@ -93,7 +93,7 @@ </descriptor> </descriptors> <finalName> - LogbackCore-${project.version} + logback-core-${project.version} </finalName> <appendAssemblyId>false</appendAssemblyId> <outputDirectory>target/site/dist/</outputDirectory>