Skip to content

Commit 0532fe7

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 4c3dc4e commit 0532fe7

File tree

11 files changed

+15
-11
lines changed

11 files changed

+15
-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.12.0</version>
9+
<version>0.12.1-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.12.0</version>
8+
<version>0.12.1-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.12.0</version>
9+
<version>0.12.1-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.12.0</version>
9+
<version>0.12.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>console-operator</artifactId>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ properties: []
66
entries:
77
- name: streamshub-console-operator.v0.12.0
88
replaces: streamshub-console-operator.v0.11.0
9+
- name: streamshub-console-operator.v0.12.1-snapshot
10+
replaces: streamshub-console-operator.v0.12.0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ entries:
5555
replaces: streamshub-console-operator.v0.10.3
5656
- name: streamshub-console-operator.v0.12.0
5757
replaces: streamshub-console-operator.v0.11.0
58+
- name: streamshub-console-operator.v0.12.1-snapshot
59+
replaces: streamshub-console-operator.v0.12.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</version>
9+
<version>0.12.1-SNAPSHOT</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>0.12.0</tag>
72+
<tag>HEAD</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</version>
7+
<version>0.12.1-SNAPSHOT</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.

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

0 commit comments

Comments
 (0)