Skip to content

Commit 8d16f7c

Browse files
author
Elijah Zupancic
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 3611d0f commit 8d16f7c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

apache-http-client/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<relativePath>../</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

common/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<relativePath>../</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

google-http-client/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<relativePath>../</relativePath>
88
</parent>
99

pom.xml

Lines changed: 3 additions & 2 deletions
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.0-SNAPSHOT</version>
18+
<version>1.0.0</version>
1919
<packaging>pom</packaging>
2020

2121
<name>java-http-signature</name>
@@ -49,7 +49,8 @@
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-
</scm>
52+
<tag>1.0.0</tag>
53+
</scm>
5354
<issueManagement>
5455
<system>github.com</system>
5556
<url>https://github.com/joyent/java-http-signature/issues</url>

0 commit comments

Comments
 (0)