Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

Commit 8adefde

Browse files
committed
[maven-release-plugin] prepare release phantomjs-root-0.6
1 parent 2febe35 commit 8adefde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

phantomjs-maven-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.klieber</groupId>
66
<artifactId>phantomjs-root</artifactId>
7-
<version>0.6-SNAPSHOT</version>
7+
<version>0.6</version>
88
</parent>
99

1010
<artifactId>phantomjs-maven-core</artifactId>

phantomjs-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.klieber</groupId>
66
<artifactId>phantomjs-root</artifactId>
7-
<version>0.6-SNAPSHOT</version>
7+
<version>0.6</version>
88
</parent>
99

1010
<artifactId>phantomjs-maven-plugin</artifactId>

pom.xml

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

44
<groupId>com.github.klieber</groupId>
55
<artifactId>phantomjs-root</artifactId>
6-
<version>0.6-SNAPSHOT</version>
6+
<version>0.6</version>
77
<packaging>pom</packaging>
88

99
<name>PhantomJS Maven Root POM</name>
@@ -58,7 +58,7 @@
5858
<url>https://github.com/klieber/phantomjs-maven-plugin</url>
5959
<connection>scm:git:git@github.com:klieber/phantomjs-maven-plugin.git</connection>
6060
<developerConnection>scm:git:git@github.com:klieber/phantomjs-maven-plugin.git</developerConnection>
61-
<tag>HEAD</tag>
61+
<tag>phantomjs-root-0.6</tag>
6262
</scm>
6363

6464
<issueManagement>

0 commit comments

Comments
 (0)