Skip to content

Commit 198d445

Browse files
committed
[maven-release-plugin] prepare release operator-parent-3.4.9
1 parent 6ae0396 commit 198d445

File tree

7 files changed

+24
-35
lines changed

7 files changed

+24
-35
lines changed

integration-tests/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<!-- Copyright (c) 2020, 2023, Oracle and/or its affiliates.
22
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">
54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>oracle.kubernetes</groupId>
98
<artifactId>operator-parent</artifactId>
10-
<version>3.4.9-SNAPSHOT</version>
9+
<version>3.4.9</version>
1110
</parent>
1211

1312
<artifactId>integration-tests</artifactId>
@@ -187,7 +186,7 @@
187186
</include>
188187
</includes>
189188
<excludes>
190-
<exclude/>
189+
<exclude />
191190
</excludes>
192191
</configuration>
193192

@@ -274,7 +273,7 @@
274273
<configuration>
275274
<skipTests>true</skipTests>
276275
<excludes>
277-
<exclude/>
276+
<exclude />
278277
</excludes>
279278
<properties>
280279
<configurationParameters>
@@ -353,8 +352,8 @@
353352
<activeByDefault>true</activeByDefault>
354353
</activation>
355354
<properties>
356-
<surefireArgLine></surefireArgLine>
357-
<failsafeArgLine></failsafeArgLine>
355+
<surefireArgLine />
356+
<failsafeArgLine />
358357
<skipITs>true</skipITs>
359358
</properties>
360359
</profile>

json-schema-generator/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
22
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">
64
<modelVersion>4.0.0</modelVersion>
75
<parent>
86
<artifactId>operator-parent</artifactId>
97
<groupId>oracle.kubernetes</groupId>
10-
<version>3.4.9-SNAPSHOT</version>
8+
<version>3.4.9</version>
119
</parent>
1210

1311
<artifactId>json-schema</artifactId>

kubernetes/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
22
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
-->
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">
75
<modelVersion>4.0.0</modelVersion>
86

97
<parent>
108
<groupId>oracle.kubernetes</groupId>
119
<artifactId>operator-parent</artifactId>
12-
<version>3.4.9-SNAPSHOT</version>
10+
<version>3.4.9</version>
1311
</parent>
1412

1513
<artifactId>installation-tests</artifactId>

operator-build-maven-plugin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
22
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">
64
<modelVersion>4.0.0</modelVersion>
75
<parent>
86
<artifactId>operator-parent</artifactId>
97
<groupId>oracle.kubernetes</groupId>
10-
<version>3.4.9-SNAPSHOT</version>
8+
<version>3.4.9</version>
119
</parent>
1210

1311
<artifactId>operator-build-maven-plugin</artifactId>

operator/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
22
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">
54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>oracle.kubernetes</groupId>
98
<artifactId>operator-parent</artifactId>
10-
<version>3.4.9-SNAPSHOT</version>
9+
<version>3.4.9</version>
1110
</parent>
1211

1312
<artifactId>weblogic-kubernetes-operator</artifactId>
@@ -232,7 +231,7 @@
232231
<argument>-classpath</argument>
233232
<!-- automatically creates the classpath using all project dependencies,
234233
also adding the project build directory -->
235-
<classpath/>
234+
<classpath />
236235
<argument>oracle.kubernetes.operator.helpers.CrdHelper</argument>
237236
<argument>${project.basedir}/../kubernetes/crd/domain-crd.yaml</argument>
238237
</arguments>

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
22
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">
64
<modelVersion>4.0.0</modelVersion>
75

86
<groupId>oracle.kubernetes</groupId>
97
<artifactId>operator-parent</artifactId>
10-
<version>3.4.9-SNAPSHOT</version>
8+
<version>3.4.9</version>
119

1210
<modules>
1311
<module>operator</module>
@@ -22,7 +20,7 @@
2220
<connection>scm:git:[email protected]:oracle/weblogic-kubernetes-operator.git</connection>
2321
<developerConnection>scm:git:[email protected]:oracle/weblogic-kubernetes-operator.git</developerConnection>
2422
<url>https://github.com/oracle/weblogic-kubernetes-operator</url>
25-
<tag>v${project.version}</tag>
23+
<tag>operator-parent-3.4.9</tag>
2624
</scm>
2725

2826
<description>WebLogic Kubernetes Operator</description>
@@ -397,8 +395,8 @@
397395
<activeByDefault>true</activeByDefault>
398396
</activation>
399397
<properties>
400-
<surefireArgLine></surefireArgLine>
401-
<failsafeArgLine></failsafeArgLine>
398+
<surefireArgLine />
399+
<failsafeArgLine />
402400
</properties>
403401
</profile>
404402
</profiles>

swagger-generator/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
22
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">
54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>oracle.kubernetes</groupId>
98
<artifactId>operator-parent</artifactId>
10-
<version>3.4.9-SNAPSHOT</version>
9+
<version>3.4.9</version>
1110
</parent>
1211

1312
<artifactId>operator-swagger</artifactId>
@@ -56,8 +55,8 @@
5655
<activeByDefault>true</activeByDefault>
5756
</activation>
5857
<properties>
59-
<surefireArgLine></surefireArgLine>
60-
<failsafeArgLine></failsafeArgLine>
58+
<surefireArgLine />
59+
<failsafeArgLine />
6160
</properties>
6261
</profile>
6362
</profiles>

0 commit comments

Comments
 (0)