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
4 changes: 2 additions & 2 deletions azure-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
16 changes: 8 additions & 8 deletions azure-mgmt-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,22 +49,22 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-network</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
17 changes: 9 additions & 8 deletions azure-mgmt-datalake-analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>azure-mgmt-datalake-analytics</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta1.1</version>

<name>Microsoft Azure SDK for Data Lake Analytics Management</name>
<description>This package contains Microsoft Azure Data Lake Analytics Management SDK.</description>
Expand Down Expand Up @@ -49,24 +50,24 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-datalake-store</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
15 changes: 8 additions & 7 deletions azure-mgmt-datalake-store-uploader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>azure-mgmt-datalake-store-uploader</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta1.1</version>

<name>Microsoft Azure SDK for Data Lake Store Data Uploading</name>
<description>This package contains Microsoft Azure Data Lake Store Uploader SDK, which enables rapid ingress of data into Azure Data Lake Storage accounts</description>
Expand Down Expand Up @@ -49,17 +50,17 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-datalake-store</artifactId>
<version>${project.version}</version>
<version>1.0.0-beta1.1</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>${project.version}</version>
<version>1.0.0-beta2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -70,7 +71,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
7 changes: 4 additions & 3 deletions azure-mgmt-datalake-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>azure-mgmt-datalake-store</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta1.1</version>

<name>Microsoft Azure SDK for Data Lake Store Management</name>
<description>This package contains Microsoft Azure Data Lake Store Management SDK.</description>
Expand Down Expand Up @@ -49,12 +50,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions azure-mgmt-network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions azure-mgmt-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions azure-mgmt-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
9 changes: 5 additions & 4 deletions azure-mgmt-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>azure-mgmt-website</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta1.1</version>

<name>Microsoft Azure SDK for Website Management</name>
<description>This package contains Microsoft Azure Website Management SDK.</description>
Expand Down Expand Up @@ -49,12 +50,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions azure-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -52,27 +52,27 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-network</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
</dependencies>
</project>
14 changes: 7 additions & 7 deletions azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,32 +49,32 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-network</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
<artifactId>azure-parent</artifactId>
<packaging>pom</packaging>

Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-build-tools</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta2</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down
Loading