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
30 changes: 15 additions & 15 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../pom.client.xml</relativePath>
</parent>

Expand All @@ -23,20 +23,20 @@
<url>https://github.com/Azure/azure-sdk-for-java</url>

<properties>
<azure-core.version>1.0.0-preview.4</azure-core.version>
<azure-core-amqp.version>1.0.0-preview.4</azure-core-amqp.version>
<azure-core-http-netty.version>1.0.0-preview.4</azure-core-http-netty.version>
<azure-core-management.version>1.0.0-preview.4</azure-core-management.version>
<azure-core-test.version>1.0.0-preview.4</azure-core-test.version>
<azure-data-appconfiguration.version>1.0.0-preview.3</azure-data-appconfiguration.version>
<azure-identity.version>1.0.0-preview.3</azure-identity.version>
<azure-keyvault.version>4.0.0-preview.3</azure-keyvault.version>
<azure-messaging-eventhubs.version>5.0.0-preview.3</azure-messaging-eventhubs.version>
<azure-messaging-eventhubs-checkpointstore-blob.version>1.0.0-preview.1</azure-messaging-eventhubs-checkpointstore-blob.version>
<azure-storage-common.version>12.0.0-preview.3</azure-storage-common.version>
<azure-storage-blob.version>12.0.0-preview.3</azure-storage-blob.version>
<azure-storage-file.version>12.0.0-preview.3</azure-storage-file.version>
<azure-storage-queue.version>12.0.0-preview.3</azure-storage-queue.version>
<azure-core.version>1.0.0-preview.5</azure-core.version>
<azure-core-amqp.version>1.0.0-preview.5</azure-core-amqp.version>
<azure-core-http-netty.version>1.0.0-preview.5</azure-core-http-netty.version>
<azure-core-management.version>1.0.0-preview.5</azure-core-management.version>
<azure-core-test.version>1.0.0-preview.5</azure-core-test.version>
<azure-data-appconfiguration.version>1.0.0-preview.4</azure-data-appconfiguration.version>
<azure-identity.version>1.0.0-preview.4</azure-identity.version>
<azure-keyvault.version>4.0.0-preview.4</azure-keyvault.version>
<azure-messaging-eventhubs.version>5.0.0-preview.4</azure-messaging-eventhubs.version>
<azure-messaging-eventhubs-checkpointstore-blob.version>1.0.0-preview.2</azure-messaging-eventhubs-checkpointstore-blob.version>
<azure-storage-common.version>12.0.0-preview.4</azure-storage-common.version>
<azure-storage-blob.version>12.0.0-preview.4</azure-storage-blob.version>
<azure-storage-file.version>12.0.0-preview.4</azure-storage-file.version>
<azure-storage-queue.version>12.0.0-preview.4</azure-storage-queue.version>
</properties>

<distributionManagement>
Expand Down
22 changes: 11 additions & 11 deletions eng/spotbugs-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>azure-client-sdk-parent</artifactId>
<groupId>com.azure</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../pom.client.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -22,16 +22,16 @@
<azure-storage-blob.version>10.5.0</azure-storage-blob.version>

<!-- Track 2 client library versions -->
<azure-core.version>1.0.0-preview.4</azure-core.version>
<azure-data-appconfiguration.version>1.0.0-preview.3</azure-data-appconfiguration.version>
<azure-identity.version>1.0.0-preview.3</azure-identity.version>
<azure-keyvault.version>4.0.0-preview.3</azure-keyvault.version>
<azure-messaging-eventhubs.version>5.0.0-preview.3</azure-messaging-eventhubs.version>
<azure-messaging-eventhubs-checkpointstore-blob.version>1.0.0-preview.1</azure-messaging-eventhubs-checkpointstore-blob.version>
<azure-storage-common.version>12.0.0-preview.3</azure-storage-common.version>
<azure-storage-blob.version>12.0.0-preview.3</azure-storage-blob.version>
<azure-storage-file.version>12.0.0-preview.3</azure-storage-file.version>
<azure-storage-queue.version>12.0.0-preview.3</azure-storage-queue.version>
<azure-core.version>1.0.0-preview.5</azure-core.version>
<azure-data-appconfiguration.version>1.0.0-preview.4</azure-data-appconfiguration.version>
<azure-identity.version>1.0.0-preview.4</azure-identity.version>
<azure-keyvault.version>4.0.0-preview.4</azure-keyvault.version>
<azure-messaging-eventhubs.version>5.0.0-preview.4</azure-messaging-eventhubs.version>
<azure-messaging-eventhubs-checkpointstore-blob.version>1.0.0-preview.2</azure-messaging-eventhubs-checkpointstore-blob.version>
<azure-storage-common.version>12.0.0-preview.4</azure-storage-common.version>
<azure-storage-blob.version>12.0.0-preview.4</azure-storage-blob.version>
<azure-storage-file.version>12.0.0-preview.4</azure-storage-file.version>
<azure-storage-queue.version>12.0.0-preview.4</azure-storage-queue.version>
</properties>
<distributionManagement>
<site>
Expand Down
2 changes: 1 addition & 1 deletion pom.client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<packaging>pom</packaging>
<version>1.3.0</version>
<version>1.4.0</version>

