Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 57b499b

Browse files
committed
Fixed pom
1 parent 475eb84 commit 57b499b

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2020.03.18 Version 8.6.2
2+
* Fixed a bug in the pom that disrupted the ability to download from maven central.
3+
14
2020.03.10 Version 8.6.1
25
* Fixed a bug in BlobInputStream that would return extra zeros at the end of the stream if the data was encrypted using client-side encryption.
36
* MD5 checks on BlobInputStream are skipped if data being downloaded is also being decrypted via client-side encryption, even if disableMd5Calculation is set to false. Previously this check would always fail as MD5 is calculated on cipher text on upload but was calculated on plaintext on download.

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,6 @@
2525
</license>
2626
</licenses>
2727

28-
<distributionManagement>
29-
<relocation>
30-
<groupId>com.azure</groupId>
31-
<message>
32-
This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.
33-
34-
The latest libraries to interact with the Azure Blob Storage service are:
35-
36-
* https://search.maven.org/artifact/com.azure/azure-storage-blob
37-
* https://search.maven.org/artifact/com.azure/azure-storage-blob-cryptography
38-
* https://search.maven.org/artifact/com.azure/azure-storage-blob-batch
39-
* https://search.maven.org/artifact/com.azure/azure-storage-queue
40-
* https://search.maven.org/artifact/com.azure/azure-storage-file-share
41-
42-
It is recommended that you move to the new package.
43-
</message>
44-
</relocation>
45-
</distributionManagement>
46-
4728
<scm>
4829
<url>scm:git:https://github.com/Azure/azure-storage-java</url>
4930
<connection>scm:git:git://github.com/Azure/azure-storage-java.git</connection>

0 commit comments

Comments
 (0)