This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git


The following commit(s) were added to refs/heads/master by this push:
     new 454befc  Remove snapshot repositories
454befc is described below

commit 454befc5c79e4937d2e0e4cc6c9afac403a80d60
Author: Thomas Watson <[email protected]>
AuthorDate: Wed Jan 13 10:43:14 2021 -0600

    Remove snapshot repositories
---
 atomos.examples/atomos.examples.jlink/pom.xml | 11 -----------
 atomos.osgi.frameworks/felix/pom.xml          | 11 +----------
 2 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/atomos.examples/atomos.examples.jlink/pom.xml 
b/atomos.examples/atomos.examples.jlink/pom.xml
index ed7dee7..a054784 100644
--- a/atomos.examples/atomos.examples.jlink/pom.xml
+++ b/atomos.examples/atomos.examples.jlink/pom.xml
@@ -12,17 +12,6 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 
-    <repositories>
-        <repository>
-            <id>apache-snapshots</id>
-            <url>https://repository.apache.org/snapshots</url>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-            </snapshots>
-        </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/atomos.osgi.frameworks/felix/pom.xml 
b/atomos.osgi.frameworks/felix/pom.xml
index 37a0f95..790d7c7 100644
--- a/atomos.osgi.frameworks/felix/pom.xml
+++ b/atomos.osgi.frameworks/felix/pom.xml
@@ -12,16 +12,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
-    <repositories>
-        <repository>
-            <id>apache-snapshots</id>
-            <url>https://repository.apache.org/snapshots</url>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-            </snapshots>
-        </repository>
-    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.felix</groupId>

Reply via email to