Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increment version for core releases #12969

Merged
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-core-management</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-management;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-core-management;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 @@ -12,7 +12,7 @@ com.azure:azure-core-experimental;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-http-netty;1.5.3;1.6.0-beta.1
com.azure:azure-core-http-okhttp;1.2.4;1.3.0-beta.1
com.azure:azure-core-management;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-management;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-core-serializer-avro-apache;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-serializer-avro-jackson;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-serializer-json-gson;1.0.0-beta.1;1.0.0-beta.2
Expand Down
8 changes: 7 additions & 1 deletion sdk/core/azure-core-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.3 (Unreleased)


## 1.0.0-beta.2 (2020-07-09)

- Added additional `ManagementError` constructors.
- Added additional `PollingState` checks.
- Fixed polling status HTTP status code check to include `204`.

## 1.0.0-beta.1 (2020-06-17)
- `PollerFactory` for polling of long-running operation.
- `ManagementException` and `ManagementError` for exception and error handling.
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/azure-core-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Azure Core Management library is a collection of classes common to the Azure ARM
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -37,4 +37,4 @@ Azure Projects Contribution Guidelines](http://azure.github.io/guidelines.html).
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. Create new Pull Request
1. Create new Pull Request
2 changes: 1 addition & 1 deletion sdk/core/azure-core-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-management;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-core-management;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Management Java Core Library</name>
Expand Down