Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 2a5caf3

Browse files
committed
[jgitflow-maven-plugin] updating poms for branch'release/2.0.0' with non-snapshot versions
1 parent 7f6cb03 commit 2a5caf3

File tree

23 files changed

+53
-53
lines changed

23 files changed

+53
-53
lines changed

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<groupId>io.wcm.qa</groupId>
3232
<artifactId>io.wcm.qa.galenium.examples</artifactId>
3333
<packaging>pom</packaging>
34-
<version>2.0.0-SNAPSHOT</version>
34+
<version>2.0.0</version>
3535
<description>Test automation examples.</description>
3636

3737
<properties>

examples/specs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>io.wcm.qa</groupId>
2525
<artifactId>io.wcm.qa.galenium.integration.specs</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../../integration/specs</relativePath>
2828
</parent>
2929

3030
<name>Galenium Example Specs</name>
3131
<groupId>io.wcm.qa</groupId>
3232
<artifactId>io.wcm.qa.galenium.examples.specs</artifactId>
3333
<packaging>jar</packaging>
34-
<version>2.0.0-SNAPSHOT</version>
34+
<version>2.0.0</version>
3535
<description>Test automation example Galen specs.</description>
3636

3737
<properties>

examples/tests/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>io.wcm.qa</groupId>
2525
<artifactId>io.wcm.qa.galenium.integration.ui-tests</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../../integration/ui-tests</relativePath>
2828
</parent>
2929

3030
<name>Galenium Example Tests</name>
3131
<groupId>io.wcm.qa</groupId>
3232
<artifactId>io.wcm.qa.galenium.examples.tests</artifactId>
3333
<packaging>jar</packaging>
34-
<version>2.0.0-SNAPSHOT</version>
34+
<version>2.0.0</version>
3535
<description>Test automation example tests.</description>
3636

3737
<properties>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.wcm.qa</groupId>
4646
<artifactId>io.wcm.qa.galenium.examples.specs</artifactId>
47-
<version>2.0.0-SNAPSHOT</version>
47+
<version>2.0.0</version>
4848
</dependency>
4949

5050
</dependencies>

integration/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<groupId>io.wcm.qa</groupId>
3131
<artifactId>io.wcm.qa.galenium.integration</artifactId>
3232
<packaging>pom</packaging>
33-
<version>2.0.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3434
<description>Test automation integration parent.</description>
3535

3636
<modules>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>io.wcm.qa</groupId>
9494
<artifactId>io.wcm.qa.galenium.logging</artifactId>
95-
<version>2.0.0-SNAPSHOT</version>
95+
<version>2.0.0</version>
9696
</dependency>
9797

9898
</dependencies>
@@ -174,7 +174,7 @@
174174
<plugin>
175175
<groupId>io.wcm.qa</groupId>
176176
<artifactId>io.wcm.qa.galenium.specs-maven-plugin</artifactId>
177-
<version>2.0.0-SNAPSHOT</version>
177+
<version>2.0.0</version>
178178
<configuration>
179179
<packagePrefixSelectors>${galenium.generated.java.package.selectors}</packagePrefixSelectors>
180180
<packagePrefixSpecs>${galenium.generated.java.package.specs}</packagePrefixSpecs>

integration/resources/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>io.wcm.qa</groupId>
2525
<artifactId>io.wcm.qa.galenium.integration</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

3030
<name>Galenium Integration Resources</name>
3131
<groupId>io.wcm.qa</groupId>
3232
<artifactId>io.wcm.qa.galenium.integration.resources</artifactId>
3333
<packaging>jar</packaging>
34-
<version>2.0.0-SNAPSHOT</version>
34+
<version>2.0.0</version>
3535
<description>Test automation integration resources.</description>
3636

3737
<build>

integration/specs/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>io.wcm.qa</groupId>
2525
<artifactId>io.wcm.qa.galenium.integration</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

