Skip to content

Commit 7b97f39

Browse files
[maven-release-plugin] prepare release 0.6.7
1 parent 72f0ae0 commit 7b97f39

File tree

10 files changed

+12
-11
lines changed

10 files changed

+12
-11
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.6.7-SNAPSHOT</version>
9+
<version>0.6.7</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.6.7-SNAPSHOT</version>
8+
<version>0.6.7</version>
99
</parent>
1010

1111
<artifactId>console-common</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.6.7-SNAPSHOT</version>
9+
<version>0.6.7</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.6.7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ entries:
1818
replaces: streamshub-console-operator.v0.6.4
1919
- name: streamshub-console-operator.v0.6.6
2020
replaces: streamshub-console-operator.v0.6.5
21-
- name: streamshub-console-operator.v0.6.7-snapshot
21+
- name: streamshub-console-operator.v0.6.7
2222
replaces: streamshub-console-operator.v0.6.6

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ entries:
1919
replaces: streamshub-console-operator.v0.6.4
2020
- name: streamshub-console-operator.v0.6.6
2121
replaces: streamshub-console-operator.v0.6.5
22-
- name: streamshub-console-operator.v0.6.7-snapshot
22+
- name: streamshub-console-operator.v0.6.7
2323
replaces: streamshub-console-operator.v0.6.6

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.6.7-SNAPSHOT</version>
9+
<version>0.6.7</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -61,7 +61,7 @@
6161
<scm>
6262
<connection>scm:git:git://github.com/streamshub/console.git</connection>
6363
<developerConnection>scm:git:git@github.com:streamshub/console.git</developerConnection>
64-
<tag>HEAD</tag>
64+
<tag>0.6.7</tag>
6565
</scm>
6666

6767
<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.6.7-SNAPSHOT",
3+
"version": "0.6.7",
44
"license": "Apache-2.0",
55
"private": true,
66
"scripts": {

ui/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.6.7-SNAPSHOT</version>
8+
<version>0.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)