Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

chore: set version to 0.9.4-SNAPSHOT #134

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>jenvtest-project</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.9.4-SNAPSHOT</version>
</parent>

<artifactId>jenvtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fabric8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>jenvtest-project</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.9.4-SNAPSHOT</version>
</parent>

<artifactId>jenvtest-fabric8-client-support</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>io.javaoperatorsdk</groupId>
<artifactId>jenvtest-project</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.9.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JEnvTest Project</name>
Expand Down