Skip to content

Commit c34c72e

Browse files
committed
[maven-release-plugin] prepare release rebot-parent-0.1
1 parent 4eb2ada commit c34c72e

File tree

22 files changed

+72
-77
lines changed

22 files changed

+72
-77
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>0.1-SNAPSHOT</version>
43+
<version>0.1</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>rebot-parent-0.1</tag>
6767
</scm>
6868

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

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>0.1-SNAPSHOT</version>
39+
<version>0.1</version>
4040
</parent>
4141

4242
<groupId>it.rebase</groupId>
4343
<artifactId>rebot-plugins-parent</artifactId>
44-
<version>0.1-SNAPSHOT</version>
44+
<version>0.1</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>rebot-parent-0.1</tag>
6868
</scm>
6969

7070
<!-- Plugins -->

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2323
-->
2424

25-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25+
<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">
2726

2827
<modelVersion>4.0.0</modelVersion>
2928

@@ -37,12 +36,12 @@
3736
<parent>
3837
<groupId>it.rebase</groupId>
3938
<artifactId>rebot-plugins-parent</artifactId>
40-
<version>0.1-SNAPSHOT</version>
39+
<version>0.1</version>
4140
</parent>
4241

4342
<groupId>it.rebase</groupId>
4443
<artifactId>rebot-karma-plugin</artifactId>
45-
<version>0.1-SNAPSHOT</version>
44+
<version>0.1</version>
4645
<packaging>jar</packaging>
4746

4847
<licenses>
@@ -65,7 +64,7 @@
6564
<scm>
6665
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6766
<url>https://github.com/rebase-it/rebot</url>
68-
<tag>HEAD</tag>
67+
<tag>rebot-parent-0.1</tag>
6968
</scm>
7069

7170
<dependencies>

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2323
-->
2424

25-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25+
<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">
2726
<modelVersion>4.0.0</modelVersion>
2827

2928
<name>ReBot - Telegram Bot Sed Plugin</name>
@@ -36,12 +35,12 @@
3635
<parent>
3736
<groupId>it.rebase</groupId>
3837
<artifactId>rebot-plugins-parent</artifactId>
39-
<version>0.1-SNAPSHOT</version>
38+
<version>0.1</version>
4039
</parent>
4140

4241
<groupId>it.rebase</groupId>
4342
<artifactId>rebot-sed-plugin</artifactId>
44-
<version>0.1-SNAPSHOT</version>
43+
<version>0.1</version>
4544
<packaging>jar</packaging>
4645

4746
<licenses>
@@ -64,7 +63,7 @@
6463
<scm>
6564
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6665
<url>https://github.com/rebase-it/rebot</url>
67-
<tag>HEAD</tag>
66+
<tag>rebot-parent-0.1</tag>
6867
</scm>
6968

7069
<dependencies>

rebot-plugins/rebot-welcome-message-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>0.1-SNAPSHOT</version>
39+
<version>0.1</version>
4040
</parent>
4141

4242
<groupId>it.rebase</groupId>
4343
<artifactId>rebot-welcome-message-plugin</artifactId>
44-
<version>0.1-SNAPSHOT</version>
44+
<version>0.1</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>rebot-parent-0.1</tag>
6868
</scm>
6969

7070
<dependencies>

rebot-services/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-parent</artifactId>
38-
<version>0.1-SNAPSHOT</version>
38+
<version>0.1</version>
3939
</parent>
4040

4141
<groupId>it.rebase</groupId>
4242
<artifactId>rebot-services-parent</artifactId>
43-
<version>0.1-SNAPSHOT</version>
43+
<version>0.1</version>
4444
<packaging>pom</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>rebot-parent-0.1</tag>
6767
</scm>
6868

6969
<!-- Services -->

rebot-services/rebot-cache-service/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-services-parent</artifactId>
38-
<version>0.1-SNAPSHOT</version>
38+
<version>0.1</version>
3939
</parent>
4040

4141
<groupId>it.rebase</groupId>
4242
<artifactId>rebot-cache-service</artifactId>
43-
<version>0.1-SNAPSHOT</version>
43+
<version>0.1</version>
4444
<packaging>jar</packaging>
4545

4646
<licenses>
@@ -62,7 +62,7 @@
6262
<scm>
6363
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6464
<url>https://github.com/rebase-it/rebot</url>
65-
<tag>HEAD</tag>
65+
<tag>rebot-parent-0.1</tag>
6666
</scm>
6767

6868
<dependencies>

rebot-services/rebot-currency-service/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32

43
<modelVersion>4.0.0</modelVersion>
54
<name>ReBot - Currency Service Provider</name>
@@ -12,13 +11,13 @@
1211
<parent>
1312
<groupId>it.rebase</groupId>
1413
<artifactId>rebot-services-parent</artifactId>
15-
<version>0.1-SNAPSHOT</version>
14+
<version>0.1</version>
1615
</parent>
1716

1817
<!-- Artifact Configuration -->
1918
<groupId>it.rebase</groupId>
2019
<artifactId>rebot-currency-service</artifactId>
21-
<version>0.1-SNAPSHOT</version>
20+
<version>0.1</version>
2221
<packaging>jar</packaging>
2322

2423
<licenses>
@@ -41,7 +40,7 @@
4140
<scm>
4241
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
4342
<url>https://github.com/rebase-it/rebot</url>
44-
<tag>HEAD</tag>
43+
<tag>rebot-parent-0.1</tag>
4544
</scm>
4645

4746
<dependencies>

rebot-services/rebot-faq-service/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-services-parent</artifactId>
38-
<version>0.1-SNAPSHOT</version>
38+
<version>0.1</version>
3939
</parent>
4040

4141
<!-- Artifact Configuration -->
4242
<groupId>it.rebase</groupId>
4343
<artifactId>rebot-faq-service</artifactId>
44-
<version>0.1-SNAPSHOT</version>
44+
<version>0.1</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>rebot-parent-0.1</tag>
6868
</scm>
6969

7070
<dependencies>

rebot-services/rebot-jboss-books-service/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
<parent>
3838
<groupId>it.rebase</groupId>
3939
<artifactId>rebot-services-parent</artifactId>
40-
<version>0.1-SNAPSHOT</version>
40+
<version>0.1</version>
4141
</parent>
4242

4343
<!-- Artifact Configuration -->
4444
<groupId>it.rebase</groupId>
4545
<artifactId>rebot-jboss-books-service</artifactId>
46-
<version>0.1-SNAPSHOT</version>
46+
<version>0.1</version>
4747
<packaging>jar</packaging>
4848

4949
<licenses>
@@ -66,7 +66,7 @@
6666
<scm>
6767
<connection>scm:git:[email protected]:rebase-it/rebot.git</connection>
6868
<url>https://github.com/rebase-it/rebot</url>
69-
<tag>HEAD</tag>
69+
<tag>rebot-parent-0.1</tag>
7070
</scm>
7171

7272
<dependencies>

0 commit comments

Comments
 (0)