Skip to content

Commit

Permalink
Move main to 0.3.0-SNAPSHOT (#144)
Browse files Browse the repository at this point in the history
## Description
Update main maven version


## Type of Change

Please delete options that are not relevant.

* Update (Update version or update existing automation)

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit/integration tests pass locally with my
changes

Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored Jul 17, 2024
1 parent 6354226 commit 3a6280d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.skodjob</groupId>
<artifactId>test-frame</artifactId>
<packaging>pom</packaging>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion test-frame-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>test-frame</artifactId>
<groupId>io.skodjob</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

<artifactId>test-frame-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-frame-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.skodjob</groupId>
<artifactId>test-frame</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

<artifactId>test-frame-kubernetes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-frame-log-collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.skodjob</groupId>
<artifactId>test-frame</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

<artifactId>test-frame-log-collector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-frame-metrics-collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.skodjob</groupId>
<artifactId>test-frame</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

<artifactId>test-frame-metrics-collector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-frame-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.skodjob</groupId>
<artifactId>test-frame</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

<artifactId>test-frame-openshift</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-frame-test-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.skodjob</groupId>
<artifactId>test-frame</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

<artifactId>test-frame-test-examples</artifactId>
Expand Down

0 comments on commit 3a6280d

Please sign in to comment.