Skip to content

Commit 8bff714

Browse files
Release 3.14.0
1 parent bbba78b commit 8bff714

File tree

7 files changed

+118
-4
lines changed

7 files changed

+118
-4
lines changed

nuxeo-java-client-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.nuxeo.client</groupId>
66
<artifactId>nuxeo-java-client-parent</artifactId>
7-
<version>3.14.0-SNAPSHOT</version>
7+
<version>3.14.0</version>
88
</parent>
99

1010
<artifactId>nuxeo-java-client-cache</artifactId>

nuxeo-java-client-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.nuxeo.client</groupId>
55
<artifactId>nuxeo-java-client-parent</artifactId>
6-
<version>3.14.0-SNAPSHOT</version>
6+
<version>3.14.0</version>
77
</parent>
88

99
<artifactId>nuxeo-java-client-test</artifactId>

nuxeo-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.nuxeo.client</groupId>
66
<artifactId>nuxeo-java-client-parent</artifactId>
7-
<version>3.14.0-SNAPSHOT</version>
7+
<version>3.14.0</version>
88
</parent>
99

1010
<artifactId>nuxeo-java-client</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.nuxeo.client</groupId>
55
<artifactId>nuxeo-java-client-parent</artifactId>
6-
<version>3.14.0-SNAPSHOT</version>
6+
<version>3.14.0</version>
77
<name>Nuxeo Java Client Parent</name>
88
<description>Java Client Parent for Nuxeo REST APIs.</description>
99
<packaging>pom</packaging>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# (C) Copyright 2021 Nuxeo (http://nuxeo.com/) and others.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
apiVersion: skaffold/v2beta17
15+
kind: Config
16+
build:
17+
tagPolicy:
18+
envTemplate:
19+
template: "{{.FTESTS_VERSION}}"
20+
artifacts:
21+
- image: "docker.platform.dev.nuxeo.com/nuxeo/nuxeo-java-client-ftests"
22+
context: .
23+
kaniko:
24+
dockerfile: ci/docker/nuxeo/Dockerfile
25+
useNewRun: true
26+
singleSnapshot: true
27+
snapshotMode: "time"
28+
buildArgs:
29+
NUXEO_VERSION: "{{.NUXEO_VERSION}}"
30+
cluster:
31+
namespace: platform
32+
dockerConfig:
33+
secretName: jenkins-docker-cfg
34+
tolerations:
35+
- key: team
36+
operator: "Equal"
37+
value: platform
38+
effect: "NoSchedule"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# (C) Copyright 2021 Nuxeo (http://nuxeo.com/) and others.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
apiVersion: skaffold/v2beta17
15+
kind: Config
16+
build:
17+
tagPolicy:
18+
envTemplate:
19+
template: "{{.FTESTS_VERSION}}"
20+
artifacts:
21+
- image: "docker.platform.dev.nuxeo.com/nuxeo/nuxeo-java-client-ftests"
22+
context: .
23+
kaniko:
24+
dockerfile: ci/docker/nuxeo/Dockerfile
25+
useNewRun: true
26+
singleSnapshot: true
27+
snapshotMode: "time"
28+
buildArgs:
29+
NUXEO_VERSION: "{{.NUXEO_VERSION}}"
30+
cluster:
31+
namespace: platform
32+
dockerConfig:
33+
secretName: jenkins-docker-cfg
34+
tolerations:
35+
- key: team
36+
operator: "Equal"
37+
value: platform
38+
effect: "NoSchedule"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# (C) Copyright 2021 Nuxeo (http://nuxeo.com/) and others.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
apiVersion: skaffold/v2beta17
15+
kind: Config
16+
build:
17+
tagPolicy:
18+
envTemplate:
19+
template: "{{.FTESTS_VERSION}}"
20+
artifacts:
21+
- image: "docker.platform.dev.nuxeo.com/nuxeo/nuxeo-java-client-ftests"
22+
context: .
23+
kaniko:
24+
dockerfile: ci/docker/nuxeo/Dockerfile
25+
useNewRun: true
26+
singleSnapshot: true
27+
snapshotMode: "time"
28+
buildArgs:
29+
NUXEO_VERSION: "{{.NUXEO_VERSION}}"
30+
cluster:
31+
namespace: platform
32+
dockerConfig:
33+
secretName: jenkins-docker-cfg
34+
tolerations:
35+
- key: team
36+
operator: "Equal"
37+
value: platform
38+
effect: "NoSchedule"

0 commit comments

Comments
 (0)