Skip to content

Commit 7625c26

Browse files
authored
Increment package versions for storage releases (Azure#44153)
1 parent d67e40b commit 7625c26

File tree

25 files changed

+147
-47
lines changed

25 files changed

+147
-47
lines changed

eng/versioning/version_client.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,17 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
185185
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
186186
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
187187
com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
188-
com.azure:azure-storage-blob;12.29.0;12.30.0-beta.1
189-
com.azure:azure-storage-blob-batch;12.25.0;12.26.0-beta.1
190-
com.azure:azure-storage-blob-changefeed;12.0.0-beta.27;12.0.0-beta.28
191-
com.azure:azure-storage-blob-cryptography;12.28.0;12.29.0-beta.1
192-
com.azure:azure-storage-blob-nio;12.0.0-beta.28;12.0.0-beta.29
193-
com.azure:azure-storage-common;12.28.0;12.29.0-beta.1
194-
com.azure:azure-storage-file-share;12.25.1;12.26.0-beta.1
195-
com.azure:azure-storage-file-datalake;12.22.0;12.23.0-beta.1
196-
com.azure:azure-storage-internal-avro;12.14.0;12.15.0-beta.1
188+
com.azure:azure-storage-blob;12.29.0;12.30.0-beta.2
189+
com.azure:azure-storage-blob-batch;12.25.0;12.26.0-beta.2
190+
com.azure:azure-storage-blob-changefeed;12.0.0-beta.28;12.0.0-beta.29
191+
com.azure:azure-storage-blob-cryptography;12.28.0;12.29.0-beta.2
192+
com.azure:azure-storage-blob-nio;12.0.0-beta.29;12.0.0-beta.30
193+
com.azure:azure-storage-common;12.28.0;12.29.0-beta.2
194+
com.azure:azure-storage-file-share;12.25.1;12.26.0-beta.2
195+
com.azure:azure-storage-file-datalake;12.22.0;12.23.0-beta.2
196+
com.azure:azure-storage-internal-avro;12.14.0;12.15.0-beta.2
197197
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
198-
com.azure:azure-storage-queue;12.24.0;12.25.0-beta.1
198+
com.azure:azure-storage-queue;12.24.0;12.25.0-beta.2
199199
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
200200
com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1
201201
com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4

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.26.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.26.0-beta.1 (2025-02-11)
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.26.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
16+
<version>12.26.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>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.azure</groupId>
7272
<artifactId>azure-storage-blob</artifactId>
73-
<version>12.30.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
73+
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
7474
</dependency>
7575

7676
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.azure</groupId>
8888
<artifactId>azure-storage-common</artifactId>
89-
<version>12.29.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
89+
<version>12.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
9090
<classifier>tests</classifier>
9191
<type>test-jar</type>
9292
<scope>test</scope>

sdk/storage/azure-storage-blob-changefeed/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.0.0-beta.29 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.0.0-beta.28 (2025-02-11)
414

515
### Features Added

sdk/storage/azure-storage-blob-changefeed/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-changefeed</artifactId>
16-
<version>12.0.0-beta.28</version> <!-- {x-version-update;com.azure:azure-storage-blob-changefeed;current} -->
16+
<version>12.0.0-beta.29</version> <!-- {x-version-update;com.azure:azure-storage-blob-changefeed;current} -->
1717

1818
<name>Microsoft Azure client library for Blob Storage changefeed</name>
1919
<description>This module contains client library for Microsoft Azure Blob Storage changefeed.</description>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.azure</groupId>
8484
<artifactId>azure-storage-blob</artifactId>
85-
<version>12.30.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
85+
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
8686
</dependency>
8787

8888
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.azure</groupId>
100100
<artifactId>azure-storage-common</artifactId>
101-
<version>12.29.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
101+
<version>12.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
102102
<classifier>tests</classifier>
103103
<type>test-jar</type>
104104
<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.29.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.29.0-beta.1 (2025-02-11)
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.29.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
16+
<version>12.29.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>
@@ -76,13 +76,13 @@
7676
<dependency>
7777
<groupId>com.azure</groupId>
7878
<artifactId>azure-storage-blob</artifactId>
79-
<version>12.30.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
79+
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
8080
</dependency>
8181

8282
<dependency>
8383
<groupId>com.azure</groupId>
8484
<artifactId>azure-storage-common</artifactId>
85-
<version>12.29.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
85+
<version>12.29.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-nio/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.0.0-beta.30 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.0.0-beta.29 (2025-02-11)
414

515
### Features Added

sdk/storage/azure-storage-blob-nio/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-nio</artifactId>
16-
<version>12.0.0-beta.29</version> <!-- {x-version-update;com.azure:azure-storage-blob-nio;current} -->
16+
<version>12.0.0-beta.30</version> <!-- {x-version-update;com.azure:azure-storage-blob-nio;current} -->
1717
<name>Microsoft Azure implementation of NIO on top of Azure Blob Storage</name>
1818
<description>This module contains an implementation of Java's NIO interface on top of Azure Blob Storage.</description>
1919
<url>https://github.com/Azure/azure-sdk-for-java</url>
@@ -68,13 +68,13 @@
6868
<dependency>
6969
<groupId>com.azure</groupId>
7070
<artifactId>azure-storage-blob</artifactId>
71-
<version>12.30.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
71+
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>com.azure</groupId>
7676
<artifactId>azure-storage-common</artifactId>
77-
<version>12.29.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
77+
<version>12.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
7878
<classifier>tests</classifier>
7979
<type>test-jar</type>
8080
<scope>test</scope>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.azure</groupId>
4242
<artifactId>azure-storage-blob</artifactId>
43-
<version>12.30.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
43+
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
4444
</dependency>
4545
<dependency>
4646
<groupId>com.azure</groupId>

0 commit comments

Comments
 (0)