Skip to content

Commit

Permalink
release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-sandor committed Apr 26, 2020
1 parent de9de09 commit f0e4132
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion operator-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.containersolutions</groupId>
<artifactId>java-operator-sdk</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>operator-framework</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.containersolutions</groupId>
<artifactId>java-operator-sdk</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Operator SDK for Java</name>
<description>Java SDK for implementing Kubernetes operators</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.containersolutions</groupId>
<artifactId>java-operator-sdk-basic-sample</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>operator-framework-samples-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.containersolutions</groupId>
<artifactId>java-operator-sdk-samples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>java-operator-sdk-basic-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/pure-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.containersolutions</groupId>
<artifactId>java-operator-sdk-basic-sample</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>operator-framework-samples-pure-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.containersolutions</groupId>
<artifactId>java-operator-sdk-basic-sample</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>operator-framework-samples-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/mysql-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.containersolutions</groupId>
<artifactId>java-operator-sdk-samples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>mysql-schema-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.containersolutions</groupId>
<artifactId>java-operator-sdk</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>java-operator-sdk-samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/webserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.containersolutions</groupId>
<artifactId>java-operator-sdk-samples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>webserver-sample</artifactId>
Expand Down

0 comments on commit f0e4132

Please sign in to comment.