Skip to content

Commit

Permalink
Increment package version after release of com.azure azure-containers…
Browse files Browse the repository at this point in the history
…-containerregistry (#21359)
  • Loading branch information
azure-sdk authored May 13, 2021
1 parent d389bd0 commit ecf7170
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-containers-containerregistry</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-containers-containerregistry;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-containers-containerregistry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ com.azure:azure-communication-common;1.0.0;1.1.0-beta.1
com.azure:azure-communication-sms;1.0.1;1.1.0-beta.1
com.azure:azure-communication-identity;1.0.0;1.1.0-beta.1
com.azure:azure-communication-phonenumbers;1.0.1;1.1.0-beta.1
com.azure:azure-containers-containerregistry;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-containers-containerregistry;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-core;1.16.0;1.17.0-beta.1
com.azure:azure-core-amqp;2.0.5;2.1.0-beta.1
com.azure:azure-core-amqp-experimental;1.0.0-beta.1;1.0.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.3 (Unreleased)


## 1.0.0-beta.2 (2021-05-11)
### New Features
- Added helper types for ManifestArtifact and ContainerRepository.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-containers-containerregistry</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-containers-containerregistry;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-containers-containerregistry;current} -->

<name>Microsoft Azure SDK for Container Registry</name>
<description>This package contains Microsoft Azure SDK for Container Registry.</description>
Expand Down

0 comments on commit ecf7170

Please sign in to comment.