Skip to content

Commit

Permalink
Set new SNAPSHOT version into pom files.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 25, 2022
1 parent 72847d6 commit 03d760b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.javaoperatorsdk</groupId>
<artifactId>operator-framework-spring-boot-starter-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<name>Java Operator SDK Spring Boot Starter - Parent</name>
<packaging>pom</packaging>
<url>https://github.com/java-operator-sdk/operator-framework-spring-boot-starter</url>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>operator-framework-spring-boot-starter-parent</artifactId>
<groupId>io.javaoperatorsdk</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/spring-boot-auto-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>operator-framework-spring-boot-starter-samples-parent</artifactId>
<groupId>io.javaoperatorsdk</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<artifactId>operator-framework-spring-boot-starter-samples-auto-configuration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>operator-framework-spring-boot-starter-parent</artifactId>
<groupId>io.javaoperatorsdk</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>operator-framework-spring-boot-starter-parent</artifactId>
<groupId>io.javaoperatorsdk</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 03d760b

Please sign in to comment.