Skip to content

Commit defeb3f

Browse files
author
Elijah Zupancic
committed
[maven-release-plugin] prepare for next development iteration
1 parent 08c4eaf commit defeb3f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apache-http-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.joyent.http-signature</groupId>
6-
<version>1.0.1</version>
6+
<version>1.0.2-SNAPSHOT</version>
77
<relativePath>../</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.joyent.http-signature</groupId>
6-
<version>1.0.1</version>
6+
<version>1.0.2-SNAPSHOT</version>
77
<relativePath>../</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

google-http-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.joyent.http-signature</groupId>
6-
<version>1.0.1</version>
6+
<version>1.0.2-SNAPSHOT</version>
77
<relativePath>../</relativePath>
88
</parent>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>com.joyent.http-signature</groupId>
1717
<artifactId>parent</artifactId>
18-
<version>1.0.1</version>
18+
<version>1.0.2-SNAPSHOT</version>
1919
<packaging>pom</packaging>
2020

2121
<name>java-http-signature</name>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:git://github.com/joyent/java-http-signature.git</connection>
5050
<developerConnection>scm:git:git://github.com/joyent/java-http-signature.git</developerConnection>
5151
<url>git@github.com:joyent/java-http-signature.git</url>
52-
<tag>parent-1.0.1</tag>
52+
<tag>HEAD</tag>
5353
</scm>
5454
<issueManagement>
5555
<system>github.com</system>

0 commit comments

Comments
 (0)