Skip to content

Commit

Permalink
[maven-release-plugin] prepare release operator-parent-3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Aug 25, 2023
1 parent 6ae0396 commit 198d445
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 35 deletions.
13 changes: 6 additions & 7 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!-- Copyright (c) 2020, 2023, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.9-SNAPSHOT</version>
<version>3.4.9</version>
</parent>

<artifactId>integration-tests</artifactId>
Expand Down Expand Up @@ -187,7 +186,7 @@
</include>
</includes>
<excludes>
<exclude/>
<exclude />
</excludes>
</configuration>

Expand Down Expand Up @@ -274,7 +273,7 @@
<configuration>
<skipTests>true</skipTests>
<excludes>
<exclude/>
<exclude />
</excludes>
<properties>
<configurationParameters>
Expand Down Expand Up @@ -353,8 +352,8 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<surefireArgLine></surefireArgLine>
<failsafeArgLine></failsafeArgLine>
<surefireArgLine />
<failsafeArgLine />
<skipITs>true</skipITs>
</properties>
</profile>
Expand Down
6 changes: 2 additions & 4 deletions json-schema-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>operator-parent</artifactId>
<groupId>oracle.kubernetes</groupId>
<version>3.4.9-SNAPSHOT</version>
<version>3.4.9</version>
</parent>

<artifactId>json-schema</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions kubernetes/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.9-SNAPSHOT</version>
<version>3.4.9</version>
</parent>

<artifactId>installation-tests</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions operator-build-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>operator-parent</artifactId>
<groupId>oracle.kubernetes</groupId>
<version>3.4.9-SNAPSHOT</version>
<version>3.4.9</version>
</parent>

<artifactId>operator-build-maven-plugin</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions operator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.9-SNAPSHOT</version>
<version>3.4.9</version>
</parent>

<artifactId>weblogic-kubernetes-operator</artifactId>
Expand Down Expand Up @@ -232,7 +231,7 @@
<argument>-classpath</argument>
<!-- automatically creates the classpath using all project dependencies,
also adding the project build directory -->
<classpath/>
<classpath />
<argument>oracle.kubernetes.operator.helpers.CrdHelper</argument>
<argument>${project.basedir}/../kubernetes/crd/domain-crd.yaml</argument>
</arguments>
Expand Down
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.9-SNAPSHOT</version>
<version>3.4.9</version>

<modules>
<module>operator</module>
Expand All @@ -22,7 +20,7 @@
<connection>scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</connection>
<developerConnection>scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</developerConnection>
<url>https://github.com/oracle/weblogic-kubernetes-operator</url>
<tag>v${project.version}</tag>
<tag>operator-parent-3.4.9</tag>
</scm>

<description>WebLogic Kubernetes Operator</description>
Expand Down Expand Up @@ -397,8 +395,8 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<surefireArgLine></surefireArgLine>
<failsafeArgLine></failsafeArgLine>
<surefireArgLine />
<failsafeArgLine />
</properties>
</profile>
</profiles>
Expand Down
9 changes: 4 additions & 5 deletions swagger-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>3.4.9-SNAPSHOT</version>
<version>3.4.9</version>
</parent>

<artifactId>operator-swagger</artifactId>
Expand Down Expand Up @@ -56,8 +55,8 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<surefireArgLine></surefireArgLine>
<failsafeArgLine></failsafeArgLine>
<surefireArgLine />
<failsafeArgLine />
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 198d445

Please sign in to comment.