Skip to content

Commit aaa4307

Browse files
committed
[maven-release-plugin] prepare release 0.3
1 parent 2174974 commit aaa4307

File tree

23 files changed

+73
-73
lines changed

23 files changed

+73
-73
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<groupId>it.rebase</groupId>
4242
<artifactId>rebot-parent</artifactId>
43-
<version>1.0-SNAPSHOT</version>
43+
<version>0.3</version>
4444
<packaging>pom</packaging>
4545

4646
<licenses>
@@ -63,13 +63,13 @@
6363
<scm>
6464
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6565
<url>https://github.com/rebase-it/rebot</url>
66-
<tag>HEAD</tag>
66+
<tag>0.3</tag>
6767
</scm>
6868

6969
<properties>
70-
<version.it.rebase.rebot.plugins>1.0-SNAPSHOT</version.it.rebase.rebot.plugins>
71-
<version.it.rebase.rebot.services>1.0-SNAPSHOT</version.it.rebase.rebot.services>
72-
<version.it.rebase.rebot.api>1.0-SNAPSHOT</version.it.rebase.rebot.api>
70+
<version.it.rebase.rebot.plugins>0.3</version.it.rebase.rebot.plugins>
71+
<version.it.rebase.rebot.services>0.3</version.it.rebase.rebot.services>
72+
<version.it.rebase.rebot.api>0.3</version.it.rebase.rebot.api>
7373
<version.wildfly.swarm>2018.5.0</version.wildfly.swarm>
7474
<version.infinispan>9.1.1.Final</version.infinispan>
7575
<version.javax.javaee.api>7.0</version.javax.javaee.api>

rebot-container-image/image.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ schema_version: 1
22

33
name: "rebaseit/rebot"
44
description: "ReBot Telegram Bot container image"
5-
version: "0.2"
6-
from: "docker.io/openjdk:latest"
5+
version: "0.3"
6+
from: "docker.io/openjdk:8-jre-slim"
77
labels:
88
- name: "io.k8s.description"
99
value: "A JavaEE Telegram bot"
@@ -15,11 +15,11 @@ labels:
1515
value: "javaee,wildfly-swarm,rebot"
1616
envs:
1717
- name: "REBOT_TELEGRAM_BOT_VERSION"
18-
value: "0.2"
18+
value: "0.3"
1919
- name: "REBOT_HOME"
2020
value: "/opt/rebot"
2121
- name: "REBOT_SWARM_BINARY"
22-
value: "rebot-telegram-bot-0.2-swarm.jar"
22+
value: "rebot-telegram-bot-0.3-swarm.jar"
2323
- name: "REBOT_TELEGRAM_LOG_LEVEL"
2424
example: "TRACE"
2525
description: "The log level, default is INFO"
@@ -41,9 +41,9 @@ modules:
4141
- name: rebot-prepare
4242
- name: configure-and-launch
4343
artifacts:
44-
- name: rebot-telegram-bot-0.2-swarm.jar
45-
url: https://repo.maven.apache.org/maven2/it/rebase/rebot-telegram-bot/0.2/rebot-telegram-bot-0.2-swarm.jar
46-
md5: b329f12d5eaa96b19934319289980b70
44+
- name: rebot-telegram-bot-0.3-swarm.jar
45+
url: https://repo.maven.apache.org/maven2/it/rebase/rebot-telegram-bot/0.3/rebot-telegram-bot-0.3-swarm.jar
46+
md5: 023a1928fc6ff2314e1d8ea9eb163441
4747
run:
4848
user: 185
4949
cmd:

rebot-container-image/template/rebot-application-template-for-k8s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ message: |-
1616
ReBot Telegram Chat ID: ${REBOT_TELEGRAM_CHAT_ID}
1717
ReBot Log Level: ${REBOT_TELEGRAM_LOG_LEVEL}
1818
19-
For more information about using this template, see https://github.com/rebase-it/rebot/tree/v0.2/rebot-container-image.
19+
For more information about using this template, see https://github.com/rebase-it/rebot/tree/v0.3/rebot-container-image.
2020
parameters:
2121
- displayName: Application Name
2222
description: "The name for the application."
@@ -105,7 +105,7 @@ objects:
105105
from:
106106
kind: ImageStreamTag
107107
namespace: "${IMAGE_STREAM_NAMESPACE}"
108-
name: rebot-telegram-bot:0.2
108+
name: rebot-telegram-bot:0.3
109109
- type: ConfigChange
110110
replicas: 1
111111
selector:

rebot-plugins/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<parent>
3737
<groupId>it.rebase</groupId>
3838
<artifactId>rebot-parent</artifactId>
39-
<version>1.0-SNAPSHOT</version>
39+
<version>0.3</version>
4040
</parent>
4141

4242
<groupId>it.rebase</groupId>
4343
<artifactId>rebot-plugins-parent</artifactId>
44-
<version>1.0-SNAPSHOT</version>
44+
<version>0.3</version>
4545
<packaging>pom</packaging>
4646

4747
<licenses>
@@ -64,7 +64,7 @@
6464
<scm>
6565
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6666
<url>https://github.com/rebase-it/rebot</url>
67-
<tag>HEAD</tag>
67+
<tag>0.3</tag>
6868
</scm>
6969

