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>
1315 <connection >scm:git:https://github.com/bspk/httpsig-java.git</connection >
1416 <url >https://github.com/bspk/httpsig-java</url >
1517 <developerConnection >scm:git:git@github.com:bspk/httpsig-java.git</developerConnection >
16- <tag >HEAD</tag >
17- </scm >
18+ </scm >
1819 <licenses >
1920 <license >
2021 <name >The Apache License, Version 2.0</name >
You can’t perform that action at this time.
0 commit comments