Skip to content

Commit

Permalink
Post ga version updates dec2019 (#6706)
Browse files Browse the repository at this point in the history
* Update com.azure:azure-security-keyvault-keys version post release

* Update file versions through the update script
  • Loading branch information
JimSuplizio authored Dec 9, 2019
1 parent e3f61b3 commit 2a0186e
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 14 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 @@ -90,7 +90,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.0.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} -->
<version>4.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;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 @@ -208,7 +208,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.0.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} -->
<version>4.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 2 additions & 0 deletions eng/versioning/set_versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# Python version 3.4 or higher is required to run this script.

# Use case: Append the build qualifier onto the existing version in such a way that the
# resulting version string is still in semver format. This will be utilized by the build
# system to modify the version string to produce nightly DevOps builds.
Expand Down
2 changes: 2 additions & 0 deletions eng/versioning/update_versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# Python version 3.4 or higher is required to run this script.

# Use case: Update all the versions in README.md and pom.xml files based on
# the versions in versions_[client|data|management].txt, external_dependencies.txt
#
Expand Down
6 changes: 3 additions & 3 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ com.azure:azure-core-http-netty;1.1.0;1.2.0-beta.1
com.azure:azure-core-http-okhttp;1.1.0-beta.1;1.1.0-beta.1
com.azure:azure-core-management;1.0.0-beta.8;1.0.0-beta.8
com.azure:azure-core-test;1.1.0-beta.1;1.1.0-beta.1
com.azure:azure-core-tracing-opencensus;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-data-appconfiguration;1.0.0-beta.7;1.0.0-beta.8
com.azure:azure-identity;1.0.1;1.1.0-beta.1
com.azure:azure-security-keyvault-certificates;4.0.0-beta.6;4.0.0-beta.7
com.azure:azure-security-keyvault-keys;4.0.1;4.0.1
com.azure:azure-security-keyvault-keys;4.0.1;4.1.0-beta.1
com.azure:azure-security-keyvault-secrets;4.0.1;4.1.0-beta.1
com.azure:azure-messaging-eventhubs;5.0.0-beta.6;5.0.0-beta.7
com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.0.0-beta.4;1.0.0-beta.5
Expand All @@ -26,5 +28,3 @@ com.azure:azure-storage-file-share;12.0.0;12.1.0-beta.1
com.azure:azure-storage-file-datalake;12.0.0-beta.7;12.0.0-beta.8
com.azure:azure-storage-queue;12.1.0;12.2.0-beta.1
com.azure:azure-storage-queue-cryptography;12.0.0-beta.6;12.0.0-beta.7
com.azure:azure-core-tracing-opencensus;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.1;1.0.0-beta.2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class AzureKeyVaultConfiguration {
//TODO: Eventually remove these hardcoded strings with https://github.com/Azure/azure-sdk-for-java/issues/3141
static final String SDK_NAME = "Azure-Keyvault";
// {x-version-update-start;com.azure:azure-security-keyvault-certificates;current}
static final String SDK_VERSION = "4.0.0-beta.6";
static final String SDK_VERSION = "4.0.0-beta.7";
// {x-version-update-end}
}
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-security-keyvault-keys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.0.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} -->
<version>4.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} -->

<name>Microsoft Azure client library for KeyVault Keys</name>
<description>This module contains client library for Microsoft Azure KeyVault Keys.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ class AzureKeyVaultConfiguration {
//TODO: Eventually remove these hardcoded strings with https://github.com/Azure/azure-sdk-for-java/issues/3141
static final String SDK_NAME = "Azure-Keyvault";
// {x-version-update-start;com.azure:azure-security-keyvault-secrets;current}
static final String SDK_VERSION = "4.0.1";
static final String SDK_VERSION = "4.1.0-beta.1";
// {x-version-update-end}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
class BlobCryptographyConfiguration {
static final String NAME = "azure-storage-blob-cryptography";
// {x-version-update-start;com.azure:azure-storage-blob-cryptography;current}
static final String VERSION = "12.1.0";
static final String VERSION = "12.2.0-beta.1";
// {x-version-update-end}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public final class BuilderHelper {
private static final String DEFAULT_USER_AGENT_NAME = "azure-storage-blob";
// {x-version-update-start;com.azure:azure-storage-blob;current}
private static final String DEFAULT_USER_AGENT_VERSION = "12.1.0";
private static final String DEFAULT_USER_AGENT_VERSION = "12.2.0-beta.1";
// {x-version-update-end}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class FileConfiguration {
//TODO: Eventually remove these hardcoded strings with https://github.com/Azure/azure-sdk-for-java/issues/3141
static final String NAME = "azure-storage-file-share";
// {x-version-update-start;com.azure:azure-storage-file-share;current}
static final String VERSION = "12.0.0";
static final String VERSION = "12.1.0-beta.1";
// {x-version-update-end}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public final class BuilderHelper {
private static final String DEFAULT_USER_AGENT_NAME = "azure-storage-file-share";
// {x-version-update-start;com.azure:azure-storage-file-share;current}
private static final String DEFAULT_USER_AGENT_VERSION = "12.0.0";
private static final String DEFAULT_USER_AGENT_VERSION = "12.1.0-beta.1";
// {x-version-update-end}

private static final Pattern IP_URL_PATTERN = Pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class QueueConfiguration {
//TODO: Eventually remove these hardcoded strings with https://github.com/Azure/azure-sdk-for-java/issues/3141
static final String NAME = "azure-storage-queue";
// {x-version-update-start;com.azure:azure-storage-queue;current}
static final String VERSION = "12.1.0";
static final String VERSION = "12.2.0-beta.1";
// {x-version-update-end}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
public final class BuilderHelper {
private static final String DEFAULT_USER_AGENT_NAME = "azure-storage-queue";
// {x-version-update-start;com.azure:azure-storage-queue;current}
private static final String DEFAULT_USER_AGENT_VERSION = "12.1.0";
private static final String DEFAULT_USER_AGENT_VERSION = "12.2.0-beta.1";
// {x-version-update-end}

private static final Pattern IP_URL_PATTERN = Pattern
Expand Down

0 comments on commit 2a0186e

Please sign in to comment.