Skip to content

Commit

Permalink
Changed Datalake to beta instead of preview (#6644)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Dec 4, 2019
1 parent 0020de4 commit a2fa92b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.0.0-preview.7</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.0.0-beta.7</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/spotbugs-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.0.0-preview.7</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.0.0-beta.7</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
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 @@ -23,7 +23,7 @@ com.azure:azure-storage-blob-batch;12.1.0;12.1.0
com.azure:azure-storage-blob-cryptography;12.1.0;12.1.0
com.azure:azure-storage-common;12.1.0;12.1.0
com.azure:azure-storage-file-share;12.0.0;12.0.0
com.azure:azure-storage-file-datalake;12.0.0-preview.7;12.0.0-preview.7
com.azure:azure-storage-file-datalake;12.0.0-beta.7;12.0.0-beta.7
com.azure:azure-storage-queue;12.1.0;12.1.0
com.azure:azure-storage-queue-cryptography;12.0.0-beta.6;12.0.0-beta.6
com.azure:azure-core-tracing-opencensus;1.0.0-beta.5;1.0.0-beta.5
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log azure-storage-file-datalake

## Version 12.0.0-preview.7 (2019-12-04)
## Version 12.0.0-beta.7 (2019-12-04)
This package's
[documentation](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/storage/azure-storage-file-datalake/README.md)
and
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-file-datalake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add a dependency on Azure Storage File Datalake
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.0.0-preview.7</version>
<version>12.0.0-beta.7</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -44,7 +44,7 @@ Netty and include the OkHTTP client in your pom.xml.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.0.0-preview.7</version>
<version>12.0.0-beta.7</version>
<exclusions>
<exclusion>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/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-file-datalake</artifactId>
<version>12.0.0-preview.7</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.0.0-beta.7</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->

<name>Microsoft Azure client library for File Storage Data Lake</name>
<description>This module contains client library for Microsoft Azure File Storage Data Lake.</description>
Expand Down

0 comments on commit a2fa92b

Please sign in to comment.