Author: cschneider
Date: Thu Oct 11 15:30:01 2018
New Revision: 1843564

URL: http://svn.apache.org/viewvc?rev=1843564&view=rev
Log:
FELIX-5961 - Add apache snapshot repo

Modified:
    felix/trunk/systemready/pom.xml

Modified: felix/trunk/systemready/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/systemready/pom.xml?rev=1843564&r1=1843563&r2=1843564&view=diff
==============================================================================
--- felix/trunk/systemready/pom.xml (original)
+++ felix/trunk/systemready/pom.xml Thu Oct 11 15:30:01 2018
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>5</version>
+        <version>6</version>
         <relativePath />
     </parent>
 
@@ -34,6 +34,20 @@
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/systemready</developerConnection>
         <url>http://svn.apache.org/viewvc/felix/trunk/systemready</url>
     </scm>
+    
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>snapshot plugins</name>
+            <url>http://repository.apache.org/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
 
     <build>
         <plugins>


Reply via email to