7070
<!-- Plugins -->

rebot-plugins/rebot-currency-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<parent>
3535
<groupId>it.rebase</groupId>
3636
<artifactId>rebot-plugins-parent</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>0.3</version>
3838
</parent>
3939

4040
<!-- Artifact Configuration -->
4141
<groupId>it.rebase</groupId>
4242
<artifactId>rebot-currency-plugin</artifactId>
43-
<version>1.0-SNAPSHOT</version>
43+
<version>0.3</version>
4444
<packaging>jar</packaging>
4545

4646
<licenses>
@@ -63,7 +63,7 @@
6363
<scm>
6464
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6565
<url>https://github.com/rebase-it/rebot</url>
66-
<tag>HEAD</tag>
66+
<tag>0.3</tag>
6767
</scm>
6868

6969
<dependencies>

rebot-plugins/rebot-faq-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<parent>
3636
<groupId>it.rebase</groupId>
3737
<artifactId>rebot-plugins-parent</artifactId>
38-
<version>1.0-SNAPSHOT</version>
38+
<version>0.3</version>
3939
</parent>
4040

4141
<!-- Artifact Configuration -->
4242
<groupId>it.rebase</groupId>
4343
<artifactId>rebot-faq-plugin</artifactId>
44-
<version>1.0-SNAPSHOT</version>
44+
<version>0.3</version>
4545
<packaging>jar</packaging>
4646

4747
<licenses>
@@ -64,7 +64,7 @@
6464
<scm>
6565
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6666
<url>https://github.com/rebase-it/rebot</url>
67-
<tag>HEAD</tag>
67+
<tag>0.3</tag>
6868
</scm>
6969

7070
<dependencies>

rebot-plugins/rebot-karma-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
<parent>
3737
<groupId>it.rebase</groupId>
3838
<artifactId>rebot-plugins-parent</artifactId>
39-
<version>1.0-SNAPSHOT</version>
39+
<version>0.3</version>
4040
</parent>
4141

4242
<groupId>it.rebase</groupId>
4343
<artifactId>rebot-karma-plugin</artifactId>
44-
<version>1.0-SNAPSHOT</version>
44+
<version>0.3</version>
4545
<packaging>jar</packaging>
4646

4747
<licenses>
@@ -64,7 +64,7 @@
6464
<scm>
6565
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6666
<url>https://github.com/rebase-it/rebot</url>
67-
<tag>HEAD</tag>
67+
<tag>0.3</tag>
6868
</scm>
6969

7070
<dependencies>

rebot-plugins/rebot-packt-free-learning-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<parent>
3636
<groupId>it.rebase</groupId>
3737
<artifactId>rebot-plugins-parent</artifactId>
38-
<version>1.0-SNAPSHOT</version>
38+
<version>0.3</version>
3939
</parent>
4040

4141
<!-- Artifact Configuration -->
4242
<groupId>it.rebase</groupId>
4343
<artifactId>rebot-packt-free-learning-plugin</artifactId>
44-
<version>1.0-SNAPSHOT</version>
44+
<version>0.3</version>
4545
<packaging>jar</packaging>
4646

4747
<licenses>
@@ -64,7 +64,7 @@
6464
<scm>
6565
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6666
<url>https://github.com/rebase-it/rebot</url>
67-
<tag>HEAD</tag>
67+
<tag>0.3</tag>
6868
</scm>
6969

7070
<dependencies>

rebot-plugins/rebot-ping-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<parent>
3636
<groupId>it.rebase</groupId>
3737
<artifactId>rebot-plugins-parent</artifactId>
38-
<version>1.0-SNAPSHOT</version>
38+
<version>0.3</version>
3939
</parent>
4040

4141
<!-- Artifact Configuration -->
4242
<groupId>it.rebase</groupId>
4343
<artifactId>rebot-ping-plugin</artifactId>
44-
<version>1.0-SNAPSHOT</version>
44+
<version>0.3</version>
4545
<packaging>jar</packaging>
4646

4747
<licenses>
@@ -64,7 +64,7 @@
6464
<scm>
6565
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6666
<url>https://github.com/rebase-it/rebot</url>
67-
<tag>HEAD</tag>
67+
<tag>0.3</tag>
6868
</scm>
6969

7070
<dependencies>

rebot-plugins/rebot-sed-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<parent>
3636
<groupId>it.rebase</groupId>
3737
<artifactId>rebot-plugins-parent</artifactId>
38-
<version>1.0-SNAPSHOT</version>
38+
<version>0.3</version>
3939
</parent>
4040

4141
<groupId>it.rebase</groupId>
4242
<artifactId>rebot-sed-plugin</artifactId>
43-
<version>1.0-SNAPSHOT</version>
43+
<version>0.3</version>
4444
<packaging>jar</packaging>
4545

4646
<licenses>
@@ -63,7 +63,7 @@
6363
<scm>
6464
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6565
<url>https://github.com/rebase-it/rebot</url>
66-
<tag>HEAD</tag>
66+
<tag>0.3</tag>
6767
</scm>
6868

6969
<dependencies>

0 commit comments

Comments
 (0)