Skip to content

Commit

Permalink
Increment version for core releases (#12969)
Browse files Browse the repository at this point in the history
* disable flaky assert (#12793)

* open to azure-core, for f.setAccessible(true); in FlatteningSerializer (#12863)

* Prepare Azure Core Management for release 1.0.0-beta.2

* Prepare Azure Core Management 1.0.0-beta.2 Release (#12914)

* disable flaky assert (#12793)

* open to azure-core, for f.setAccessible(true); in FlatteningSerializer (#12863)

* Prepare Azure Core Management for release 1.0.0-beta.2

Co-authored-by: Weidong Xu <weidxu@microsoft.com>

* Ignored flaky CF tests (#12915)

* Update CHANGELOG version to unblock release

* Increment package version after release of com.azure azure-core-management

Co-authored-by: Weidong Xu <weidxu@microsoft.com>
Co-authored-by: alzimmermsft <48699787+alzimmermsft@users.noreply.github.com>
Co-authored-by: Gauri Prasad <51212198+gapra-msft@users.noreply.github.com>
  • Loading branch information
4 people authored Jul 9, 2020
1 parent 7d211b4 commit e7be51b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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-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

0 comments on commit e7be51b

Please sign in to comment.