File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
24 <modelVersion >4.0.0</modelVersion >
35 <groupId >io.bspk</groupId >
46 <artifactId >httpsig</artifactId >
5- <version >0.0.2 -SNAPSHOT</version >
7+ <version >0.0.1 -SNAPSHOT</version >
68 <name >HTTP Messsage Signatures</name >
79 <properties >
810 <java .version>14</java .version>
1113 </properties >
1214 <scm >
1315 <connection >scm:git:git@github.com:bspk/httpsig-java.git</connection >
14- <tag >HEAD</tag >
15- </scm >
16+ </scm >
1617 <dependencies >
1718 <dependency >
1819 <groupId >org.greenbytes.http</groupId >
You can’t perform that action at this time.
0 commit comments