<name>Microsoft Azure SDK for Java - Client Libraries</name>
<description>Parent POM for Microsoft Azure SDK for Java</description>
Expand Down
10 changes: 5 additions & 5 deletions sdk/appconfiguration/azure-data-appconfiguration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../../pom.client.xml</relativePath>
</parent>

<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.0.0-preview.3</version>
<version>1.0.0-preview.4</version>

<name>Microsoft Azure client library for App Configuration</name>
<description>This package contains the Microsoft Azure App Configuration client library.</description>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -50,13 +50,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
class AzureConfiguration {
//TODO: Eventually remove these hardcoded strings with https://github.com/Azure/azure-sdk-for-java/issues/3141
static final String NAME = "application-configuration";
static final String VERSION = "1.0.0-preview.3";
static final String VERSION = "1.0.0-preview.4";
}
6 changes: 3 additions & 3 deletions sdk/core/azure-core-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../../pom.client.xml</relativePath>
</parent>

<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<packaging>jar</packaging>

<name>Microsoft Azure Java Core AMQP Library</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions sdk/core/azure-core-http-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../../pom.client.xml</relativePath>
</parent>

<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<packaging>jar</packaging>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>

<name>Microsoft Azure Netty HTTP Client Library</name>
<description>This package contains the Netty HTTP client plugin for azure-core.</description>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions sdk/core/azure-core-http-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../../pom.client.xml</relativePath>
</parent>

<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<packaging>jar</packaging>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>

<name>Microsoft Azure OkHttp HTTP Client Library</name>
<description>This package contains the OkHttp HTTP client plugin for azure-core.</description>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>

<dependency>
Expand All @@ -71,7 +71,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions sdk/core/azure-core-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../../pom.client.xml</relativePath>
</parent>

<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<packaging>jar</packaging>

<name>Microsoft Azure Management Java Core Library</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>

<dependency>
Expand All @@ -70,13 +70,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions sdk/core/azure-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../../pom.client.xml</relativePath>
</parent>

<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<packaging>jar</packaging>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>

<name>Microsoft Azure Java Core Test Library</name>
<description>This package contains core test types for Azure Java clients.</description>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/azure-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../../pom.client.xml</relativePath>
</parent>

<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<packaging>jar</packaging>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>

<name>Microsoft Azure Java Core Library</name>
<description>This package contains core types for Azure Java clients.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<parent>
<artifactId>azure-client-sdk-parent</artifactId>
<groupId>com.azure</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../../pom.client.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.0.0-preview.1</version>
<version>1.0.0-preview.2</version>

<name>Microsoft Azure client library for storing checkpoints in Storage Blobs</name>
<description>Library for using storing checkpoints in Storage Blobs</description>
Expand All @@ -39,12 +39,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.0.0-preview.3</version>
<version>5.0.0-preview.4</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.0.0-preview.3</version>
<version>12.0.0-preview.4</version>
</dependency>

<!-- Test dependencies -->
Expand Down
10 changes: 5 additions & 5 deletions sdk/eventhubs/azure-messaging-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-client-sdk-parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<relativePath>../../../pom.client.xml</relativePath>
</parent>

<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.0.0-preview.3</version>
<version>5.0.0-preview.4</version>

<name>Microsoft Azure client library for Event Hubs</name>
<description>Libraries built on Microsoft Azure Event Hubs</description>
Expand All @@ -41,12 +41,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.4</version>
<version>1.0.0-preview.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class ClientConstants {
public static final int SERVER_BUSY_BASE_SLEEP_TIME_IN_SECS = 4;

public static final String PRODUCT_NAME = "azsdk-java-eventhubs";
public static final String CURRENT_JAVA_CLIENT_VERSION = "1.0.0-preview.3";
public static final String CURRENT_JAVA_CLIENT_VERSION = "5.0.0-preview.4";
public static final String PLATFORM_INFO = getOSInformation();
public static final String FRAMEWORK_INFO = getFrameworkInfo();

Expand Down
Loading