Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rebot-parent-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spolti committed Feb 16, 2018
1 parent 4eb2ada commit c34c72e
Show file tree
Hide file tree
Showing 22 changed files with 72 additions and 77 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>0.1-SNAPSHOT</version>
<version>0.1</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>rebot-parent-0.1</tag>
</scm>

<properties>
<version.it.rebase.rebot.plugins>0.1-SNAPSHOT</version.it.rebase.rebot.plugins>
<version.it.rebase.rebot.services>0.1-SNAPSHOT</version.it.rebase.rebot.services>
<version.it.rebase.rebot.api>0.1-SNAPSHOT</version.it.rebase.rebot.api>
<version.it.rebase.rebot.plugins>0.1</version.it.rebase.rebot.plugins>
<version.it.rebase.rebot.services>0.1</version.it.rebase.rebot.services>
<version.it.rebase.rebot.api>0.1</version.it.rebase.rebot.api>
<version.wildfly.swarm>2017.12.1</version.wildfly.swarm>
<version.infinispan>9.1.1.Final</version.infinispan>
<version.javax.javaee.api>7.0</version.javax.javaee.api>
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>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</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>rebot-parent-0.1</tag>
</scm>

<!-- Plugins -->
Expand Down
9 changes: 4 additions & 5 deletions rebot-plugins/rebot-karma-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -37,12 +36,12 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

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

<licenses>
Expand All @@ -65,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>rebot-parent-0.1</tag>
</scm>

<dependencies>
Expand Down
9 changes: 4 additions & 5 deletions rebot-plugins/rebot-sed-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<name>ReBot - Telegram Bot Sed Plugin</name>
Expand All @@ -36,12 +35,12 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-plugins-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

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

<licenses>
Expand All @@ -64,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>rebot-parent-0.1</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>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-welcome-message-plugin</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</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>rebot-parent-0.1</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>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-services-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</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>rebot-parent-0.1</tag>
</scm>

<!-- Services -->
Expand Down
6 changes: 3 additions & 3 deletions rebot-services/rebot-cache-service/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-services-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-cache-service</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -62,7 +62,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>rebot-parent-0.1</tag>
</scm>

<dependencies>
Expand Down
9 changes: 4 additions & 5 deletions rebot-services/rebot-currency-service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<name>ReBot - Currency Service Provider</name>
Expand All @@ -12,13 +11,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-services-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-currency-service</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -41,7 +40,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>rebot-parent-0.1</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-services/rebot-faq-service/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-services-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-faq-service</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</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>rebot-parent-0.1</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-services/rebot-jboss-books-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-services-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-jboss-books-service</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -66,7 +66,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>rebot-parent-0.1</tag>
</scm>

<dependencies>
Expand Down
9 changes: 4 additions & 5 deletions rebot-services/rebot-packt-free-learning-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<name>ReBot - Packtpub Free Learning Service</name>
Expand All @@ -36,13 +35,13 @@
<parent>
<groupId>it.rebase</groupId>
<artifactId>rebot-services-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

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

<licenses>
Expand All @@ -65,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>rebot-parent-0.1</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-services/rebot-persistence-service/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-services-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<groupId>it.rebase</groupId>
<artifactId>rebot-persistence-service</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</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>rebot-parent-0.1</tag>
</scm>
<dependencies>

Expand Down
6 changes: 3 additions & 3 deletions rebot-services/rebot-ping-service/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-services-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-ping-service</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</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>rebot-parent-0.1</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions rebot-services/rebot-uptime-service/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-services-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<!-- Artifact Configuration -->
<groupId>it.rebase</groupId>
<artifactId>rebot-uptime-service</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</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>rebot-parent-0.1</tag>
</scm>


Expand Down
Loading

0 comments on commit c34c72e

Please sign in to comment.