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

Commit be69a29

Browse files
author
Moody Salem
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8b880ac commit be69a29

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

exec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>phantomjs-wrapper-parent</artifactId>
55
<groupId>com.moodysalem</groupId>
6-
<version>3.1.3</version>
6+
<version>3.1.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

linux-binary/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>phantomjs-wrapper-parent</artifactId>
55
<groupId>com.moodysalem</groupId>
6-
<version>3.1.3</version>
6+
<version>3.1.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

macosx-binary/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>phantomjs-wrapper-parent</artifactId>
55
<groupId>com.moodysalem</groupId>
6-
<version>3.1.3</version>
6+
<version>3.1.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.moodysalem</groupId>
99
<artifactId>phantomjs-wrapper-parent</artifactId>
10-
<version>3.1.3</version>
10+
<version>3.1.4-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

1313
<modules>
@@ -38,7 +38,7 @@
3838
<url>https://github.com/moodysalem/jaxrs-lib</url>
3939
<connection>scm:git:https://github.com/moodysalem/java-phantomjs-wrapper.git</connection>
4040
<developerConnection>scm:git:https://github.com/moodysalem/java-phantomjs-wrapper.git</developerConnection>
41-
<tag>phantomjs-wrapper-parent-3.1.3</tag>
41+
<tag>HEAD</tag>
4242
</scm>
4343

4444
<developers>

windows-binary/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>phantomjs-wrapper-parent</artifactId>
55
<groupId>com.moodysalem</groupId>
6-
<version>3.1.3</version>
6+
<version>3.1.4-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>phantomjs-wrapper-parent</artifactId>
77
<groupId>com.moodysalem</groupId>
8-
<version>3.1.3</version>
8+
<version>3.1.4-SNAPSHOT</version>
99
</parent>
1010

1111
<name>PhantomJS Wrapper</name>

0 commit comments

Comments
 (0)