Skip to content

Commit 8ab921e

Browse files
committed
[maven-release-plugin] rollback the release of httpsig-0.0.1
1 parent 49f6677 commit 8ab921e

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>
@@ -11,8 +13,7 @@
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>

0 commit comments

Comments
 (0)