Skip to content

Commit ffe86ae

Browse files
committed
[maven-release-plugin] prepare release httpsig-0.0.6
1 parent 607e30f commit ffe86ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Requires Java 14+.
1010
<dependency>
1111
<groupId>io.bspk</groupId>
1212
<artifactId>httpsig</artifactId>
13-
<version>0.0.6-SNAPSHOT</version>
13+
<version>0.0.6</version>
1414
</dependency>
1515
```
1616

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.bspk</groupId>
44
<artifactId>httpsig</artifactId>
5-
<version>0.0.6-SNAPSHOT</version>
5+
<version>0.0.6</version>
66
<name>HTTP Messsage Signatures</name>
77
<description>HTTP Message Signature implementaiton.</description>
88
<url>https://github.com/bspk/httpsig-java</url>
@@ -15,7 +15,7 @@
1515
<connection>scm:git:https://github.com/bspk/httpsig-java.git</connection>
1616
<url>https://github.com/bspk/httpsig-java</url>
1717
<developerConnection>scm:git:git@github.com:bspk/httpsig-java.git</developerConnection>
18-
<tag>HEAD</tag>
18+
<tag>httpsig-0.0.6</tag>
1919
</scm>
2020
<licenses>
2121
<license>

0 commit comments

Comments
 (0)