3030
<name>Galenium Integration Galen-Spec Parent</name>
3131
<groupId>io.wcm.qa</groupId>
3232
<artifactId>io.wcm.qa.galenium.integration.specs</artifactId>
3333
<packaging>pom</packaging>
34-
<version>2.0.0-SNAPSHOT</version>
34+
<version>2.0.0</version>
3535
<description>Test automation integration parent for projects containing the Galen specs.</description>
3636

3737
<dependencies>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.wcm.qa</groupId>
5353
<artifactId>io.wcm.qa.galenium.specs-maven-plugin</artifactId>
54-
<version>2.0.0-SNAPSHOT</version>
54+
<version>2.0.0</version>
5555
</dependency>
5656

5757
</dependencies>

integration/ui-tests/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
<parent>
2323
<groupId>io.wcm.qa</groupId>
2424
<artifactId>io.wcm.qa.galenium.integration</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

2929
<name>Galenium Integration UI-Tests Parent</name>
3030
<groupId>io.wcm.qa</groupId>
3131
<artifactId>io.wcm.qa.galenium.integration.ui-tests</artifactId>
3232
<packaging>pom</packaging>
33-
<version>2.0.0-SNAPSHOT</version>
33+
<version>2.0.0</version>
3434
<description>Test automation integration parent for the actual UI tests.</description>
3535

3636
<dependencies>
@@ -39,23 +39,23 @@
3939
<dependency>
4040
<groupId>io.wcm.qa</groupId>
4141
<artifactId>io.wcm.qa.galenium.integration.resources</artifactId>
42-
<version>2.0.0-SNAPSHOT</version>
42+
<version>2.0.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.wcm.qa</groupId>
4747
<artifactId>io.wcm.qa.galenium.icing</artifactId>
48-
<version>2.0.0-SNAPSHOT</version>
48+
<version>2.0.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>io.wcm.qa</groupId>
5252
<artifactId>io.wcm.qa.galenium.listeners</artifactId>
53-
<version>2.0.0-SNAPSHOT</version>
53+
<version>2.0.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>io.wcm.qa</groupId>
5757
<artifactId>io.wcm.qa.galenium.providers</artifactId>
58-
<version>2.0.0-SNAPSHOT</version>
58+
<version>2.0.0</version>
5959
</dependency>
6060

6161
<!-- Webdriver Management -->

logging/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.wcm.qa</groupId>
2525
<artifactId>io.wcm.qa.galenium.parent</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.wcm.qa</groupId>
3939
<artifactId>io.wcm.qa.galenium.core</artifactId>
40-
<version>2.0.0-SNAPSHOT</version>
40+
<version>2.0.0</version>
4141
</dependency>
4242

4343
<dependency>

maven/archetype/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<parent>
2323
<groupId>io.wcm.qa</groupId>
2424
<artifactId>io.wcm.qa.galenium.root</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<groupId>io.wcm.qa</groupId>
3030
<artifactId>io.wcm.qa.galenium.archetype</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0</version>
3232
<name>wcm.io Archetype for Galenium</name>
3333
<packaging>maven-archetype</packaging>
3434
<url>http://maven.apache.org</url>

maven/specs-plugin/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<artifactId>io.wcm.qa.galenium.parent</artifactId>
66
<groupId>io.wcm.qa</groupId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<relativePath>../../parent/pom.xml</relativePath>
99
</parent>
1010

1111
<name>Galenium Galen Specs Maven Plugin</name>
1212
<description>Generates and packages Java classes from Galen specs.</description>
1313
<groupId>io.wcm.qa</groupId>
1414
<artifactId>io.wcm.qa.galenium.specs-maven-plugin</artifactId>
15-
<version>2.0.0-SNAPSHOT</version>
15+
<version>2.0.0</version>
1616
<packaging>maven-plugin</packaging>
1717

1818
<url>https://qa.wcm.io/galenium/io.wcm.qa.galenium.specs-maven-plugin</url>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.wcm.qa</groupId>
4141
<artifactId>io.wcm.qa.galenium.galen</artifactId>
42-
<version>2.0.0-SNAPSHOT</version>
42+
<version>2.0.0</version>
4343
</dependency>
4444

