Skip to content

Commit 86f2454

Browse files
[maven-release-plugin] prepare release 0.8.6
1 parent 17bd5e8 commit 86f2454

File tree

11 files changed

+13
-12
lines changed

11 files changed

+13
-12
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.streamshub</groupId>
88
<artifactId>console</artifactId>
9-
<version>0.8.6-SNAPSHOT</version>
9+
<version>0.8.6</version>
1010
</parent>
1111

1212
<artifactId>console-api</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.streamshub</groupId>
77
<artifactId>console</artifactId>
8-
<version>0.8.6-SNAPSHOT</version>
8+
<version>0.8.6</version>
99
</parent>
1010

1111
<artifactId>console-common</artifactId>

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.streamshub</groupId>
88
<artifactId>console</artifactId>
9-
<version>0.8.6-SNAPSHOT</version>
9+
<version>0.8.6</version>
1010
</parent>
1111

1212
<artifactId>console-coverage</artifactId>

operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.streamshub</groupId>
88
<artifactId>console</artifactId>
9-
<version>0.8.6-SNAPSHOT</version>
9+
<version>0.8.6</version>
1010
</parent>
1111

1212
<artifactId>console-operator</artifactId>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
image: quay.io/streamshub/console-operator-bundle:0.8.6

operator/src/main/olm/channel.0.8.x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ entries:
1616
replaces: streamshub-console-operator.v0.8.3
1717
- name: streamshub-console-operator.v0.8.5
1818
replaces: streamshub-console-operator.v0.8.4
19-
- name: streamshub-console-operator.v0.8.6-snapshot
19+
- name: streamshub-console-operator.v0.8.6
2020
replaces: streamshub-console-operator.v0.8.5

operator/src/main/olm/channel.alpha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ entries:
3333
replaces: streamshub-console-operator.v0.8.3
3434
- name: streamshub-console-operator.v0.8.5
3535
replaces: streamshub-console-operator.v0.8.4
36-
- name: streamshub-console-operator.v0.8.6-snapshot
36+
- name: streamshub-console-operator.v0.8.6
3737
replaces: streamshub-console-operator.v0.8.5

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.github.streamshub</groupId>
77
<artifactId>console</artifactId>
88
<packaging>pom</packaging>
9-
<version>0.8.6-SNAPSHOT</version>
9+
<version>0.8.6</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -62,7 +62,7 @@
6262
<scm>
6363
<connection>scm:git:git://github.com/streamshub/console.git</connection>
6464
<developerConnection>scm:git:git@github.com:streamshub/console.git</developerConnection>
65-
<tag>HEAD</tag>
65+
<tag>0.8.6</tag>
6666
</scm>
6767

6868
<licenses>

ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "console-ui",
3-
"version": "0.8.6-SNAPSHOT",
3+
"version": "0.8.6",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)