Skip to content

Commit a48be33

Browse files
committed
Switch to standard Maven snapshot versions
1 parent a081298 commit a48be33

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

integration-tests/pom.xml

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

1414
<artifactId>operator-integration-tests</artifactId>

kubernetes/pom.xml

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

1414
<artifactId>installation-tests</artifactId>

model/pom.xml

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

1313
<artifactId>operator-model</artifactId>

operator/pom.xml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<parent>
88
<groupId>oracle.kubernetes</groupId>
99
<artifactId>operator-parent</artifactId>
10-
<version>${operator.version}</version>
11-
</parent>
10+
<version>1.1-SNAPSHOT</version>
11+
</parent>
1212

1313
<artifactId>weblogic-kubernetes-operator</artifactId>
1414

@@ -142,20 +142,21 @@
142142
</execution>
143143
</executions>
144144
</plugin>
145+
145146

146-
<plugin>
147-
<groupId>com.coveo</groupId>
148-
<artifactId>fmt-maven-plugin</artifactId>
149-
<version>2.4.0</version>
150-
<executions>
151-
<execution>
152-
<phase>test</phase>
153-
<goals>
154-
<goal>check</goal>
155-
</goals>
156-
</execution>
157-
</executions>
158-
</plugin>
147+
<plugin>
148+
<groupId>com.coveo</groupId>
149+
<artifactId>fmt-maven-plugin</artifactId>
150+
<version>2.4.0</version>
151+
<executions>
152+
<execution>
153+
<phase>test</phase>
154+
<goals>
155+
<goal>check</goal>
156+
</goals>
157+
</execution>
158+
</executions>
159+
</plugin>
159160

160161
</plugins>
161162
</build>

pom.xml

Lines changed: 2 additions & 3 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>${operator.version}</version>
9+
<version>1.1-SNAPSHOT</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 v${operator.version} API</doctitle>
67+
<doctitle>Oracle WebLogic Server Kubernetes Operator v${project.version} API</doctitle>
6868
</configuration>
6969
</plugin>
7070
<plugin>
@@ -253,7 +253,6 @@
253253
</profiles>
254254

255255
<properties>
256-
<operator.version>1.1</operator.version>
257256
<java.version>1.8</java.version>
258257
<maven.compiler.source>${java.version}</maven.compiler.source>
259258
<maven.compiler.target>${java.version}</maven.compiler.target>

swagger/pom.xml

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

1313
<artifactId>operator-swagger</artifactId>

0 commit comments

Comments
 (0)