Skip to content

Commit daf184c

Browse files
committed
[maven-release-plugin] prepare release v4.1.0
1 parent d388d9c commit daf184c

File tree

9 files changed

+22
-35
lines changed

9 files changed

+22
-35
lines changed

common/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<!-- Copyright (c) 2022, 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
<parent>
76
<groupId>oracle.kubernetes</groupId>
87
<artifactId>operator-parent</artifactId>
9-
<version>4.1.0-SNAPSHOT</version>
8+
<version>4.1.0</version>
109
</parent>
1110

1211
<artifactId>common</artifactId>

domain-upgrader/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<!-- Copyright (c) 2022, 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>4.1.0-SNAPSHOT</version>
9+
<version>4.1.0</version>
1110
</parent>
1211

1312
<artifactId>domain-upgrader</artifactId>

integration-tests/pom.xml

Lines changed: 4 additions & 5 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>4.1.0-SNAPSHOT</version>
9+
<version>4.1.0</version>
1110
</parent>
1211

1312
<artifactId>integration-tests</artifactId>
@@ -392,8 +391,8 @@
392391
<activeByDefault>true</activeByDefault>
393392
</activation>
394393
<properties>
395-
<surefireArgLine></surefireArgLine>
396-
<failsafeArgLine></failsafeArgLine>
394+
<surefireArgLine />
395+
<failsafeArgLine />
397396
<skipITs>true</skipITs>
398397
</properties>
399398
</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>4.1.0-SNAPSHOT</version>
8+
<version>4.1.0</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>4.1.0-SNAPSHOT</version>
10+
<version>4.1.0</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>4.1.0-SNAPSHOT</version>
8+
<version>4.1.0</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>4.1.0-SNAPSHOT</version>
9+
<version>4.1.0</version>
1110
</parent>
1211

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

pom.xml

Lines changed: 3 additions & 5 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>4.1.0-SNAPSHOT</version>
8+
<version>4.1.0</version>
119

1210
<modules>
1311
<module>operator</module>
@@ -24,7 +22,7 @@
2422
<connection>scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</connection>
2523
<developerConnection>scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</developerConnection>
2624
<url>https://github.com/oracle/weblogic-kubernetes-operator</url>
27-
<tag>v${project.version}</tag>
25+
<tag>v4.1.0</tag>
2826
</scm>
2927

3028
<description>WebLogic Kubernetes Operator</description>

swagger-generator/pom.xml

Lines changed: 2 additions & 3 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>4.1.0-SNAPSHOT</version>
9+
<version>4.1.0</version>
1110
</parent>
1211

1312
<artifactId>operator-swagger</artifactId>

0 commit comments

Comments
 (0)