Skip to content

Commit

Permalink
Release 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeo-platform-jx-bot committed Apr 3, 2024
1 parent bbba78b commit 8bff714
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nuxeo-java-client-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.14.0-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>nuxeo-java-client-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-java-client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.14.0-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>nuxeo-java-client-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nuxeo-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.14.0-SNAPSHOT</version>
<version>3.14.0</version>
</parent>

<artifactId>nuxeo-java-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.14.0-SNAPSHOT</version>
<version>3.14.0</version>
<name>Nuxeo Java Client Parent</name>
<description>Java Client Parent for Nuxeo REST APIs.</description>
<packaging>pom</packaging>
Expand Down
38 changes: 38 additions & 0 deletions skaffold-1d864299-f2e0-42fb-9be7-97527962bb85.yaml~gen
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# (C) Copyright 2021 Nuxeo (http://nuxeo.com/) and others.
#
# Licensed 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.
apiVersion: skaffold/v2beta17
kind: Config
build:
tagPolicy:
envTemplate:
template: "{{.FTESTS_VERSION}}"
artifacts:
- image: "docker.platform.dev.nuxeo.com/nuxeo/nuxeo-java-client-ftests"
context: .
kaniko:
dockerfile: ci/docker/nuxeo/Dockerfile
useNewRun: true
singleSnapshot: true
snapshotMode: "time"
buildArgs:
NUXEO_VERSION: "{{.NUXEO_VERSION}}"
cluster:
namespace: platform
dockerConfig:
secretName: jenkins-docker-cfg
tolerations:
- key: team
operator: "Equal"
value: platform
effect: "NoSchedule"
38 changes: 38 additions & 0 deletions skaffold-b31bf66b-5b06-407c-94ca-5d7f8891e62b.yaml~gen
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# (C) Copyright 2021 Nuxeo (http://nuxeo.com/) and others.
#
# Licensed 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.
apiVersion: skaffold/v2beta17
kind: Config
build:
tagPolicy:
envTemplate:
template: "{{.FTESTS_VERSION}}"
artifacts:
- image: "docker.platform.dev.nuxeo.com/nuxeo/nuxeo-java-client-ftests"
context: .
kaniko:
dockerfile: ci/docker/nuxeo/Dockerfile
useNewRun: true
singleSnapshot: true
snapshotMode: "time"
buildArgs:
NUXEO_VERSION: "{{.NUXEO_VERSION}}"
cluster:
namespace: platform
dockerConfig:
secretName: jenkins-docker-cfg
tolerations:
- key: team
operator: "Equal"
value: platform
effect: "NoSchedule"
38 changes: 38 additions & 0 deletions skaffold-cd998921-2e33-407b-9696-3a967e08a20e.yaml~gen
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# (C) Copyright 2021 Nuxeo (http://nuxeo.com/) and others.
#
# Licensed 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.
apiVersion: skaffold/v2beta17
kind: Config
build:
tagPolicy:
envTemplate:
template: "{{.FTESTS_VERSION}}"
artifacts:
- image: "docker.platform.dev.nuxeo.com/nuxeo/nuxeo-java-client-ftests"
context: .
kaniko:
dockerfile: ci/docker/nuxeo/Dockerfile
useNewRun: true
singleSnapshot: true
snapshotMode: "time"
buildArgs:
NUXEO_VERSION: "{{.NUXEO_VERSION}}"
cluster:
namespace: platform
dockerConfig:
secretName: jenkins-docker-cfg
tolerations:
- key: team
operator: "Equal"
value: platform
effect: "NoSchedule"

0 comments on commit 8bff714

Please sign in to comment.