Skip to content

Commit 4c3dc4e

Browse files
[maven-release-plugin] prepare release 0.12.0
1 parent a0263b4 commit 4c3dc4e

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.12.0-SNAPSHOT</version>
9+
<version>0.12.0</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.12.0-SNAPSHOT</version>
8+
<version>0.12.0</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.12.0-SNAPSHOT</version>
9+
<version>0.12.0</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.12.0-SNAPSHOT</version>
9+
<version>0.12.0</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.12.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name: 0.12.x
44
package: streamshub-console-operator
55
properties: []
66
entries:
7-
- name: streamshub-console-operator.v0.12.0-snapshot
7+
- name: streamshub-console-operator.v0.12.0
88
replaces: streamshub-console-operator.v0.11.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ entries:
5353
replaces: streamshub-console-operator.v0.10.2
5454
- name: streamshub-console-operator.v0.11.0
5555
replaces: streamshub-console-operator.v0.10.3
56-
- name: streamshub-console-operator.v0.12.0-snapshot
56+
- name: streamshub-console-operator.v0.12.0
5757
replaces: streamshub-console-operator.v0.11.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.12.0-SNAPSHOT</version>
9+
<version>0.12.0</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -69,7 +69,7 @@
6969
<scm>
7070
<connection>scm:git:git://github.com/streamshub/console.git</connection>
7171
<developerConnection>scm:git:git@github.com:streamshub/console.git</developerConnection>
72-
<tag>HEAD</tag>
72+
<tag>0.12.0</tag>
7373
</scm>
7474

7575
<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.12.0-SNAPSHOT</version>
7+
<version>0.12.0</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)