Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix missing version tag
  • Loading branch information
alzimmermsft committed Jan 10, 2025
commit 820b82b3d5950364990852e21096dba77e5f231c
1 change: 1 addition & 0 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ io.clientcore:clientcore-parent;1.0.0-beta.1;1.0.0-beta.1
io.clientcore:core;1.0.0-beta.1;1.0.0-beta.2
io.clientcore:http-okhttp3;1.0.0-beta.1;1.0.0-beta.1
io.clientcore:http-stress;1.0.0-beta.1;1.0.0-beta.1
io.clientcore:optional-dependency-tests;1.0.0-beta.1;1.0.0-beta.1

# Unreleased dependencies: Copy the entry from above, prepend "unreleased_" and remove the current
# version. Unreleased dependencies are only valid for dependency versions.
Expand Down
2 changes: 1 addition & 1 deletion sdk/clientcore/optional-dependency-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>io.clientcore</groupId>
<artifactId>optional-dependency-tests</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta.2</version> <!-- {x-version-update;io.clientcore:core;current} -->
<version>1.0.0-beta.1</version> <!-- {x-version-update;io.clientcore:optional-dependency-tests;current} -->

<name>Java Core library tests for optional dependencies and features.</name>
<description>Tests that validate optional dependencies and features of the Core library.</description>
Expand Down
Loading