Skip to content

Commit ffb0000

Browse files
committed
[maven-release-plugin] prepare release v1.0.00
1 parent dc1415f commit ffb0000

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.0.00-SNAPSHOT</version>
7+
<version>1.0.00</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.00</tag>
4747
</scm>
4848

4949
<developers>
@@ -79,7 +79,7 @@
7979

8080
<properties>
8181
<!-- Java 8 -->
82-
<maven.compiler.release></maven.compiler.release>
82+
<maven.compiler.release />
8383

8484
<!-- UTF-8 -->
8585
<project.build.encoding>UTF-8</project.build.encoding>
@@ -88,7 +88,7 @@
8888

8989
<!-- Reproducible Build -->
9090
<!-- See https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
91-
<project.build.outputTimestamp>2023-10-25T22:28:48Z</project.build.outputTimestamp>
91+
<project.build.outputTimestamp>2024-01-05T15:27:07Z</project.build.outputTimestamp>
9292
</properties>
9393

9494
<dependencyManagement>

0 commit comments

Comments
 (0)