Skip to content

Commit

Permalink
Increment version for schemaregistry releases (#25408)
Browse files Browse the repository at this point in the history
Increment package version after release of com.azure azure-data-schemaregistry
  • Loading branch information
azure-sdk authored Nov 15, 2021
1 parent f55e5f6 commit b982fe7
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 9 deletions.
4 changes: 2 additions & 2 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.0.0-beta.7</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.5.0-beta.1;4.5.0-beta.1
com.azure:azure-cosmos-encryption;1.0.0-beta.9;1.0.0-beta.10
com.azure:azure-data-appconfiguration;1.2.4;1.3.0-beta.1
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.0.0-beta.6;1.0.0
com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-data-schemaregistry;1.0.0;1.1.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.7;1.0.0-beta.8
com.azure:azure-data-tables;12.1.3;12.2.0-beta.1
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-digitaltwins-core;1.1.3;1.2.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.8 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.7 (2021-11-12)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.0.0-beta.7</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->

<name>Microsoft Azure client library for Schema Registry Apache Avro Serializer</name>
<description>Apache Avro-specific serializer for Azure Schema Registry client library</description>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
10 changes: 10 additions & 0 deletions sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2021-11-12)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/schemaregistry/azure-data-schemaregistry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->

<name>Microsoft Azure client library for Schema Registry</name>
<description>Libraries built on Microsoft Azure Schema Registry</description>
Expand Down
4 changes: 2 additions & 2 deletions sdk/schemaregistry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.0.0-beta.7</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit b982fe7

Please sign in to comment.