[LOGBack-dev] svn commit: r377 - logback/access/trunk

noreply.seb at qos.ch noreply.seb at qos.ch
Fri Jul 28 11:57:20 CEST 2006


Author: seb
Date: Fri Jul 28 11:57:19 2006
New Revision: 377

Modified:
   logback/access/trunk/pom.xml
Log:
tagged 0.1 and updated pom files to 0.2-SNAPSHOT

Modified: logback/access/trunk/pom.xml
==============================================================================
--- logback/access/trunk/pom.xml	(original)
+++ logback/access/trunk/pom.xml	Fri Jul 28 11:57:19 2006
@@ -7,7 +7,7 @@
 	<groupId>ch.qos.logback</groupId>
 	<artifactId>logback-access</artifactId>
 	<packaging>jar</packaging>
-	<version>0.1</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Logback Access Module</name>
 
 	<url>http://logback.qos.ch/access</url>
@@ -30,7 +30,7 @@
 		<dependency>
 			<groupId>ch.qos.logback</groupId>
 			<artifactId>logback-core</artifactId>
-			<version>0.1</version>
+			<version>0.2-SNAPSHOT</version>
 			<scope>compile</scope>
 		</dependency>
 



More information about the logback-dev mailing list