Skip to content

Commit a8cf066

Browse files
committed
[maven-release-plugin] rollback the release of httpsig-0.0.1
1 parent 6f0cd38 commit a8cf066

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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>
@@ -13,8 +15,7 @@
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>

0 commit comments

Comments
 (0)