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

Commit 7f7430b

Browse files
committed
[jgitflow-maven-plugin] updating poms for branch'release/4.0.0' with non-snapshot versions
1 parent 24d9af7 commit 7f7430b

File tree

19 files changed

+68
-68
lines changed

19 files changed

+68
-68
lines changed

integration/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<name>Galenium Integration Parent</name>
3030
<artifactId>io.wcm.qa.galenium.integration</artifactId>
3131
<packaging>pom</packaging>
32-
<version>4.0.0-SNAPSHOT</version>
32+
<version>4.0.0</version>
3333
<description>Test automation integration parent.</description>
3434

3535
<modules>
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>io.wcm.qa</groupId>
184184
<artifactId>io.wcm.qa.galenium.specs-maven-plugin</artifactId>
185-
<version>4.0.0-SNAPSHOT</version>
185+
<version>4.0.0</version>
186186
<configuration>
187187
<packagePrefixSelectors>${galenium.generated.java.package.selectors}</packagePrefixSelectors>
188188
<packagePrefixSpecs>${galenium.generated.java.package.specs}</packagePrefixSpecs>

integration/resources/pom.xml

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

integration/specs/pom.xml

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

@@ -37,27 +37,27 @@
3737
<dependency>
3838
<groupId>io.wcm.qa</groupId>
3939
<artifactId>io.wcm.qa.galenium.core</artifactId>
40-
<version>4.0.0-SNAPSHOT</version>
40+
<version>4.0.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.wcm.qa</groupId>
4444
<artifactId>io.wcm.qa.galenium.galen</artifactId>
45-
<version>4.0.0-SNAPSHOT</version>
45+
<version>4.0.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>io.wcm.qa</groupId>
4949
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
50-
<version>4.0.0-SNAPSHOT</version>
50+
<version>4.0.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.wcm.qa</groupId>
5454
<artifactId>io.wcm.qa.galenium.specs-maven-plugin</artifactId>
55-
<version>4.0.0-SNAPSHOT</version>
55+
<version>4.0.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>io.wcm.qa</groupId>
5959
<artifactId>io.wcm.qa.galenium.interaction</artifactId>
60-
<version>4.0.0-SNAPSHOT</version>
60+
<version>4.0.0</version>
6161
</dependency>
6262

6363
<dependency>

integration/ui-tests/pom.xml

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

@@ -43,58 +43,58 @@
4343
<dependency>
4444
<groupId>io.wcm.qa</groupId>
4545
<artifactId>io.wcm.qa.galenium.integration.resources</artifactId>
46-
<version>4.0.0-SNAPSHOT</version>
46+
<version>4.0.0</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.wcm.qa</groupId>
5151
<artifactId>io.wcm.qa.galenium.core</artifactId>
52-
<version>4.0.0-SNAPSHOT</version>
52+
<version>4.0.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>io.wcm.qa</groupId>
5656
<artifactId>io.wcm.qa.galenium.differences</artifactId>
57-
<version>4.0.0-SNAPSHOT</version>
57+
<version>4.0.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>io.wcm.qa</groupId>
6161
<artifactId>io.wcm.qa.galenium.galen</artifactId>
62-
<version>4.0.0-SNAPSHOT</version>
62+
<version>4.0.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>io.wcm.qa</groupId>
6666
<artifactId>io.wcm.qa.galenium.icing</artifactId>
67-
<version>4.0.0-SNAPSHOT</version>
67+
<version>4.0.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>io.wcm.qa</groupId>
7171
<artifactId>io.wcm.qa.galenium.interaction</artifactId>
72-
<version>4.0.0-SNAPSHOT</version>
72+
<version>4.0.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>io.wcm.qa</groupId>
7676
<artifactId>io.wcm.qa.galenium.listeners</artifactId>
77-
<version>4.0.0-SNAPSHOT</version>
77+
<version>4.0.0</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>io.wcm.qa</groupId>
8181
<artifactId>io.wcm.qa.galenium.providers</artifactId>
82-
<version>4.0.0-SNAPSHOT</version>
82+
<version>4.0.0</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>io.wcm.qa</groupId>
8686
<artifactId>io.wcm.qa.galenium.sampling</artifactId>
87-
<version>4.0.0-SNAPSHOT</version>
87+
<version>4.0.0</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>io.wcm.qa</groupId>
9191
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
92-
<version>4.0.0-SNAPSHOT</version>
92+
<version>4.0.0</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>io.wcm.qa</groupId>
9696
<artifactId>io.wcm.qa.galenium.verification</artifactId>
97-
<version>4.0.0-SNAPSHOT</version>
97+
<version>4.0.0</version>
9898
</dependency>
9999

100100
<dependency>

maven/archetype/pom.xml

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

maven/specs-plugin/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>io.wcm.qa.galenium.parent</artifactId>
2323
<groupId>io.wcm.qa</groupId>
24-
<version>4.0.0-SNAPSHOT</version>
24+
<version>4.0.0</version>
2525
<relativePath>../../parent/pom.xml</relativePath>
2626
</parent>
2727

@@ -55,25 +55,25 @@
5555
<groupId>io.wcm.qa</groupId>
5656
<artifactId>io.wcm.qa.galenium.core</artifactId>
5757
<optional>true</optional>
58-
<version>4.0.0-SNAPSHOT</version>
58+
<version>4.0.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>io.wcm.qa</groupId>
6262
<artifactId>io.wcm.qa.galenium.galen</artifactId>
63-
<version>4.0.0-SNAPSHOT</version>
63+
<version>4.0.0</version>
6464
<optional>true</optional>
6565
</dependency>
6666
<dependency>
6767
<groupId>io.wcm.qa</groupId>
6868
<artifactId>io.wcm.qa.galenium.interaction</artifactId>
6969
<optional>true</optional>
70-
<version>4.0.0-SNAPSHOT</version>
70+
<version>4.0.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>io.wcm.qa</groupId>
7474
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
7575
<optional>true</optional>
76-
<version>4.0.0-SNAPSHOT</version>
76+
<version>4.0.0</version>
7777
</dependency>
7878

