You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2017/06/23 23:06:52 UTC

[03/13] archiva git commit: [MRM-1952] add jetty snapshot repositories

[MRM-1952] add jetty snapshot repositories

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/01431332
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/01431332
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/01431332

Branch: refs/heads/feature/jcr_oak
Commit: 014313320f16943a5be10248b101e01090b1d25e
Parents: c8fd32b
Author: olivier lamy <ol...@apache.org>
Authored: Sat Jun 17 09:20:02 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Jun 17 09:20:02 2017 +1000

----------------------------------------------------------------------
 pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/01431332/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ae60174..7fc5386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1901,6 +1901,17 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>jetty.snapshots</id>
+      <name>Jetty Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
@@ -1914,5 +1925,16 @@
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
+    <pluginRepository>
+      <id>jetty.snapshots</id>
+      <name>Jetty Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
   </pluginRepositories>
 </project>