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

Commit 0903d07

Browse files
committed
[jgitflow-maven-plugin] updating poms for 0.1.20 branch with snapshot versions
1 parent a079e3b commit 0903d07

File tree

23 files changed

+65
-88
lines changed

23 files changed

+65
-88
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.1.19-SNAPSHOT</version>
34+
<version>0.1.20-SNAPSHOT</version>
3535
<description>Test automation examples.</description>
3636

3737
<properties>

examples/specs/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,21 @@
1717
#L%
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>io.wcm.qa</groupId>
2725
<artifactId>io.wcm.qa.galenium.integration.specs</artifactId>
28-
<version>0.1.19-SNAPSHOT</version>
26+
<version>0.1.20-SNAPSHOT</version>
2927
<relativePath>../../integration/specs</relativePath>
3028
</parent>
3129

3230
<name>Galenium Example Specs</name>
3331
<groupId>io.wcm.qa</groupId>
3432
<artifactId>io.wcm.qa.galenium.examples.specs</artifactId>
3533
<packaging>jar</packaging>
36-
<version>0.1.19-SNAPSHOT</version>
34+
<version>0.1.20-SNAPSHOT</version>
3735
<description>Test automation example Galen specs.</description>
3836

3937
<properties>

examples/tests/pom.xml

Lines changed: 3 additions & 3 deletions
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>0.1.19-SNAPSHOT</version>
26+
<version>0.1.20-SNAPSHOT</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>0.1.19-SNAPSHOT</version>
34+
<version>0.1.20-SNAPSHOT</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>0.1.19-SNAPSHOT</version>
47+
<version>0.1.20-SNAPSHOT</version>
4848
</dependency>
4949

5050
</dependencies>

integration/pom.xml

Lines changed: 3 additions & 3 deletions
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>0.1.19-SNAPSHOT</version>
33+
<version>0.1.20-SNAPSHOT</version>
3434
<description>Test automation integration parent.</description>
3535

3636
<modules>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>io.wcm.qa</groupId>
109109
<artifactId>io.wcm.qa.galenium.logging</artifactId>
110-
<version>0.1.19-SNAPSHOT</version>
110+
<version>0.1.20-SNAPSHOT</version>
111111
</dependency>
112112

113113
</dependencies>
@@ -187,7 +187,7 @@
187187
<plugin>
188188
<groupId>io.wcm.qa</groupId>
189189
<artifactId>io.wcm.qa.galenium.specs-maven-plugin</artifactId>
190-
<version>0.1.19-SNAPSHOT</version>
190+
<version>0.1.20-SNAPSHOT</version>
191191
<configuration>
192192
<packagePrefixSelectors>${galenium.generated.java.package.selectors}</packagePrefixSelectors>
193193
<packagePrefixSpecs>${galenium.generated.java.package.specs}</packagePrefixSpecs>

integration/resources/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,21 @@
1717
#L%
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>io.wcm.qa</groupId>
2725
<artifactId>io.wcm.qa.galenium.integration</artifactId>
28-
<version>0.1.19-SNAPSHOT</version>
26+
<version>0.1.20-SNAPSHOT</version>
2927
<relativePath>..</relativePath>
3028
</parent>
3129

3230
<name>Galenium Integration Resources</name>
3331
<groupId>io.wcm.qa</groupId>
3432
<artifactId>io.wcm.qa.galenium.integration.resources</artifactId>
3533
<packaging>jar</packaging>
36-
<version>0.1.19-SNAPSHOT</version>
34+
<version>0.1.20-SNAPSHOT</version>
3735
<description>Test automation integration resources.</description>
3836

3937
<build>

integration/specs/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,21 @@
1717
#L%
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>io.wcm.qa</groupId>
2725
<artifactId>io.wcm.qa.galenium.integration</artifactId>
28-
<version>0.1.19-SNAPSHOT</version>
26+
<version>0.1.20-SNAPSHOT</version>
2927
<relativePath>..</relativePath>
3028
</parent>
3129

3230
<name>Galenium Integration Galen-Spec Parent</name>
3331
<groupId>io.wcm.qa</groupId>
3432
<artifactId>io.wcm.qa.galenium.integration.specs</artifactId>
3533
<packaging>pom</packaging>
36-
<version>0.1.19-SNAPSHOT</version>
34+
<version>0.1.20-SNAPSHOT</version>
3735
<description>Test automation integration parent for projects containing the Galen specs.</description>
3836

3937
<dependencies>
@@ -53,7 +51,7 @@
5351
<dependency>
5452
<groupId>io.wcm.qa</groupId>
5553
<artifactId>io.wcm.qa.galenium.specs-maven-plugin</artifactId>
56-
<version>0.1.19-SNAPSHOT</version>
54+
<version>0.1.20-SNAPSHOT</version>
5755
</dependency>
5856

