File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
sdk/containerregistry/azure-containers-containerregistry Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,6 @@ com.azure.tools:azure-sdk-build-tool;1.0.0-beta.1;1.0.0-beta.2
400
400
# note: The unreleased dependencies will not be manipulated with the automatic PR creation code.
401
401
# In the pom, the version update tag after the version should name the unreleased package and the dependency version:
402
402
# <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
403
- unreleased_com.azure:azure-core;1.36.0-beta.1
404
403
405
404
406
405
# Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current
Original file line number Diff line number Diff line change 48
48
<dependency >
49
49
<groupId >com.azure</groupId >
50
50
<artifactId >azure-core</artifactId >
51
- <version >1.36.0-beta.1 </version > <!-- {x-version-update;unreleased_com .azure:azure-core;dependency} -->
51
+ <version >1.35.0 </version > <!-- {x-version-update;com .azure:azure-core;dependency} -->
52
52
</dependency >
53
53
<dependency >
54
54
<groupId >com.azure</groupId >
You can’t perform that action at this time.
0 commit comments