Skip to content

Commit b03b89d

Browse files
committed
[maven-release-plugin] prepare release httpsig-0.0.1
1 parent 1348edd commit b03b89d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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>
@@ -13,7 +11,8 @@
1311
</properties>
1412
<scm>
1513
<connection>scm:git:git@github.com:bspk/httpsig-java.git</connection>
16-
</scm>
14+
<tag>httpsig-0.0.1</tag>
15+
</scm>
1716
<dependencies>
1817
<dependency>
1918
<groupId>org.greenbytes.http</groupId>

0 commit comments

Comments
 (0)