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

Commit 9c5ba3c

Browse files
author
apegam
committed
[jgitflow-maven-plugin] updating poms for branch'release/0.1.8' with non-snapshot versions
1 parent e79ebbb commit 9c5ba3c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

example-project/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<groupId>io.wcm.qa</groupId>
3232
<artifactId>io.wcm.qa.galenium.example</artifactId>
3333
<packaging>jar</packaging>
34-
<version>0.1.8-SNAPSHOT</version>
34+
<version>0.1.8</version>
3535
<description>Test automation example.</description>
3636

3737
<properties>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>io.wcm.qa</groupId>
7070
<artifactId>io.wcm.qa.galenium.galenium</artifactId>
71-
<version>0.1.8-SNAPSHOT</version>
71+
<version>0.1.8</version>
7272
<exclusions>
7373
<exclusion>
7474
<groupId>org.slf4j</groupId>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>io.wcm.qa</groupId>
8181
<artifactId>io.wcm.qa.galenium.logging</artifactId>
82-
<version>0.1.8-SNAPSHOT</version>
82+
<version>0.1.8</version>
8383
</dependency>
8484

8585
</dependencies>

galenium/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<parent>
2424
<groupId>io.wcm.qa</groupId>
2525
<artifactId>io.wcm.qa.galenium.parent</artifactId>
26-
<version>0.1.8-SNAPSHOT</version>
26+
<version>0.1.8</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<name>Galenium Integration</name>
3131
<groupId>io.wcm.qa</groupId>
3232
<artifactId>io.wcm.qa.galenium.galenium</artifactId>
33-
<version>0.1.8-SNAPSHOT</version>
33+
<version>0.1.8</version>
3434
<packaging>jar</packaging>
3535

3636
<properties>

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.8-SNAPSHOT</version>
26+
<version>0.1.8</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>io.wcm.qa</groupId>
5050
<artifactId>io.wcm.qa.galenium.galenium</artifactId>
51-
<version>0.1.8-SNAPSHOT</version>
51+
<version>0.1.8</version>
5252
</dependency>
5353

5454
<dependency>

parent/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.parent</artifactId>
3333
<packaging>pom</packaging>
34-
<version>0.1.8-SNAPSHOT</version>
34+
<version>0.1.8</version>
3535

3636
<description>Test automation module. Enabling Galen and Selenium</description>
3737

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<parent>
2424
<groupId>io.wcm.qa</groupId>
2525
<artifactId>io.wcm.qa.galenium.parent</artifactId>
26-
<version>0.1.8-SNAPSHOT</version>
26+
<version>0.1.8</version>
2727
<relativePath>parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>io.wcm.qa</groupId>
3131
<artifactId>io.wcm.qa.galenium.root</artifactId>
3232
<packaging>pom</packaging>
33-
<version>0.1.8-SNAPSHOT</version>
33+
<version>0.1.8</version>
3434

3535
<name>Galenium Root</name>
3636
<description>Root POM for wcm.io Galenium Maven Hierarchy.</description>

0 commit comments

Comments
 (0)