
Author: seb Date: Thu Jul 20 16:08:14 2006 New Revision: 182 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 Thu Jul 20 16:08:14 2006 @@ -6,7 +6,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>lb-core</artifactId> <packaging>jar</packaging> - <version>0.1.1-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>LOGBack Core Module</name> <url>http://logback.qos.ch</url> @@ -108,7 +108,7 @@ clean, package, site, assembly:assembly </preparationGoals> <goals> - package, site, assembly:assembly + package, package, site, assembly:assembly, site-deploy </goals> </configuration> </plugin> @@ -245,11 +245,11 @@ </developers> - <!-- distributionManagement> + <distributionManagement> <site> <id>pixie</id> <url></url> </site> - </distributionManagement--> + </distributionManagement> </project> \ No newline at end of file