Skip to content

Commit 985dee4

Browse files
authored
Increment package versions for storage releases (Azure#37265)
1 parent 6678927 commit 985dee4

File tree

20 files changed

+120
-40
lines changed

20 files changed

+120
-40
lines changed

eng/versioning/version_client.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,17 +175,17 @@ com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
175175
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
176176
com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
177177
com.azure:azure-spring-data-cosmos;3.38.0;3.39.0-beta.1
178-
com.azure:azure-storage-blob;12.24.0;12.25.0-beta.1
179-
com.azure:azure-storage-blob-batch;12.20.0;12.21.0-beta.1
178+
com.azure:azure-storage-blob;12.24.0;12.25.0-beta.2
179+
com.azure:azure-storage-blob-batch;12.20.0;12.21.0-beta.2
180180
com.azure:azure-storage-blob-changefeed;12.0.0-beta.18;12.0.0-beta.19
181-
com.azure:azure-storage-blob-cryptography;12.23.0;12.24.0-beta.1
181+
com.azure:azure-storage-blob-cryptography;12.23.0;12.24.0-beta.2
182182
com.azure:azure-storage-blob-nio;12.0.0-beta.19;12.0.0-beta.20
183-
com.azure:azure-storage-common;12.23.0;12.24.0-beta.1
184-
com.azure:azure-storage-file-share;12.20.0;12.21.0-beta.1
185-
com.azure:azure-storage-file-datalake;12.17.0;12.18.0-beta.1
186-
com.azure:azure-storage-internal-avro;12.9.0;12.10.0-beta.1
183+
com.azure:azure-storage-common;12.23.0;12.24.0-beta.2
184+
com.azure:azure-storage-file-share;12.20.0;12.21.0-beta.2
185+
com.azure:azure-storage-file-datalake;12.17.0;12.18.0-beta.2
186+
com.azure:azure-storage-internal-avro;12.9.0;12.10.0-beta.2
187187
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
188-
com.azure:azure-storage-queue;12.19.0;12.20.0-beta.1
188+
com.azure:azure-storage-queue;12.19.0;12.20.0-beta.2
189189
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
190190
com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4
191191
com.azure:azure-xml;1.0.0-beta.2;1.0.0-beta.3

sdk/storage/azure-storage-blob-batch/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+
## 12.21.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.21.0-beta.1 (2023-10-19)
414

515
### Features Added

sdk/storage/azure-storage-blob-batch/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-storage-blob-batch</artifactId>
16-
<version>12.21.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
16+
<version>12.21.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
1717

1818
<name>Microsoft Azure client library for Blob Storage batching</name>
1919
<description>This module contains client library for Microsoft Azure Blob Storage batching.</description>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.azure</groupId>
6262
<artifactId>azure-storage-blob</artifactId>
63-
<version>12.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
63+
<version>12.25.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
6464
</dependency>
6565

6666
<dependency>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.azure</groupId>
8484
<artifactId>azure-storage-common</artifactId>
85-
<version>12.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
85+
<version>12.24.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
8686
<classifier>tests</classifier>
8787
<type>test-jar</type>
8888
<scope>test</scope>

sdk/storage/azure-storage-blob-changefeed/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.azure</groupId>
6969
<artifactId>azure-storage-blob</artifactId>
70-
<version>12.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
70+
<version>12.25.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
7171
</dependency>
7272

7373
<dependency>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.azure</groupId>
9191
<artifactId>azure-storage-common</artifactId>
92-
<version>12.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
92+
<version>12.24.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
9393
<classifier>tests</classifier>
9494
<type>test-jar</type>
9595
<scope>test</scope>

sdk/storage/azure-storage-blob-cryptography/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+
## 12.24.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.24.0-beta.1 (2023-10-19)
414

515
### Features Added

sdk/storage/azure-storage-blob-cryptography/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-storage-blob-cryptography</artifactId>
16-
<version>12.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
16+
<version>12.24.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
1717

1818
<name>Microsoft Azure client library for Blob Storage cryptography</name>
1919
<description>This module contains client library for Microsoft Azure Blob Storage cryptography.</description>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.azure</groupId>
6161
<artifactId>azure-storage-blob</artifactId>
62-
<version>12.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
62+
<version>12.25.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
6363
</dependency>
6464

6565
<dependency>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.azure</groupId>
7373
<artifactId>azure-storage-common</artifactId>
74-
<version>12.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
74+
<version>12.24.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
7575
<classifier>tests</classifier>
7676
<type>test-jar</type>
7777
<scope>test</scope>

sdk/storage/azure-storage-blob-nio/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.azure</groupId>
6060
<artifactId>azure-storage-blob</artifactId>
61-
<version>12.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
61+
<version>12.25.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
6262
</dependency>
6363

6464
<dependency>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.azure</groupId>
7272
<artifactId>azure-storage-common</artifactId>
73-
<version>12.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
73+
<version>12.24.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
7474
<classifier>tests</classifier>
7575
<type>test-jar</type>
7676
<scope>test</scope>

sdk/storage/azure-storage-blob/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+
## 12.25.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.25.0-beta.1 (2023-10-19)
414

515
### Features Added

sdk/storage/azure-storage-blob/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-storage-blob</artifactId>
16-
<version>12.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
16+
<version>12.25.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
1717

1818
<name>Microsoft Azure client library for Blob Storage</name>
1919
<description>This module contains client library for Microsoft Azure Blob Storage.</description>
@@ -75,12 +75,12 @@
7575
<dependency>
7676
<groupId>com.azure</groupId>
7777
<artifactId>azure-storage-common</artifactId>
78-
<version>12.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
78+
<version>12.24.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
7979
</dependency>
8080
<dependency>
8181
<groupId>com.azure</groupId>
8282
<artifactId>azure-storage-internal-avro</artifactId>
83-
<version>12.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
83+
<version>12.10.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
8484
</dependency>
8585

8686
<dependency>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>com.azure</groupId>
103103
<artifactId>azure-storage-common</artifactId>
104-
<version>12.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
104+
<version>12.24.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
105105
<classifier>tests</classifier>
106106
<type>test-jar</type>
107107
<scope>test</scope>

sdk/storage/azure-storage-common/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+
## 12.24.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.24.0-beta.1 (2023-10-19)
414

515
### Features Added

0 commit comments

Comments
 (0)