This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 89cbe46 Remove Camel 3.6.0 staging repository
89cbe46 is described below
commit 89cbe4688a879fc08b2d248c2ad69f3a76052fb0
Author: James Netherton <[email protected]>
AuthorDate: Tue Oct 20 20:35:54 2020 +0100
Remove Camel 3.6.0 staging repository
---
.github/workflows/ci-build.yaml | 25 --------------
.github/workflows/pr-validate.yml | 4 ---
settings-camel-3.6.0.xml | 69 ---------------------------------------
3 files changed, 98 deletions(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index cb70b10..c5f6b6d 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -23,7 +23,6 @@ on:
- master
- camel-master
- quarkus-master
- - release/1.3.0
- "[0-9]+.[0-9]+.x"
paths-ignore:
- '**.adoc'
@@ -71,10 +70,6 @@ jobs:
if: github.ref == 'refs/heads/quarkus-master' || github.base_ref ==
'quarkus-master'
run: |
echo '::set-env name=BRANCH_OPTIONS::-Poss-snapshots
-Dquarkus.version=999-SNAPSHOT'
- - name: Enable Camel 3.6.0 staging repo
- if: github.ref == 'refs/heads/master' || github.base_ref == 'master'
- run: |
- echo '::set-env name=BRANCH_OPTIONS::-s
'$(pwd)'/settings-camel-3.6.0.xml'
- name: Set up JDK 11
uses: AdoptOpenJDK/install-jdk@v1
with:
@@ -131,10 +126,6 @@ jobs:
if: github.ref == 'refs/heads/quarkus-master' || github.base_ref ==
'quarkus-master'
run: |
echo '::set-env name=BRANCH_OPTIONS::-Poss-snapshots
-Dquarkus.version=999-SNAPSHOT'
- - name: Enable Camel 3.6.0 staging repo
- if: github.ref == 'refs/heads/master' || github.base_ref == 'master'
- run: |
- echo '::set-env name=BRANCH_OPTIONS::-s
'$(pwd)'/settings-camel-3.6.0.xml'
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 11
@@ -205,10 +196,6 @@ jobs:
if: github.ref == 'refs/heads/quarkus-master' || github.base_ref ==
'quarkus-master'
run: |
echo '::set-env name=BRANCH_OPTIONS::-Poss-snapshots
-Dquarkus.version=999-SNAPSHOT'
- - name: Enable Camel 3.6.0 staging repo
- if: github.ref == 'refs/heads/master' || github.base_ref == 'master'
- run: |
- echo '::set-env name=BRANCH_OPTIONS::-s
'$(pwd)'/settings-camel-3.6.0.xml'
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: AdoptOpenJDK/install-jdk@v1
@@ -262,10 +249,6 @@ jobs:
if: github.ref == 'refs/heads/quarkus-master' || github.base_ref ==
'quarkus-master'
run: |
echo '::set-env name=BRANCH_OPTIONS::-Poss-snapshots
-Dquarkus.version=999-SNAPSHOT'
- - name: Enable Camel 3.6.0 staging repo
- if: github.ref == 'refs/heads/master' || github.base_ref == 'master'
- run: |
- echo '::set-env name=BRANCH_OPTIONS::-s
'$(pwd)'/settings-camel-3.6.0.xml'
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: AdoptOpenJDK/install-jdk@v1
@@ -308,10 +291,6 @@ jobs:
if: github.ref == 'refs/heads/quarkus-master' || github.base_ref ==
'quarkus-master'
run: |
echo '::set-env name=BRANCH_OPTIONS::-Poss-snapshots
-Dquarkus.version=999-SNAPSHOT'
- - name: Enable Camel 3.6.0 staging repo
- if: github.ref == 'refs/heads/master' || github.base_ref == 'master'
- run: |
- echo '::set-env name=BRANCH_OPTIONS::-s
'$(pwd)'/settings-camel-3.6.0.xml'
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: AdoptOpenJDK/install-jdk@v1
@@ -352,10 +331,6 @@ jobs:
if: github.ref == 'refs/heads/quarkus-master' || github.base_ref ==
'quarkus-master'
run: |
echo '::set-env name=BRANCH_OPTIONS::-Poss-snapshots
-Dquarkus.version=999-SNAPSHOT'
- - name: Enable Camel 3.6.0 staging repo
- if: github.ref == 'refs/heads/master' || github.base_ref == 'master'
- run: |
- echo '::set-env name=BRANCH_OPTIONS::-s
'$(pwd)'/settings-camel-3.6.0.xml'
- name: Activate native tests on Java 11
if: matrix.java == '11'
run: |
diff --git a/.github/workflows/pr-validate.yml
b/.github/workflows/pr-validate.yml
index 9d44355..b2fca93 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -49,10 +49,6 @@ jobs:
if: github.base_ref == 'quarkus-master'
run: |
echo '::set-env name=BRANCH_OPTIONS::-Poss-snapshots'
- - name: Enable Camel 3.6.0 staging repo
- if: github.ref == 'refs/heads/master' || github.base_ref == 'master'
- run: |
- echo '::set-env name=BRANCH_OPTIONS::-s
'$(pwd)'/settings-camel-3.6.0.xml'
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: AdoptOpenJDK/install-jdk@v1
diff --git a/settings-camel-3.6.0.xml b/settings-camel-3.6.0.xml
deleted file mode 100644
index eb284f9..0000000
--- a/settings-camel-3.6.0.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
- http://maven.apache.org/xsd/settings-1.0.0.xsd">
-
-
- <profiles>
- <profile>
- <id>camel-3.6.0-staging-repo</id>
- <repositories>
- <repository>
- <id>camel-3.6.0</id>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- <checksumPolicy>warn</checksumPolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- <checksumPolicy>fail</checksumPolicy>
- </snapshots>
-
<url>https://repository.apache.org/content/repositories/orgapachecamel-1254</url>
- <layout>default</layout>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>camel-3.6.0</id>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- <checksumPolicy>warn</checksumPolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- <checksumPolicy>fail</checksumPolicy>
- </snapshots>
-
<url>https://repository.apache.org/content/repositories/orgapachecamel-1254</url>
- <layout>default</layout>
- </pluginRepository>
- </pluginRepositories>
- </profile>
-
- </profiles>
- <activeProfiles>
- <activeProfile>camel-3.6.0-staging-repo</activeProfile>
- </activeProfiles>
-
-</settings>