Skip to content

Commit f99feb3

Browse files
Update project version for 0.12.0-SNAPSHOT (#2394)
* Update project version for 0.12.0-SNAPSHOT Signed-off-by: Michael Edgar <medgar@redhat.com> * Fix OLM upgrade old channel and version Co-authored-by: Jan Kalinic <jkalinic@redhat.com> --------- Signed-off-by: Michael Edgar <medgar@redhat.com> Co-authored-by: Jan Kalinic <jkalinic@redhat.com>
1 parent 716f470 commit f99feb3

File tree

13 files changed

+21
-15
lines changed

13 files changed

+21
-15
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.11.1-SNAPSHOT</version>
9+
<version>0.12.0-SNAPSHOT</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.11.1-SNAPSHOT</version>
8+
<version>0.12.0-SNAPSHOT</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.11.1-SNAPSHOT</version>
9+
<version>0.12.0-SNAPSHOT</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.11.1-SNAPSHOT</version>
9+
<version>0.12.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>console-operator</artifactId>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ properties: []
66
entries:
77
- name: streamshub-console-operator.v0.11.0
88
replaces: streamshub-console-operator.v0.10.3
9-
- name: streamshub-console-operator.v0.11.1-snapshot
10-
replaces: streamshub-console-operator.v0.11.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
schema: olm.channel
3+
name: 0.12.x
4+
package: streamshub-console-operator
5+
properties: []
6+
entries:
7+
- name: streamshub-console-operator.v0.12.0-snapshot
8+
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.11.1-snapshot
56+
- name: streamshub-console-operator.v0.12.0-snapshot
5757
replaces: streamshub-console-operator.v0.11.0

pom.xml

Lines changed: 1 addition & 1 deletion
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.11.1-SNAPSHOT</version>
9+
<version>0.12.0-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

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.11.1-SNAPSHOT</version>
7+
<version>0.12.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>console-systemtests</artifactId>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OLM channel
2-
oldOlmChannel: 0.10.x
2+
oldOlmChannel: 0.11.x
33
newOlmChannel: alpha
44
# Operator version
5-
oldOperatorVersion: 0.10.3
6-
newOperatorVersion: 0.11.1-snapshot
5+
oldOperatorVersion: 0.11.0
6+
newOperatorVersion: 0.12.0-snapshot

0 commit comments

Comments
 (0)