Skip to content

Commit

Permalink
correction: 0.9.94 not 0.9.93
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Nov 27, 2024
1 parent 41205a0 commit 0db38c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2024-03

0.9.93
0.9.94

- upgrade quarkus to 3.8.2, and other base dependencies
- upgrade quarkus to 3.1.1 (from 2.16.4)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/mbari/mxm/rest/ProviderResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public Response updateProvider(@PathParam("providerId") String providerId, Provi
}
pl.providerId = providerId;
var res = service.updateProvider(pl);
log.debug("createProvider: pl={} =>{}", writeValueAsString(pl), res);
log.debug("updateProvider: pl={} =>{}", writeValueAsString(pl), res);
return Response.ok(pl).build();
}

Expand Down

0 comments on commit 0db38c7

Please sign in to comment.