File tree Expand file tree Collapse file tree 7 files changed +24
-35
lines changed
operator-build-maven-plugin Expand file tree Collapse file tree 7 files changed +24
-35
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Copyright (c) 2020, 2023, Oracle and/or its affiliates.
2
2
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
3
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
4
<modelVersion >4.0.0</modelVersion >
6
5
7
6
<parent >
8
7
<groupId >oracle.kubernetes</groupId >
9
8
<artifactId >operator-parent</artifactId >
10
- <version >3.4.9-SNAPSHOT </version >
9
+ <version >3.4.9</version >
11
10
</parent >
12
11
13
12
<artifactId >integration-tests</artifactId >
187
186
</include >
188
187
</includes >
189
188
<excludes >
190
- <exclude />
189
+ <exclude />
191
190
</excludes >
192
191
</configuration >
193
192
274
273
<configuration >
275
274
<skipTests >true</skipTests >
276
275
<excludes >
277
- <exclude />
276
+ <exclude />
278
277
</excludes >
279
278
<properties >
280
279
<configurationParameters >
353
352
<activeByDefault >true</activeByDefault >
354
353
</activation >
355
354
<properties >
356
- <surefireArgLine ></ surefireArgLine >
357
- <failsafeArgLine ></ failsafeArgLine >
355
+ <surefireArgLine / >
356
+ <failsafeArgLine / >
358
357
<skipITs >true</skipITs >
359
358
</properties >
360
359
</profile >
Original file line number Diff line number Diff line change 1
1
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
2
2
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
3
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xmlns =" http://maven.apache.org/POM/4.0.0"
5
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6
4
<modelVersion >4.0.0</modelVersion >
7
5
<parent >
8
6
<artifactId >operator-parent</artifactId >
9
7
<groupId >oracle.kubernetes</groupId >
10
- <version >3.4.9-SNAPSHOT </version >
8
+ <version >3.4.9</version >
11
9
</parent >
12
10
13
11
<artifactId >json-schema</artifactId >
Original file line number Diff line number Diff line change 1
1
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
2
2
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
-->
4
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xmlns =" http://maven.apache.org/POM/4.0.0"
6
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
7
5
<modelVersion >4.0.0</modelVersion >
8
6
9
7
<parent >
10
8
<groupId >oracle.kubernetes</groupId >
11
9
<artifactId >operator-parent</artifactId >
12
- <version >3.4.9-SNAPSHOT </version >
10
+ <version >3.4.9</version >
13
11
</parent >
14
12
15
13
<artifactId >installation-tests</artifactId >
Original file line number Diff line number Diff line change 1
1
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
2
2
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
3
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xmlns =" http://maven.apache.org/POM/4.0.0"
5
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
6
4
<modelVersion >4.0.0</modelVersion >
7
5
<parent >
8
6
<artifactId >operator-parent</artifactId >
9
7
<groupId >oracle.kubernetes</groupId >
10
- <version >3.4.9-SNAPSHOT </version >
8
+ <version >3.4.9</version >
11
9
</parent >
12
10
13
11
<artifactId >operator-build-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 1
1
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
2
2
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
3
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
4
<modelVersion >4.0.0</modelVersion >
6
5
7
6
<parent >
8
7
<groupId >oracle.kubernetes</groupId >
9
8
<artifactId >operator-parent</artifactId >
10
- <version >3.4.9-SNAPSHOT </version >
9
+ <version >3.4.9</version >
11
10
</parent >
12
11
13
12
<artifactId >weblogic-kubernetes-operator</artifactId >
232
231
<argument >-classpath</argument >
233
232
<!-- automatically creates the classpath using all project dependencies,
234
233
also adding the project build directory -->
235
- <classpath />
234
+ <classpath />
236
235
<argument >oracle.kubernetes.operator.helpers.CrdHelper</argument >
237
236
<argument >${project.basedir} /../kubernetes/crd/domain-crd.yaml</argument >
238
237
</arguments >
Original file line number Diff line number Diff line change 1
1
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
2
2
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
3
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6
4
<modelVersion >4.0.0</modelVersion >
7
5
8
6
<groupId >oracle.kubernetes</groupId >
9
7
<artifactId >operator-parent</artifactId >
10
- <version >3.4.9-SNAPSHOT </version >
8
+ <version >3.4.9</version >
11
9
12
10
<modules >
13
11
<module >operator</module >
22
20
<
connection >scm:git:
[email protected] :oracle/weblogic-kubernetes-operator.git</
connection >
23
21
<
developerConnection >scm:git:
[email protected] :oracle/weblogic-kubernetes-operator.git</
developerConnection >
24
22
<url >https://github.com/oracle/weblogic-kubernetes-operator</url >
25
- <tag >v ${project.version} </tag >
23
+ <tag >operator-parent-3.4.9 </tag >
26
24
</scm >
27
25
28
26
<description >WebLogic Kubernetes Operator</description >
397
395
<activeByDefault >true</activeByDefault >
398
396
</activation >
399
397
<properties >
400
- <surefireArgLine ></ surefireArgLine >
401
- <failsafeArgLine ></ failsafeArgLine >
398
+ <surefireArgLine / >
399
+ <failsafeArgLine / >
402
400
</properties >
403
401
</profile >
404
402
</profiles >
Original file line number Diff line number Diff line change 1
1
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
2
2
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
3
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
4
<modelVersion >4.0.0</modelVersion >
6
5
7
6
<parent >
8
7
<groupId >oracle.kubernetes</groupId >
9
8
<artifactId >operator-parent</artifactId >
10
- <version >3.4.9-SNAPSHOT </version >
9
+ <version >3.4.9</version >
11
10
</parent >
12
11
13
12
<artifactId >operator-swagger</artifactId >
56
55
<activeByDefault >true</activeByDefault >
57
56
</activation >
58
57
<properties >
59
- <surefireArgLine ></ surefireArgLine >
60
- <failsafeArgLine ></ failsafeArgLine >
58
+ <surefireArgLine / >
59
+ <failsafeArgLine / >
61
60
</properties >
62
61
</profile >
63
62
</profiles >
You can’t perform that action at this time.
0 commit comments