Skip to content

Commit 51a16ab

Browse files
committed
Inherit versions
1 parent 06af07c commit 51a16ab

File tree

6 files changed

+8
-17
lines changed

6 files changed

+8
-17
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
<parent>
99
<groupId>oracle.kubernetes</groupId>
1010
<artifactId>operator-parent</artifactId>
11-
<version>1.1</version>
11+
<version>${operator.version}</version>
1212
</parent>
1313

14-
<groupId>oracle.kubernetes</groupId>
1514
<artifactId>operator-integration-tests</artifactId>
16-
<version>1.1</version>
1715

1816
<description>Oracle Weblogic Server Kubernetes Operator</description>
1917
<name>operator-integration-tests</name>

kubernetes/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
<parent>
99
<groupId>oracle.kubernetes</groupId>
1010
<artifactId>operator-parent</artifactId>
11-
<version>1.1</version>
11+
<version>${operator.version}</version>
1212
</parent>
1313

14-
<groupId>oracle.kubernetes</groupId>
1514
<artifactId>installation-tests</artifactId>
16-
<version>1.1</version>
1715

1816
<description>Oracle Weblogic Server Kubernetes Operator</description>
1917
<name>installation-tests</name>

model/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<parent>
88
<groupId>oracle.kubernetes</groupId>
99
<artifactId>operator-parent</artifactId>
10-
<version>1.1</version>
10+
<version>${operator.version}</version>
1111
</parent>
1212

13-
<groupId>oracle.kubernetes</groupId>
1413
<artifactId>operator-model</artifactId>
15-
<version>1.1</version>
1614

1715
<description>Oracle Weblogic Server Kubernetes Operator</description>
1816
<name>operator-model</name>

operator/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<parent>
88
<groupId>oracle.kubernetes</groupId>
99
<artifactId>operator-parent</artifactId>
10-
<version>1.1</version>
10+
<version>${operator.version}</version>
1111
</parent>
1212

13-
<groupId>oracle.kubernetes</groupId>
1413
<artifactId>weblogic-kubernetes-operator</artifactId>
15-
<version>1.1</version>
1614

1715
<description>Oracle Weblogic Server Kubernetes Operator</description>
1816
<name>operator-runtime</name>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>oracle.kubernetes</groupId>
88
<artifactId>operator-parent</artifactId>
9-
<version>1.1</version>
9+
<version>${operator.version}</version>
1010

1111
<modules>
1212
<module>model</module>
@@ -64,7 +64,7 @@
6464
<author>false</author>
6565
<!-- later Copyright 2018, {currentYear} -->
6666
<bottom><![CDATA[<p>Copyright 2018, <a href="http://www.oracle.com">Oracle Corporation</a> and/or its affiliates. All rights reserved. <br />Licensed under the Universal Permissive License v 1.0 as shown at <a href="http://oss.oracle.com/licenses/upl">http://oss.oracle.com/licenses/upl</a>.<p>]]></bottom>
67-
<doctitle>Oracle WebLogic Server Kubernetes Operator v1.1 API</doctitle>
67+
<doctitle>Oracle WebLogic Server Kubernetes Operator v${operator.version} API</doctitle>
6868
</configuration>
6969
</plugin>
7070
<plugin>
@@ -253,6 +253,7 @@
253253
</profiles>
254254

255255
<properties>
256+
<operator.version>1.1</operator.version>
256257
<java.version>1.8</java.version>
257258
<maven.compiler.source>${java.version}</maven.compiler.source>
258259
<maven.compiler.target>${java.version}</maven.compiler.target>

swagger/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<parent>
88
<groupId>oracle.kubernetes</groupId>
99
<artifactId>operator-parent</artifactId>
10-
<version>1.1</version>
10+
<version>${operator.version}</version>
1111
</parent>
1212

13-
<groupId>oracle.kubernetes</groupId>
1413
<artifactId>operator-swagger</artifactId>
15-
<version>1.1</version>
1614

1715
<description>Oracle Weblogic Server Kubernetes Operator</description>
1816
<name>operator-swagger</name>

0 commit comments

Comments
 (0)