File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53 <groupId >io.bspk</groupId >
64 <artifactId >httpsig</artifactId >
7- <version >0.0.1-SNAPSHOT </version >
5+ <version >0.0.1</version >
86 <name >HTTP Messsage Signatures</name >
97 <properties >
108 <java .version>14</java .version>
1513 <connection >scm:git:https://github.com/bspk/httpsig-java.git</connection >
1614 <url >https://github.com/bspk/httpsig-java</url >
1715 <developerConnection >scm:git:git@github.com:bspk/httpsig-java.git</developerConnection >
18- </scm >
16+ <tag >httpsig-0.0.1</tag >
17+ </scm >
1918 <licenses >
2019 <license >
2120 <name >The Apache License, Version 2.0</name >
You can’t perform that action at this time.
0 commit comments