Skip to content

Commit 9d5d97c

Browse files
author
Bogdan Livadariu
committed
[maven-release-plugin] prepare release bootstraped-multi-test-results-report-reactor-parent-2.2.2
1 parent ef71433 commit 9d5d97c

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

bootstraped-multi-test-results-report/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
</parent>
1111
<groupId>com.github.bogdanlivadariu</groupId>
1212
<artifactId>bootstraped-multi-test-results-report</artifactId>
13-
<version>2.2.2-SNAPSHOT</version>
13+
<version>2.2.2</version>
1414
<packaging>hpi</packaging>
1515
<properties>
1616
<enforcer.skip>true</enforcer.skip>
1717
<jenkins.version>2.375.4</jenkins.version>
18-
<cucumber-reporting-handlebars.version>2.2.2-SNAPSHOT</cucumber-reporting-handlebars.version>
19-
<junit-reporting-handlebars.version>2.2.2-SNAPSHOT</junit-reporting-handlebars.version>
20-
<testng-reporting-handlebars.version>2.2.2-SNAPSHOT</testng-reporting-handlebars.version>
21-
<rspec-reporting-handlebars.version>2.2.2-SNAPSHOT</rspec-reporting-handlebars.version>
18+
<cucumber-reporting-handlebars.version>2.2.2</cucumber-reporting-handlebars.version>
19+
<junit-reporting-handlebars.version>2.2.2</junit-reporting-handlebars.version>
20+
<testng-reporting-handlebars.version>2.2.2</testng-reporting-handlebars.version>
21+
<rspec-reporting-handlebars.version>2.2.2</rspec-reporting-handlebars.version>
2222
</properties>
2323
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
2424
<connection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</connection>
2525
<developerConnection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</developerConnection>
2626
<url>git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</url>
27-
<tag>${scmTag}</tag>
27+
<tag>bootstraped-multi-test-results-report-reactor-parent-2.2.2</tag>
2828
</scm>
2929
<licenses>
3030
<license>

cucumber-reporting-handlebars/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.bogdanlivadariu</groupId>
55
<artifactId>bootstraped-multi-test-results-report-reactor-parent</artifactId>
6-
<version>2.2.2-SNAPSHOT</version>
6+
<version>2.2.2</version>
77
</parent>
88
<groupId>com.github.bogdanlivadariu</groupId>
99
<artifactId>cucumber-reporting-handlebars</artifactId>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</connection>
2323
<developerConnection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</developerConnection>
2424
<url>git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</url>
25-
<tag>${scmTag}</tag>
25+
<tag>bootstraped-multi-test-results-report-reactor-parent-2.2.2</tag>
2626
</scm>
2727
<developers>
2828
<developer>

junit-reporting-handlebars/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.bogdanlivadariu</groupId>
55
<artifactId>bootstraped-multi-test-results-report-reactor-parent</artifactId>
6-
<version>2.2.2-SNAPSHOT</version>
6+
<version>2.2.2</version>
77
</parent>
88
<artifactId>junit-reporting-handlebars</artifactId>
99
<packaging>jar</packaging>
@@ -21,7 +21,7 @@
2121
<connection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</connection>
2222
<developerConnection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</developerConnection>
2323
<url>git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</url>
24-
<tag>${scmTag}</tag>
24+
<tag>bootstraped-multi-test-results-report-reactor-parent-2.2.2</tag>
2525
</scm>
2626
<developers>
2727
<developer>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
versions:update-child-modules -DgenerateBackupPoms=false after updating this
1010
pom with the version you want. The Versions Plugin will update all the childs
1111
POM's to match the desired parent version. -->
12-
<version>2.2.2-SNAPSHOT</version>
12+
<version>2.2.2</version>
1313
<packaging>pom</packaging>
1414
<description>Parent module for com.github.bogdanlivadariu jenkins dependency modules</description>
1515
<url>https://github.com/jenkinsci/bootstraped-multi-test-results-report-plugin</url>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:https://github.com/jenkinsci/bootstraped-multi-test-results-report-plugin.git</connection>
2626
<url>https://github.com/jenkinsci/bootstraped-multi-test-results-report-plugin.git</url>
2727
<developerConnection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report-plugin.git</developerConnection>
28-
<tag>${scmTag}</tag>
28+
<tag>bootstraped-multi-test-results-report-reactor-parent-2.2.2</tag>
2929
</scm>
3030
<developers>
3131
<developer>

rspec-reporting-handlebars/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.bogdanlivadariu</groupId>
55
<artifactId>bootstraped-multi-test-results-report-reactor-parent</artifactId>
6-
<version>2.2.2-SNAPSHOT</version>
6+
<version>2.2.2</version>
77
</parent>
88
<artifactId>rspec-reporting-handlebars</artifactId>
99
<packaging>jar</packaging>
@@ -21,7 +21,7 @@
2121
<connection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</connection>
2222
<developerConnection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</developerConnection>
2323
<url>git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</url>
24-
<tag>${scmTag}</tag>
24+
<tag>bootstraped-multi-test-results-report-reactor-parent-2.2.2</tag>
2525
</scm>
2626
<developers>
2727
<developer>

testng-reporting-handlebars/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.bogdanlivadariu</groupId>
55
<artifactId>bootstraped-multi-test-results-report-reactor-parent</artifactId>
6-
<version>2.2.2-SNAPSHOT</version>
6+
<version>2.2.2</version>
77
</parent>
88

99
<artifactId>testng-reporting-handlebars</artifactId>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</connection>
2323
<developerConnection>scm:git:git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</developerConnection>
2424
<url>git@github.com:jenkinsci/bootstraped-multi-test-results-report.git</url>
25-
<tag>${scmTag}</tag>
25+
<tag>bootstraped-multi-test-results-report-reactor-parent-2.2.2</tag>
2626
</scm>
2727
<developers>
2828
<developer>

0 commit comments

Comments
 (0)