[slf4j-dev] svn commit: r675 - slf4j/trunk/slf4j-archetype/src/main/resources/archetype-resources
ceki at slf4j.org
ceki at slf4j.org
Thu Dec 28 22:30:45 CET 2006
Author: ceki
Date: Thu Dec 28 22:30:44 2006
New Revision: 675
Modified:
slf4j/trunk/slf4j-archetype/src/main/resources/archetype-resources/pom.xml
Log:
the parent pom has the artifactId "slf4j-parent"
Modified: slf4j/trunk/slf4j-archetype/src/main/resources/archetype-resources/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ slf4j/trunk/slf4j-archetype/src/main/resources/archetype-resources/pom.xml Thu Dec 28 22:30:44 2006
@@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j</artifactId>
+ <artifactId>slf4j-parent</artifactId>
<version>1.2-SNAPSHOT</version>
</parent>
More information about the slf4j-dev
mailing list