Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure core 1.0.0-preview.1 #4165

Merged
merged 2 commits into from
Jun 27, 2019
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
2 changes: 2 additions & 0 deletions appconfiguration/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -45,6 +46,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
7 changes: 4 additions & 3 deletions 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-core-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-preview.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Microsoft Azure Java Core AMQP Library</name>
Expand All @@ -39,7 +39,7 @@
<url>https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</connection>
<developerConnection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0-preview.1</tag>
</scm>

<properties>
Expand All @@ -58,6 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.1</version>
</dependency>

<dependency>
Expand Down
8 changes: 5 additions & 3 deletions 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-core-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-preview.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Microsoft Azure Management Java Core Library</name>
Expand All @@ -39,7 +39,7 @@
<url>https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</connection>
<developerConnection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0-preview.1</tag>
</scm>

<properties>
Expand All @@ -58,6 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.1</version>
</dependency>

<dependency>
Expand All @@ -69,6 +70,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.1</version>
<scope>test</scope>
</dependency>

Expand Down
7 changes: 4 additions & 3 deletions core/azure-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-core-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-preview.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>Microsoft Azure Java Core Test Library</name>
<description>This package contains core test types for Azure Java clients.</description>
Expand All @@ -29,13 +29,14 @@
<url>https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</connection>
<developerConnection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0-preview.1</tag>
</scm>

<dependencies>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.1</version>
</dependency>

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

Expand Down Expand Up @@ -38,7 +38,7 @@
<url>https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</connection>
<developerConnection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0-preview.1</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-core-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-preview.1</version>
<packaging>pom</packaging>

<name>Microsoft Azure Core Libraries for Java</name>
Expand All @@ -33,7 +33,7 @@
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</connection>
<developerConnection>scm:git:https://github.com/Azure/azure-sdk-for-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0-preview.1</tag>
</scm>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>${version}</version>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>${azure-core-amqp.version}</version>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>${version}</version>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
10 changes: 5 additions & 5 deletions eng/spotbugs-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,27 +114,27 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>${azure-core.version}</version>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>${azure-core-amqp.version}</version>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>${azure-core-management.version}</version>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>${azure-core-test.version}</version>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>${azure-core-test.version}</version>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
3 changes: 3 additions & 0 deletions eventhubs/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -55,6 +57,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions identity/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
3 changes: 3 additions & 0 deletions keyvault/client/keys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.1</version>
</dependency>

<dependency>
Expand All @@ -58,12 +59,14 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
3 changes: 3 additions & 0 deletions keyvault/client/secrets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.1</version>
</dependency>

<dependency>
Expand All @@ -56,12 +57,14 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
30 changes: 0 additions & 30 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@
<client-runtime.version.v2>2.1.1</client-runtime.version.v2>
<slf4j-api.version>1.7.5</slf4j-api.version>
<slf4j-log4j12.version>1.7.0</slf4j-log4j12.version>
<azure-core.version>1.0.0-SNAPSHOT</azure-core.version>
<azure-core-amqp.version>1.0.0-SNAPSHOT</azure-core-amqp.version>
<azure-core-management.version>1.0.0-SNAPSHOT</azure-core-management.version>
<reactor-netty.version>0.8.3.RELEASE</reactor-netty.version>
<netty.version>4.1.33.Final</netty.version>
<async-http-client.version>2.5.2</async-http-client.version>
Expand All @@ -126,8 +123,6 @@
<codesnippet4javadoc.version>0.31</codesnippet4javadoc.version>

<!-- Test Dependency Versions -->
<azure-core-test.version>1.0.0-SNAPSHOT</azure-core-test.version>
<azure-identity.version>1.0.0-SNAPSHOT</azure-identity.version>
<adal4j.version>1.6.3</adal4j.version>
<bcprov-jdk15on.version>1.60</bcprov-jdk15on.version>
<azure-mgmt-keyvault.version>1.11.1</azure-mgmt-keyvault.version>
Expand Down Expand Up @@ -192,18 +187,6 @@
<version>${adal4j.version}</version>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>${azure-core.version}</version>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>${azure-core-amqp.version}</version>
</dependency>

<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-annotations</artifactId>
Expand Down Expand Up @@ -348,19 +331,6 @@
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>${azure-core-test.version}</version>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>${azure-identity.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
Expand Down
1 change: 1 addition & 0 deletions tracing/tracing-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
Expand Down