We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03b89d commit 49f6677Copy full SHA for 49f6677
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>
@@ -11,7 +11,7 @@
11
</properties>
12
<scm>
13
<connection>scm:git:git@github.com:bspk/httpsig-java.git</connection>
14
- <tag>httpsig-0.0.1</tag>
+ <tag>HEAD</tag>
15
</scm>
16
<dependencies>
17
<dependency>
0 commit comments