[slf4j-dev] svn commit: r713 - slf4j/trunk

seb at slf4j.org seb at slf4j.org
Tue Feb 6 19:48:40 CET 2007


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



More information about the slf4j-dev mailing list