We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c43255 commit 6b74832Copy full SHA for 6b74832
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>io.bspk</groupId>
4
<artifactId>httpsig</artifactId>
5
- <version>0.0.3</version>
+ <version>0.0.4-SNAPSHOT</version>
6
<name>HTTP Messsage Signatures</name>
7
<description>HTTP Message Signature implementaiton.</description>
8
<url>https://github.com/bspk/httpsig-java</url>
@@ -15,7 +15,7 @@
15
<connection>scm:git:https://github.com/bspk/httpsig-java.git</connection>
16
17
<developerConnection>scm:git:git@github.com:bspk/httpsig-java.git</developerConnection>
18
- <tag>httpsig-0.0.3</tag>
+ <tag>HEAD</tag>
19
</scm>
20
<licenses>
21
<license>
0 commit comments