Skip to content

Commit 2578ac9

Browse files
authored
Increment version for schemaregistry releases (Azure#26566)
Increment package version after release of com.azure azure-data-schemaregistry
1 parent c8da403 commit 2578ac9

File tree

7 files changed

+29
-9
lines changed

7 files changed

+29
-9
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@
193193
<dependency>
194194
<groupId>com.azure</groupId>
195195
<artifactId>azure-data-schemaregistry</artifactId>
196-
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
196+
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
197197
</dependency>
198198
<dependency>
199199
<groupId>com.azure</groupId>
200200
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
201-
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
201+
<version>1.0.0-beta.9</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
202202
</dependency>
203203
<dependency>
204204
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;4.6.0-beta.1;4.6.0-beta.1
8585
com.azure:azure-cosmos-encryption;1.0.0-beta.9;1.0.0-beta.10
8686
com.azure:azure-data-appconfiguration;1.2.4;1.2.5
8787
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
88-
com.azure:azure-data-schemaregistry;1.0.0;1.0.1
89-
com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.7;1.0.0-beta.8
88+
com.azure:azure-data-schemaregistry;1.0.1;1.1.0-beta.1
89+
com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.8;1.0.0-beta.9
9090
com.azure:azure-data-tables;12.1.5;12.2.0-beta.1
9191
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
9292
com.azure:azure-digitaltwins-core;1.1.5;1.2.0-beta.1

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

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

3+
## 1.0.0-beta.9 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.8 (2022-01-18)
414

515
### Other Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

2121
<name>Microsoft Azure client library for Schema Registry Apache Avro Serializer</name>
2222
<description>Apache Avro-specific serializer for Azure Schema Registry client library</description>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.azure</groupId>
4949
<artifactId>azure-data-schemaregistry</artifactId>
50-
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
50+
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
5151
</dependency>
5252
<dependency>
5353
<groupId>com.azure</groupId>

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

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

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.1 (2022-01-18)
414

515
### Bugs Fixed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<groupId>com.azure</groupId>
1818
<artifactId>azure-data-schemaregistry</artifactId>
1919
<packaging>jar</packaging>
20-
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
20+
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
2121

2222
<name>Microsoft Azure client library for Schema Registry</name>
2323
<description>Libraries built on Microsoft Azure Schema Registry</description>

sdk/schemaregistry/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>com.azure</groupId>
2525
<artifactId>azure-data-schemaregistry</artifactId>
26-
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
26+
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
2727
</dependency>
2828
<dependency>
2929
<groupId>com.azure</groupId>
3030
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
31-
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
31+
<version>1.0.0-beta.9</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
3232
</dependency>
3333
</dependencies>
3434

0 commit comments

Comments
 (0)