5957
</dependencies>

integration/ui-tests/pom.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,21 @@
1616
limitations under the License.
1717
#L%
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321

2422
<parent>
2523
<groupId>io.wcm.qa</groupId>
2624
<artifactId>io.wcm.qa.galenium.integration</artifactId>
27-
<version>0.1.19-SNAPSHOT</version>
25+
<version>0.1.20-SNAPSHOT</version>
2826
<relativePath>..</relativePath>
2927
</parent>
3028

3129
<name>Galenium Integration UI-Tests Parent</name>
3230
<groupId>io.wcm.qa</groupId>
3331
<artifactId>io.wcm.qa.galenium.integration.ui-tests</artifactId>
3432
<packaging>pom</packaging>
35-
<version>0.1.19-SNAPSHOT</version>
33+
<version>0.1.20-SNAPSHOT</version>
3634
<description>Test automation integration parent for the actual UI tests.</description>
3735

3836
<dependencies>
@@ -41,23 +39,23 @@
4139
<dependency>
4240
<groupId>io.wcm.qa</groupId>
4341
<artifactId>io.wcm.qa.galenium.integration.resources</artifactId>
44-
<version>0.1.19-SNAPSHOT</version>
42+
<version>0.1.20-SNAPSHOT</version>
4543
<scope>test</scope>
4644
</dependency>
4745
<dependency>
4846
<groupId>io.wcm.qa</groupId>
4947
<artifactId>io.wcm.qa.galenium.icing</artifactId>
50-
<version>0.1.19-SNAPSHOT</version>
48+
<version>0.1.20-SNAPSHOT</version>
5149
</dependency>
5250
<dependency>
5351
<groupId>io.wcm.qa</groupId>
5452
<artifactId>io.wcm.qa.galenium.listeners</artifactId>
55-
<version>0.1.19-SNAPSHOT</version>
53+
<version>0.1.20-SNAPSHOT</version>
5654
</dependency>
5755
<dependency>
5856
<groupId>io.wcm.qa</groupId>
5957
<artifactId>io.wcm.qa.galenium.providers</artifactId>
60-
<version>0.1.19-SNAPSHOT</version>
58+
<version>0.1.20-SNAPSHOT</version>
6159
</dependency>
6260

6361
</dependencies>

logging/pom.xml

Lines changed: 2 additions & 2 deletions
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>0.1.19-SNAPSHOT</version>
26+
<version>0.1.20-SNAPSHOT</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>0.1.19-SNAPSHOT</version>
40+
<version>0.1.20-SNAPSHOT</version>
4141
</dependency>
4242

4343
<dependency>

maven/archetype/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@
1616
limitations under the License.
1717
#L%
1818
-->
19-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>io.wcm.qa</groupId>
2524
<artifactId>io.wcm.qa.galenium.root</artifactId>
26-
<version>0.1.19-SNAPSHOT</version>
25+
<version>0.1.20-SNAPSHOT</version>
2726
<relativePath>../../pom.xml</relativePath>
2827
</parent>
2928

3029
<groupId>io.wcm.qa</groupId>
3130
<artifactId>io.wcm.qa.galenium.archetype</artifactId>
32-
<version>0.1.19-SNAPSHOT</version>
31+
<version>0.1.20-SNAPSHOT</version>
3332
<name>wcm.io Archetype for Galenium</name>
3433
<packaging>maven-archetype</packaging>
3534
<url>http://maven.apache.org</url>

maven/specs-plugin/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<artifactId>io.wcm.qa.galenium.parent</artifactId>
86
<groupId>io.wcm.qa</groupId>
9-
<version>0.1.19-SNAPSHOT</version>
7+
<version>0.1.20-SNAPSHOT</version>
108
<relativePath>../../parent/pom.xml</relativePath>
119
</parent>
1210

1311
<name>Galenium Galen Specs Maven Plugin</name>
1412
<description>Generates and packages Java classes from Galen specs.</description>
1513
<groupId>io.wcm.qa</groupId>
1614
<artifactId>io.wcm.qa.galenium.specs-maven-plugin</artifactId>
17-
<version>0.1.19-SNAPSHOT</version>
15+
<version>0.1.20-SNAPSHOT</version>
1816
<packaging>maven-plugin</packaging>
1917

2018
<url>http://qa.wcm.io/galenium/io.wcm.qa.galenium.specs-maven-plugin</url>
@@ -41,7 +39,7 @@
4139
<dependency>
4240
<groupId>io.wcm.qa</groupId>
4341
<artifactId>io.wcm.qa.galenium.galen</artifactId>
44-
<version>0.1.19-SNAPSHOT</version>
42+
<version>0.1.20-SNAPSHOT</version>
4543
</dependency>
4644

4745
<!-- Utils -->

0 commit comments

Comments
 (0)