Skip to content

Commit 010a35c

Browse files
authored
Merge pull request #18 from FusionAuth/bhalsey/re-release-0.2.11
re-release as version 0.2.11
2 parents c2234dc + 864b29e commit 010a35c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.savant

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jackson5Version = "3.0.1"
1717
restifyVersion = "4.2.0"
1818
testngVersion = "7.8.0"
1919

20-
project(group: "io.fusionauth", name: "java-http", version: "0.3.0", licenses: ["ApacheV2_0"]) {
20+
project(group: "io.fusionauth", name: "java-http", version: "0.2.11", licenses: ["ApacheV2_0"]) {
2121
workflow {
2222
fetch {
2323
// Dependency resolution order:

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.fusionauth</groupId>
44
<artifactId>java-http</artifactId>
5-
<version>0.3.0</version>
5+
<version>0.2.11</version>
66
<packaging>jar</packaging>
77

88
<name>Java HTTP library (client and server)</name>
@@ -178,4 +178,4 @@
178178
</build>
179179
</profile>
180180
</profiles>
181-
</project>
181+
</project>

0 commit comments

Comments
 (0)