4545
<!-- Utils -->

modules/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.wcm.qa</groupId>
2525
<artifactId>io.wcm.qa.galenium.parent</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<relativePath>../../parent/pom.xml</relativePath>
2828
</parent>
2929

modules/differences/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.wcm.qa</groupId>
1616
<artifactId>io.wcm.qa.galenium.parent</artifactId>
17-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0</version>
1818
<relativePath>../../parent/pom.xml</relativePath>
1919
</parent>
2020

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.wcm.qa</groupId>
3030
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0</version>
3232
</dependency>
3333

3434
</dependencies>

modules/galen/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.wcm.qa</groupId>
1616
<artifactId>io.wcm.qa.galenium.parent</artifactId>
17-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0</version>
1818
<relativePath>../../parent/pom.xml</relativePath>
1919
</parent>
2020

@@ -28,17 +28,17 @@
2828
<dependency>
2929
<groupId>io.wcm.qa</groupId>
3030
<artifactId>io.wcm.qa.galenium.core</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>io.wcm.qa</groupId>
3535
<artifactId>io.wcm.qa.galenium.differences</artifactId>
36-
<version>2.0.0-SNAPSHOT</version>
36+
<version>2.0.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.wcm.qa</groupId>
4040
<artifactId>io.wcm.qa.galenium.interaction</artifactId>
41-
<version>2.0.0-SNAPSHOT</version>
41+
<version>2.0.0</version>
4242
</dependency>
4343

4444
</dependencies>

modules/icing/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.wcm.qa</groupId>
1616
<artifactId>io.wcm.qa.galenium.parent</artifactId>
17-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0</version>
1818
<relativePath>../../parent/pom.xml</relativePath>
1919
</parent>
2020

@@ -28,12 +28,12 @@
2828
<dependency>
2929
<groupId>io.wcm.qa</groupId>
3030
<artifactId>io.wcm.qa.galenium.verification</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>io.wcm.qa</groupId>
3535
<artifactId>io.wcm.qa.galenium.galen</artifactId>
36-
<version>2.0.0-SNAPSHOT</version>
36+
<version>2.0.0</version>
3737
</dependency>
3838

3939
</dependencies>

modules/interaction/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.wcm.qa</groupId>
1616
<artifactId>io.wcm.qa.galenium.parent</artifactId>
17-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0</version>
1818
<relativePath>../../parent/pom.xml</relativePath>
1919
</parent>
2020

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.wcm.qa</groupId>
3030
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0</version>
3232
</dependency>
3333

3434
</dependencies>

modules/listeners/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.wcm.qa</groupId>
1616
<artifactId>io.wcm.qa.galenium.parent</artifactId>
17-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0</version>
1818
<relativePath>../../parent/pom.xml</relativePath>
1919
</parent>
2020

@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.wcm.qa</groupId>
2929
<artifactId>io.wcm.qa.galenium.core</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.0</version>
3131
</dependency>
3232

3333
<dependency>

modules/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.wcm.qa</groupId>
1616
<artifactId>io.wcm.qa.galenium.parent</artifactId>
17-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0</version>
1818
<relativePath>../parent/pom.xml</relativePath>
1919
</parent>
2020

modules/providers/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.wcm.qa</groupId>
1616
<artifactId>io.wcm.qa.galenium.parent</artifactId>
17-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0</version>
1818
<relativePath>../../parent/pom.xml</relativePath>
1919
</parent>
2020

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.wcm.qa</groupId>
3030
<artifactId>io.wcm.qa.galenium.core</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0</version>
3232
</dependency>
3333

3434
</dependencies>

modules/sampling/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.wcm.qa</groupId>
1616
<artifactId>io.wcm.qa.galenium.parent</artifactId>
17-
<version>2.0.0-SNAPSHOT</version>
17+
<version>2.0.0</version>
1818
<relativePath>../../parent/pom.xml</relativePath>
1919
</parent>
2020

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.wcm.qa</groupId>
3030
<artifactId>io.wcm.qa.galenium.interaction</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)