Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 39bb2fe commit 98cab0f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
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.5.0</version>
<version>0.6.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.5.0</version>
<version>0.6.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.5.0</version>
<version>0.6.0-SNAPSHOT</version>
</parent>

<artifactId>console-operator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0</version>
<version>0.6.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -61,7 +61,7 @@
<scm>
<connection>scm:git:git://github.com/streamshub/console.git</connection>
<developerConnection>scm:git:[email protected]:streamshub/console.git</developerConnection>
<tag>0.5.0</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-ui",
"version": "0.5.0",
"version": "0.6.0-SNAPSHOT",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ui/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.5.0</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 98cab0f

Please sign in to comment.