Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,11 @@
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.8.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
</dependency>
<!-- Uncomment this when blob-nio is added to sdk/storage/pom.service.xml -->
<!-- <dependency>-->
<!-- <groupId>com.azure</groupId>-->
<!-- <artifactId>azure-storage-blob-nio</artifactId>-->
<!-- <version>12.0.0-beta.1</version> &lt;!&ndash; {x-version-update;com.azure:azure-storage-blob-nio;current} &ndash;&gt;-->
<!-- </dependency>-->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-nio</artifactId>
<version>12.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-nio;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ com.azure:azure-storage-blob;12.8.0-beta.1;12.8.0-beta.2
com.azure:azure-storage-blob-batch;12.6.0-beta.1;12.6.0-beta.2
com.azure:azure-storage-blob-changefeed;12.0.0-beta.1;12.0.0-beta.2
com.azure:azure-storage-blob-cryptography;12.8.0-beta.1;12.8.0-beta.2
com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1
com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.2
com.azure:azure-storage-common;12.8.0-beta.1;12.8.0-beta.2
com.azure:azure-storage-file-share;12.6.0-beta.1;12.6.0-beta.2
com.azure:azure-storage-file-datalake;12.2.0-beta.1;12.2.0-beta.2
Expand Down
3 changes: 3 additions & 0 deletions sdk/storage/azure-storage-blob-nio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release History

## 12.0.0-beta.2 (Unreleased)


## 12.0.0-beta.1 (2020-07-17)
- Initial Release. Please see the README for more information.
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-nio</artifactId>
<version>12.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-nio;current} -->
<version>12.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-nio;current} -->
<name>Microsoft Azure implementation of NIO on top of Azure Blob Storage</name>
<description>This module contains an implementation of Java's NIO interface on top of Azure Blob Storage.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;dependency} -->
<version>12.8.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<dependency>
Expand Down