Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spolti committed Dec 26, 2018
1 parent 2174974 commit aaa4307
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 73 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<groupId>it.rebase</groupId>
<artifactId>rebot-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -63,13 +63,13 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<properties>
<version.it.rebase.rebot.plugins>1.0-SNAPSHOT</version.it.rebase.rebot.plugins>
<version.it.rebase.rebot.services>1.0-SNAPSHOT</version.it.rebase.rebot.services>
<version.it.rebase.rebot.api>1.0-SNAPSHOT</version.it.rebase.rebot.api>
<version.it.rebase.rebot.plugins>0.3</version.it.rebase.rebot.plugins>
<version.it.rebase.rebot.services>0.3</version.it.rebase.rebot.services>
<version.it.rebase.rebot.api>0.3</version.it.rebase.rebot.api>
<version.wildfly.swarm>2018.5.0</version.wildfly.swarm>
<version.infinispan>9.1.1.Final</version.infinispan>
<version.javax.javaee.api>7.0</version.javax.javaee.api>
Expand Down
14 changes: 7 additions & 7 deletions rebot-container-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ schema_version: 1

name: "rebaseit/rebot"
description: "ReBot Telegram Bot container image"
version: "0.2"
from: "docker.io/openjdk:latest"
version: "0.3"
from: "docker.io/openjdk:8-jre-slim"
labels:
- name: "io.k8s.description"
value: "A JavaEE Telegram bot"
Expand All @@ -15,11 +15,11 @@ labels:
value: "javaee,wildfly-swarm,rebot"
envs:
- name: "REBOT_TELEGRAM_BOT_VERSION"
value: "0.2"
value: "0.3"
- name: "REBOT_HOME"
value: "/opt/rebot"
- name: "REBOT_SWARM_BINARY"
value: "rebot-telegram-bot-0.2-swarm.jar"
value: "rebot-telegram-bot-0.3-swarm.jar"
- name: "REBOT_TELEGRAM_LOG_LEVEL"
example: "TRACE"
description: "The log level, default is INFO"
Expand All @@ -41,9 +41,9 @@ modules:
- name: rebot-prepare
- name: configure-and-launch
artifacts:
- name: rebot-telegram-bot-0.2-swarm.jar
url: https://repo.maven.apache.org/maven2/it/rebase/rebot-telegram-bot/0.2/rebot-telegram-bot-0.2-swarm.jar
md5: b329f12d5eaa96b19934319289980b70
- name: rebot-telegram-bot-0.3-swarm.jar
url: https://repo.maven.apache.org/maven2/it/rebase/rebot-telegram-bot/0.3/rebot-telegram-bot-0.3-swarm.jar
md5: 023a1928fc6ff2314e1d8ea9eb163441
run:
user: 185
cmd:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ message: |-
ReBot Telegram Chat ID: ${REBOT_TELEGRAM_CHAT_ID}
ReBot Log Level: ${REBOT_TELEGRAM_LOG_LEVEL}
For more information about using this template, see https://github.com/rebase-it/rebot/tree/v0.2/rebot-container-image.
For more information about using this template, see https://github.com/rebase-it/rebot/tree/v0.3/rebot-container-image.
parameters:
- displayName: Application Name
description: "The name for the application."
Expand Down Expand Up @@ -105,7 +105,7 @@ objects:
from:
kind: ImageStreamTag
namespace: "${IMAGE_STREAM_NAMESPACE}"
name: rebot-telegram-bot:0.2
name: rebot-telegram-bot:0.3
- type: ConfigChange
replicas: 1
selector:
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -64,7 +64,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<!-- Plugins -->
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-currency-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-currency-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -63,7 +63,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-faq-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-faq-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -64,7 +64,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-karma-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-karma-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -64,7 +64,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-packt-free-learning-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-packt-free-learning-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -64,7 +64,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-ping-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-ping-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -64,7 +64,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-sed-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-sed-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -63,7 +63,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-uptime-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-uptime-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -64,7 +64,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>


Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-urban-dictionary-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-urban-dictionary-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -64,7 +64,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-weather-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-weather-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -64,7 +64,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-plugins/rebot-welcome-message-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-welcome-message-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -64,7 +64,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-services-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -63,7 +63,7 @@
<scm>
<connection>scm:git:git@github.com:rebase-it/rebot.git</connection>
<url>https://github.com/rebase-it/rebot</url>
<tag>HEAD</tag>
<tag>0.3</tag>
</scm>

<!-- Services -->
Expand Down
Loading

0 comments on commit aaa4307

Please sign in to comment.