Skip to content

Commit

Permalink
Merge pull request #19 from FusionAuth/bhalsey/version-back-to-0.3.0
Browse files Browse the repository at this point in the history
set version back to 0.3.0
  • Loading branch information
bhalsey committed Feb 28, 2024
2 parents 010a35c + 81b4e5f commit 3484282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jackson5Version = "3.0.1"
restifyVersion = "4.2.0"
testngVersion = "7.8.0"

project(group: "io.fusionauth", name: "java-http", version: "0.2.11", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "java-http", version: "0.3.0", licenses: ["ApacheV2_0"]) {
workflow {
fetch {
// Dependency resolution order:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.fusionauth</groupId>
<artifactId>java-http</artifactId>
<version>0.2.11</version>
<version>0.3.0</version>
<packaging>jar</packaging>

<name>Java HTTP library (client and server)</name>
Expand Down

0 comments on commit 3484282

Please sign in to comment.