Skip to content

Commit 55e18b2

Browse files
committed
[maven-release-plugin] prepare release httpsig-1.0.0
1 parent e821689 commit 55e18b2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Requires Java 14+.
1010
<dependency>
1111
<groupId>io.bspk</groupId>
1212
<artifactId>httpsig</artifactId>
13-
<version>0.0.7-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
</dependency>
1515
```
1616

pom.xml

Lines changed: 3 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.7-SNAPSHOT</version>
5+
<version>1.0.0</version>
86
<name>HTTP Messsage Signatures</name>
97
<description>HTTP Message Signature implementaiton.</description>
108
<url>https://github.com/bspk/httpsig-java</url>
@@ -17,7 +15,7 @@
1715
<connection>scm:git:https://github.com/bspk/httpsig-java.git</connection>
1816
<url>https://github.com/bspk/httpsig-java</url>
1917
<developerConnection>scm:git:git@github.com:bspk/httpsig-java.git</developerConnection>
20-
<tag>HEAD</tag>
18+
<tag>httpsig-1.0.0</tag>
2119
</scm>
2220
<licenses>
2321
<license>

0 commit comments

Comments
 (0)