You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by rm...@apache.org on 2020/04/28 06:04:21 UTC

[johnzon] branch master updated: dropping staging repo (which does not exist anymore)

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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new cd48263  dropping staging repo (which does not exist anymore)
cd48263 is described below

commit cd48263784dedc48fc6d8e5fc2c0dc0cdc5a783e
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Tue Apr 28 08:04:15 2020 +0200

    dropping staging repo (which does not exist anymore)
---
 .jenkins/settings.xml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/.jenkins/settings.xml b/.jenkins/settings.xml
index 1990abe..ac7b8d7 100644
--- a/.jenkins/settings.xml
+++ b/.jenkins/settings.xml
@@ -22,17 +22,5 @@
           xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                           https://maven.apache.org/xsd/settings-1.0.0.xsd">
   <profiles>
-    <profile>
-      <id>json-1.3-spec-staging</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <repositories>
-        <repository>
-          <id>staging-repo</id>
-          <url>https://repository.apache.org/content/repositories/orgapachegeronimo-1112</url>
-        </repository>
-      </repositories>
-    </profile>
   </profiles>
-</settings>
\ No newline at end of file
+</settings>