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

Commit 335f5f2

Browse files
author
Andres Pegam
committed
[maven-release-plugin] rollback the release of io.wcm.qa.galenium.root-0.1.8
1 parent 3ed1e03 commit 335f5f2

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

example-project/pom.xml

Lines changed: 4 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.9-SNAPSHOT</version>
34+
<version>0.1.7-SNAPSHOT</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.9-SNAPSHOT</version>
71+
<version>0.1.7-SNAPSHOT</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.9-SNAPSHOT</version>
82+
<version>0.1.7-SNAPSHOT</version>
8383
</dependency>
8484

8585
</dependencies>
@@ -235,4 +235,5 @@
235235
</build>
236236
</profile>
237237
</profiles>
238+
238239
</project>

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.9-SNAPSHOT</version>
26+
<version>0.1.7-SNAPSHOT</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.9-SNAPSHOT</version>
33+
<version>0.1.7-SNAPSHOT</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.9-SNAPSHOT</version>
26+
<version>0.1.7-SNAPSHOT</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.9-SNAPSHOT</version>
51+
<version>0.1.7-SNAPSHOT</version>
5252
</dependency>
5353

5454
<dependency>

parent/pom.xml

Lines changed: 2 additions & 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.9-SNAPSHOT</version>
34+
<version>0.1.7-SNAPSHOT</version>
3535

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

@@ -208,4 +208,5 @@
208208
</build>
209209
</profile>
210210
</profiles>
211+
211212
</project>

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.9-SNAPSHOT</version>
26+
<version>0.1.7-SNAPSHOT</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.9-SNAPSHOT</version>
33+
<version>0.1.7-SNAPSHOT</version>
3434

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

0 commit comments

Comments
 (0)