Skip to content

Commit

Permalink
Increment version for core releases (#13220)
Browse files Browse the repository at this point in the history
* Prepare release for serialization modules (#13205)

* Prepare release for serialization modules

* Ignored flaky CF tests (#12915)

* disable flaky assert (#12793)

Co-authored-by: Gauri Prasad <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>

* Update CHANGELOGs to UTC current day

* Increment package version after release of com.azure azure-core-serializer-json-gson

* Increment package version after release of com.azure azure-core-serializer-json-jackson

* Increment package version after release of com.azure azure-core-serializer-avro-jackson

* Increment package version after release of com.azure azure-core-serializer-avro-apache

Co-authored-by: Alan Zimmer <[email protected]>
Co-authored-by: Gauri Prasad <[email protected]>
Co-authored-by: Weidong Xu <[email protected]>
  • Loading branch information
4 people authored Jul 16, 2020
1 parent 3945235 commit bc68269
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 18 deletions.
8 changes: 4 additions & 4 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,22 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-avro-apache</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-apache;current} -->
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-apache;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-avro-jackson</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-jackson;current} -->
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-jackson;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-gson</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-gson;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-gson;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-jackson</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-jackson;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-jackson;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
8 changes: 4 additions & 4 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ 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.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
com.azure:azure-core-serializer-json-jackson;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-serializer-avro-apache;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-serializer-avro-jackson;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-serializer-json-gson;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-core-serializer-json-jackson;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-core-test;1.3.1;1.4.0-beta.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-cosmos;4.2.0;4.3.0-beta.1
Expand Down
7 changes: 6 additions & 1 deletion sdk/core/azure-core-serializer-avro-apache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release History

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


## 1.0.0-beta.1 (2020-07-16)

- Initial release. Please see the README and wiki for information on the new design.
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-avro-apache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-avro-apache</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-apache;current} -->
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-apache;current} -->

<name>Microsoft Azure Apache Avro Serializer Library</name>
<description>This package contains the Apache Avro serializer client plugin for azure-core.</description>
Expand Down
7 changes: 6 additions & 1 deletion sdk/core/azure-core-serializer-avro-jackson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Release History

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


## 1.0.0-beta.1 (2020-07-16)

- Initial release. Please see the README and wiki for information on the new design.
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-avro-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-avro-jackson</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-jackson;current} -->
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-jackson;current} -->

<name>Microsoft Azure Jackson Avro Serializer Library</name>
<description>This package contains the Jackson Avro serializer client plugin for azure-core.</description>
Expand Down
7 changes: 6 additions & 1 deletion sdk/core/azure-core-serializer-json-gson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Release History

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


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

- `GsonJsonSerializer` implements `JsonSerializer` instead of `ObjectSerializer`.
- Added implementations for `JsonNode` and its subclasses.

## 1.0.0-beta.1 (2020-05-04)

- Initial release. Please see the README and wiki for information on the new design.
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-json-gson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Azure Core Gson JSON Serializer is a plugin for the `azure-core` `JsonSerializer
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-gson</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-json-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-gson</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-gson;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-gson;current} -->

<name>Microsoft Azure Gson JSON Serializer Library</name>
<description>This package contains the Gson JSON serializer client plugin for azure-core.</description>
Expand Down
7 changes: 6 additions & 1 deletion sdk/core/azure-core-serializer-json-jackson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Release History

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


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

- `JacksonJsonSerializer` implements `JsonSerializer` instead of `ObjectSerializer`.
- Added implementations for `JsonNode` and its subclasses.

## 1.0.0-beta.1 (2020-05-04)

- Initial release. Please see the README and wiki for information on the new design.
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-json-jackson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Azure Core Jackson JSON Serializer is a plugin for the `azure-core` `JsonSeriali
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-jackson</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-json-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-jackson</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-jackson;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-jackson;current} -->

<name>Microsoft Azure Jackson JSON Serializer Library</name>
<description>This package contains the Jackson JSON serializer client plugin for azure-core.</description>
Expand Down

0 comments on commit bc68269

Please sign in to comment.