You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2018/06/05 16:34:53 UTC

aries-jax-rs-whiteboard git commit: Cleanup

Repository: aries-jax-rs-whiteboard
Updated Branches:
  refs/heads/master fedbc48cb -> 7dd952cc3


Cleanup


Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/7dd952cc
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/7dd952cc
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/7dd952cc

Branch: refs/heads/master
Commit: 7dd952cc3a82ce211e20a3f0d1a867be0f090bcc
Parents: fedbc48
Author: Carlos Sierra <cs...@apache.org>
Authored: Tue Jun 5 18:34:22 2018 +0200
Committer: Carlos Sierra <cs...@apache.org>
Committed: Tue Jun 5 18:34:22 2018 +0200

----------------------------------------------------------------------
 pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/7dd952cc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6fee9fe..bbd8a24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,23 +185,5 @@
             <url>http://repository.apache.org/snapshots/</url>
             <layout>default</layout>
         </repository>
-        <repository>
-            <id>osgi-releases-and-snapshots</id>
-            <url>https://oss.sonatype.org/content/groups/osgi/</url>
-            <layout>default</layout>
-        </repository>
     </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>bnd-snapshots</id>
-            <url>https://bndtools.ci.cloudbees.com/job/bnd.master/lastSuccessfulBuild/artifact/dist/bundles/</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </pluginRepository>
-    </pluginRepositories>
 </project>
\ No newline at end of file