Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2025
1 parent 65c03b2 commit ecb6ec5
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 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.6.2-SNAPSHOT</version>
<version>0.6.2</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.6.2-SNAPSHOT</version>
<version>0.6.2</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.6.2-SNAPSHOT</version>
<version>0.6.2</version>
</parent>

<artifactId>console-operator</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
image: quay.io/streamshub/console-operator-bundle:0.6.2
2 changes: 1 addition & 1 deletion operator/src/main/olm/channel.0.6.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ entries:
replaces: streamshub-console-operator.v0.5.0
- name: streamshub-console-operator.v0.6.1
replaces: streamshub-console-operator.v0.6.0
- name: streamshub-console-operator.v0.6.2-snapshot
- name: streamshub-console-operator.v0.6.2
replaces: streamshub-console-operator.v0.6.1
2 changes: 1 addition & 1 deletion operator/src/main/olm/channel.alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ entries:
replaces: streamshub-console-operator.v0.5.0
- name: streamshub-console-operator.v0.6.1
replaces: streamshub-console-operator.v0.6.0
- name: streamshub-console-operator.v0.6.2-snapshot
- name: streamshub-console-operator.v0.6.2
replaces: streamshub-console-operator.v0.6.1
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.6.2-SNAPSHOT</version>
<version>0.6.2</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>HEAD</tag>
<tag>0.6.2</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.6.2-SNAPSHOT",
"version": "0.6.2",
"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.6.2-SNAPSHOT</version>
<version>0.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ecb6ec5

Please sign in to comment.