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

Commit 3ed1e03

Browse files
author
Andres Pegam
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1db1d7c commit 3ed1e03

File tree

5 files changed

+11
-21
lines changed

5 files changed

+11
-21
lines changed

example-project/pom.xml

Lines changed: 3 additions & 8 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</version>
34+
<version>0.1.9-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.8</version>
71+
<version>0.1.9-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.8</version>
82+
<version>0.1.9-SNAPSHOT</version>
8383
</dependency>
8484

8585
</dependencies>
@@ -235,9 +235,4 @@
235235
</build>
236236
</profile>
237237
</profiles>
238-
239-
240-
<scm>
241-
<tag>io.wcm.qa.galenium.root-0.1.8</tag>
242-
</scm>
243238
</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.8</version>
26+
<version>0.1.9-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.8</version>
33+
<version>0.1.9-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.8</version>
26+
<version>0.1.9-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.8</version>
51+
<version>0.1.9-SNAPSHOT</version>
5252
</dependency>
5353

5454
<dependency>

parent/pom.xml

Lines changed: 1 addition & 6 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.parent</artifactId>
3333
<packaging>pom</packaging>
34-
<version>0.1.8</version>
34+
<version>0.1.9-SNAPSHOT</version>
3535

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

@@ -208,9 +208,4 @@
208208
</build>
209209
</profile>
210210
</profiles>
211-
212-
213-
<scm>
214-
<tag>io.wcm.qa.galenium.root-0.1.8</tag>
215-
</scm>
216211
</project>

pom.xml

Lines changed: 3 additions & 3 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</version>
26+
<version>0.1.9-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.8</version>
33+
<version>0.1.9-SNAPSHOT</version>
3434

3535
<name>Galenium Root</name>
3636
<description>Root POM for wcm.io Galenium Maven Hierarchy.</description>
@@ -39,7 +39,7 @@
3939
<connection>scm:git:https://github.com/wcm-io-qa/wcm-io-qa-galenium.git</connection>
4040
<developerConnection>scm:git:https://github.com/wcm-io-qa/wcm-io-qa-galenium.git</developerConnection>
4141
<url>https://github.com/wcm-io-qa/wcm-io-qa-galenium</url>
42-
<tag>io.wcm.qa.galenium.root-0.1.8</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444

4545
<modules>

0 commit comments

Comments
 (0)