Skip to content

Commit 88bb50f

Browse files
azure-sdkconniey
andauthored
Increment package version after release of com.azure azure-data-schemaregistry-avro (Azure#23647)
Co-authored-by: Connie Yau <[email protected]>
1 parent e03b096 commit 88bb50f

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<dependency>
190190
<groupId>com.azure</groupId>
191191
<artifactId>azure-data-schemaregistry-avro</artifactId>
192-
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-avro;current} -->
192+
<version>1.0.0-beta.6</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-avro;current} -->
193193
</dependency>
194194
<dependency>
195195
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ com.azure:azure-cosmos-encryption;1.0.0-beta.7;1.0.0-beta.8
8181
com.azure:azure-data-appconfiguration;1.2.1;1.3.0-beta.1
8282
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
8383
com.azure:azure-data-schemaregistry;1.0.0-beta.5;1.0.0-beta.6
84-
com.azure:azure-data-schemaregistry-avro;1.0.0-beta.4;1.0.0-beta.5
84+
com.azure:azure-data-schemaregistry-avro;1.0.0-beta.5;1.0.0-beta.6
8585
com.azure:azure-data-tables;12.1.1;12.2.0-beta.1
8686
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
8787
com.azure:azure-digitaltwins-core;1.1.1;1.2.0-beta.1

sdk/schemaregistry/azure-data-schemaregistry-avro/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.0-beta.6 (Unreleased)
4+
5+
36
## 1.0.0-beta.5 (2021-08-17)
47

58
### Other Changes

sdk/schemaregistry/azure-data-schemaregistry-avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>com.azure</groupId>
1818
<artifactId>azure-data-schemaregistry-avro</artifactId>
19-
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-avro;current} -->
19+
<version>1.0.0-beta.6</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-avro;current} -->
2020

2121
<name>Microsoft Azure Schema Registry - Avro-specific package for client library</name>
2222
<description>Avro-specific package for Azure Schema Registry client library</description>

sdk/schemaregistry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.azure</groupId>
3030
<artifactId>azure-data-schemaregistry-avro</artifactId>
31-
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-avro;current} -->
31+
<version>1.0.0-beta.6</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-avro;current} -->
3232
</dependency>
3333
</dependencies>
3434

0 commit comments

Comments
 (0)