Skip to content

Commit 9015ecb

Browse files
committed
[maven-release-plugin] prepare release v1.0.01
1 parent d081fa4 commit 9015ecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.sentrysoftware</groupId>
55
<artifactId>http</artifactId>
66
<name>HTTP Java Client</name>
7-
<version>1.1.00-SNAPSHOT</version>
7+
<version>1.0.01</version>
88
<description>HTTP Client for Java</description>
99
<packaging>jar</packaging>
1010

@@ -43,7 +43,7 @@
4343
<scm>
4444
<connection>scm:git:https://github.com/sentrysoftware/http.git</connection>
4545
<url>https://github.com/sentrysoftware/http</url>
46-
<tag>HEAD</tag>
46+
<tag>v1.0.01</tag>
4747
</scm>
4848

4949
<developers>
@@ -88,7 +88,7 @@
8888

8989
<!-- Reproducible Build -->
9090
<!-- See https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
91-
<project.build.outputTimestamp>2024-01-05T15:28:05Z</project.build.outputTimestamp>
91+
<project.build.outputTimestamp>2024-01-26T10:15:20Z</project.build.outputTimestamp>
9292
</properties>
9393

9494
<dependencyManagement>

0 commit comments

Comments
 (0)