We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87435e commit 6f0cd38Copy full SHA for 6f0cd38
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.1</version>
+ <version>0.0.2-SNAPSHOT</version>
6
<name>HTTP Messsage Signatures</name>
7
<properties>
8
<java.version>14</java.version>
@@ -13,7 +13,7 @@
13
<connection>scm:git:https://github.com/bspk/httpsig-java.git</connection>
14
<url>https://github.com/bspk/httpsig-java</url>
15
<developerConnection>scm:git:git@github.com:bspk/httpsig-java.git</developerConnection>
16
- <tag>httpsig-0.0.1</tag>
+ <tag>HEAD</tag>
17
</scm>
18
<licenses>
19
<license>
0 commit comments