Author: seb
Date: Tue Feb  6 19:48:40 2007
New Revision: 713

Modified:
   slf4j/trunk/pom.xml

Log:
Added access to the apache snapshot repo

Modified: slf4j/trunk/pom.xml
==============================================================================
--- slf4j/trunk/pom.xml (original)
+++ slf4j/trunk/pom.xml Tue Feb  6 19:48:40 2007
@@ -127,7 +127,20 @@
     </profile>
   </profiles>
 
-
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Plugin Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  
        <reporting>
                <plugins>
                        <plugin>
@@ -190,5 +203,5 @@
     </repository>
 
        </distributionManagement>
-
+  
 </project>
\ No newline at end of file
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to