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>
        
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to