File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >org.sentrysoftware</groupId >
5
5
<artifactId >http</artifactId >
6
6
<name >HTTP Java Client</name >
7
- <version >1.0.00-SNAPSHOT </version >
7
+ <version >1.0.00</version >
8
8
<description >HTTP Client for Java</description >
9
9
<packaging >jar</packaging >
10
10
43
43
<scm >
44
44
<connection >scm:git:https://github.com/sentrysoftware/http.git</connection >
45
45
<url >https://github.com/sentrysoftware/http</url >
46
- <tag >HEAD </tag >
46
+ <tag >v1.0.00 </tag >
47
47
</scm >
48
48
49
49
<developers >
79
79
80
80
<properties >
81
81
<!-- Java 8 -->
82
- <maven .compiler.release></ maven .compiler.release >
82
+ <maven .compiler.release / >
83
83
84
84
<!-- UTF-8 -->
85
85
<project .build.encoding>UTF-8</project .build.encoding>
88
88
89
89
<!-- Reproducible Build -->
90
90
<!-- 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>
92
92
</properties >
93
93
94
94
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments