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

Commit 90092bb

Browse files
author
moodysalem
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0143204 commit 90092bb

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.0.0</version>
6+
<version>3.0.1-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.0.0</version>
6+
<version>3.0.1-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.0.0</version>
6+
<version>3.0.1-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
@@ -4,7 +4,7 @@
44

55
<groupId>com.moodysalem</groupId>
66
<artifactId>phantomjs-wrapper-parent</artifactId>
7-
<version>3.0.0</version>
7+
<version>3.0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<modules>
@@ -35,7 +35,7 @@
3535
<url>https://github.com/moodysalem/jaxrs-lib</url>
3636
<connection>scm:git:https://github.com/moodysalem/java-phantomjs-wrapper.git</connection>
3737
<developerConnection>scm:git:https://github.com/moodysalem/java-phantomjs-wrapper.git</developerConnection>
38-
<tag>phantomjs-wrapper-parent-3.0.0</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040

4141
<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.0.0</version>
6+
<version>3.0.1-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.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>PhantomJS Wrapper</name>

0 commit comments

Comments
 (0)