
Author: seb Date: Fri Jul 21 10:14:09 2006 New Revision: 223 Modified: logback/core/trunk/pom.xml Log: back to 0.1-SNAPSHOT version Modified: logback/core/trunk/pom.xml ============================================================================== --- logback/core/trunk/pom.xml (original) +++ logback/core/trunk/pom.xml Fri Jul 21 10:14:09 2006 @@ -6,7 +6,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>lb-core</artifactId> <packaging>jar</packaging> - <version>0.2-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>LOGBack Core Module</name> <url>http://logback.qos.ch</url> @@ -108,7 +108,7 @@ clean, site, assembly:assembly </preparationGoals> <goals> - clean, site, assembly:assembly + clean, site, assembly:assembly site:deploy </goals> </configuration> </plugin>