Skip to content

Commit c86b038

Browse files
[maven-release-plugin] prepare release 0.10.1
1 parent a13b0d7 commit c86b038

File tree

12 files changed

+14
-13
lines changed

12 files changed

+14
-13
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.10.1-SNAPSHOT</version>
9+
<version>0.10.1</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.10.1-SNAPSHOT</version>
8+
<version>0.10.1</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.10.1-SNAPSHOT</version>
9+
<version>0.10.1</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.10.1-SNAPSHOT</version>
9+
<version>0.10.1</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.10.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ properties: []
66
entries:
77
- name: streamshub-console-operator.v0.10.0
88
replaces: streamshub-console-operator.v0.9.0
9-
- name: streamshub-console-operator.v0.10.1-snapshot
9+
- name: streamshub-console-operator.v0.10.1
1010
replaces: streamshub-console-operator.v0.10.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ entries:
4141
replaces: streamshub-console-operator.v0.8.6
4242
- name: streamshub-console-operator.v0.10.0
4343
replaces: streamshub-console-operator.v0.9.0
44-
- name: streamshub-console-operator.v0.10.1-snapshot
44+
- name: streamshub-console-operator.v0.10.1
4545
replaces: streamshub-console-operator.v0.10.0

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.10.1-SNAPSHOT</version>
9+
<version>0.10.1</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -66,7 +66,7 @@
6666
<scm>
6767
<connection>scm:git:git://github.com/streamshub/console.git</connection>
6868
<developerConnection>scm:git:git@github.com:streamshub/console.git</developerConnection>
69-
<tag>HEAD</tag>
69+
<tag>0.10.1</tag>
7070
</scm>
7171

7272
<licenses>

systemtests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.streamshub</groupId>
66
<artifactId>console</artifactId>
7-
<version>0.10.1-SNAPSHOT</version>
7+
<version>0.10.1</version>
88
</parent>
99

1010
<artifactId>console-systemtests</artifactId>

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.

0 commit comments

Comments
 (0)