Skip to content

Commit c37632d

Browse files
authored
Revert FromSource Core in ACR (Azure#32853)
1 parent 8c232d7 commit c37632d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eng/versioning/version_client.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ com.azure.tools:azure-sdk-build-tool;1.0.0-beta.1;1.0.0-beta.2
400400
# note: The unreleased dependencies will not be manipulated with the automatic PR creation code.
401401
# In the pom, the version update tag after the version should name the unreleased package and the dependency version:
402402
# <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
403-
unreleased_com.azure:azure-core;1.36.0-beta.1
404403

405404

406405
# Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current

sdk/containerregistry/azure-containers-containerregistry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.azure</groupId>
5050
<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} -->
5252
</dependency>
5353
<dependency>
5454
<groupId>com.azure</groupId>

0 commit comments

Comments
 (0)