7979
<!-- Utils -->

modules/core/pom.xml

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

modules/differences/pom.xml

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

@@ -36,14 +36,14 @@
3636
<dependency>
3737
<groupId>io.wcm.qa</groupId>
3838
<artifactId>io.wcm.qa.galenium.core</artifactId>
39-
<version>4.0.0-SNAPSHOT</version>
39+
<version>4.0.0</version>
4040
<optional>true</optional>
4141
</dependency>
4242

4343
<dependency>
4444
<groupId>io.wcm.qa</groupId>
4545
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
46-
<version>4.0.0-SNAPSHOT</version>
46+
<version>4.0.0</version>
4747
<optional>true</optional>
4848
</dependency>
4949

modules/galen/pom.xml

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

@@ -36,25 +36,25 @@
3636
<dependency>
3737
<groupId>io.wcm.qa</groupId>
3838
<artifactId>io.wcm.qa.galenium.core</artifactId>
39-
<version>4.0.0-SNAPSHOT</version>
39+
<version>4.0.0</version>
4040
<optional>true</optional>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.wcm.qa</groupId>
4444
<artifactId>io.wcm.qa.galenium.differences</artifactId>
45-
<version>4.0.0-SNAPSHOT</version>
45+
<version>4.0.0</version>
4646
<optional>true</optional>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.wcm.qa</groupId>
5050
<artifactId>io.wcm.qa.galenium.interaction</artifactId>
51-
<version>4.0.0-SNAPSHOT</version>
51+
<version>4.0.0</version>
5252
<optional>true</optional>
5353
</dependency>
5454
<dependency>
5555
<groupId>io.wcm.qa</groupId>
5656
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
57-
<version>4.0.0-SNAPSHOT</version>
57+
<version>4.0.0</version>
5858
<optional>true</optional>
5959
</dependency>
6060

modules/icing/pom.xml

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

@@ -36,49 +36,49 @@
3636
<dependency>
3737
<groupId>io.wcm.qa</groupId>
3838
<artifactId>io.wcm.qa.galenium.core</artifactId>
39-
<version>4.0.0-SNAPSHOT</version>
39+
<version>4.0.0</version>
4040
<optional>true</optional>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.wcm.qa</groupId>
4444
<artifactId>io.wcm.qa.galenium.differences</artifactId>
45-
<version>4.0.0-SNAPSHOT</version>
45+
<version>4.0.0</version>
4646
<optional>true</optional>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.wcm.qa</groupId>
5050
<artifactId>io.wcm.qa.galenium.galen</artifactId>
51-
<version>4.0.0-SNAPSHOT</version>
51+
<version>4.0.0</version>
5252
<optional>true</optional>
5353
</dependency>
5454
<dependency>
5555
<groupId>io.wcm.qa</groupId>
5656
<artifactId>io.wcm.qa.galenium.interaction</artifactId>
57-
<version>4.0.0-SNAPSHOT</version>
57+
<version>4.0.0</version>
5858
<optional>true</optional>
5959
</dependency>
6060
<dependency>
6161
<groupId>io.wcm.qa</groupId>
6262
<artifactId>io.wcm.qa.galenium.providers</artifactId>
63-
<version>4.0.0-SNAPSHOT</version>
63+
<version>4.0.0</version>
6464
<optional>true</optional>
6565
</dependency>
6666
<dependency>
6767
<groupId>io.wcm.qa</groupId>
6868
<artifactId>io.wcm.qa.galenium.sampling</artifactId>
69-
<version>4.0.0-SNAPSHOT</version>
69+
<version>4.0.0</version>
7070
<optional>true</optional>
7171
</dependency>
7272
<dependency>
7373
<groupId>io.wcm.qa</groupId>
7474
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
75-
<version>4.0.0-SNAPSHOT</version>
75+
<version>4.0.0</version>
7676
<optional>true</optional>
7777
</dependency>
7878
<dependency>
7979
<groupId>io.wcm.qa</groupId>
8080
<artifactId>io.wcm.qa.galenium.verification</artifactId>
81-
<version>4.0.0-SNAPSHOT</version>
81+
<version>4.0.0</version>
8282
<optional>true</optional>
8383
</dependency>
8484

modules/interaction/pom.xml

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

@@ -36,14 +36,14 @@
3636
<dependency>
3737
<groupId>io.wcm.qa</groupId>
3838
<artifactId>io.wcm.qa.galenium.core</artifactId>
39-
<version>4.0.0-SNAPSHOT</version>
39+
<version>4.0.0</version>
4040
<optional>true</optional>
4141
</dependency>
4242

4343
<dependency>
4444
<groupId>io.wcm.qa</groupId>
4545
<artifactId>io.wcm.qa.galenium.selectors</artifactId>
46-
<version>4.0.0-SNAPSHOT</version>
46+
<version>4.0.0</version>
4747
<optional>true</optional>
4848
</dependency>
4949

modules/listeners/pom.xml

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

@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.wcm.qa</groupId>
3737
<artifactId>io.wcm.qa.galenium.core</artifactId>
38-
<version>4.0.0-SNAPSHOT</version>
38+
<version>4.0.0</version>
3939
<optional>true</optional>
4040
</dependency>
4141

modules/pom.xml

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

0 commit comments

Comments
 (0)