You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/02/03 09:03:19 UTC

[cxf-fediz] 03/03: disable staging repo

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 23a2672e7c945405eb708506cff21ffdfb5f23a3
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 3 11:26:04 2020 +0300

    disable staging repo
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 40ce370..4a0260e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,17 +134,17 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
-        <repository>
+        <!--repository>
             <id>apache.staging</id>
             <url>https://repository.apache.org/content/groups/staging/</url>
-            <name>Apache Snapshot Repo</name>
+            <name>Apache Staging Repo</name>
             <snapshots>
                 <enabled>false</enabled>
             </snapshots>
             <releases>
                 <enabled>true</enabled>
             </releases>
-        </repository>
+        </repository-->
         <repository>
             <id>wasdev-maven-repo</id>
             <name>wasdev-maven-repo</name>