Skip to content

Commit

Permalink
Bump next-version to 0.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Direct to main to avoid initiation of release processing

Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Sep 13, 2024
1 parent 439473d commit 8e3374a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Streaming Platform Console
release:
current-version: 0.3.4
next-version: 0.3.5-SNAPSHOT
next-version: 0.4.0-SNAPSHOT
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.streamshub</groupId>
<artifactId>console</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>console-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.streamshub</groupId>
<artifactId>console</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>console-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.streamshub</groupId>
<artifactId>console</artifactId>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>console-operator</artifactId>
Expand Down
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>com.github.streamshub</groupId>
<artifactId>console</artifactId>
<packaging>pom</packaging>
<version>0.3.5-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 8e3374a

Please sign in to comment.