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

Profile v2019 03 01 #3816

Merged
merged 34 commits into from
Jun 11, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3cd8ff2
generated locks v2016_09_01
iscai-msft May 20, 2019
103c778
Refactor pom files
jianghaolu May 24, 2019
bbfd44b
Remove spotbugs from uber pom
jianghaolu May 24, 2019
d223e99
Fix spacing
jianghaolu May 24, 2019
72acd68
Merge branch 'master' of github.com:Azure/azure-sdk-for-java into pom…
jianghaolu May 24, 2019
c604c4a
Fix NPE in header decoder
jianghaolu May 25, 2019
8361c2c
Add gpg.skip to travis config
jianghaolu May 28, 2019
9dcc575
Add parent install before dependency checker
jianghaolu May 28, 2019
6de71db
Skip first mvn build in travis CI
jianghaolu May 28, 2019
457963b
Remove jetty server from management library builds
jianghaolu May 28, 2019
61a7e0a
Use variables for versions in pom.management.xml
jianghaolu May 29, 2019
c69ea46
More variables for versions in poms
jianghaolu May 29, 2019
73a3126
added folder for 2019-03-01 hybrid, started setting up pom for rollup…
iscai-msft May 29, 2019
a98b189
Fix typo in management pom
jianghaolu May 29, 2019
ad13329
Merge branch 'master' of github.com:azure/azure-sdk-for-java into pro…
iscai-msft May 30, 2019
01ae8a3
added monitor to azure sdk for java
iscai-msft May 30, 2019
bbf5a6f
Change management pom back to original group and artifact id
jianghaolu May 30, 2019
b013666
Update all references to pom.management.xml
jianghaolu May 31, 2019
b12aef3
Merge branch 'master' of github.com:azure/azure-sdk-for-java into pro…
iscai-msft May 31, 2019
0a924fe
pulled jianghao's pomrefactor branch, fixed merge conflicts
iscai-msft May 31, 2019
b45d137
commit before generating v2018_02_01 of appservice
iscai-msft May 31, 2019
7464c25
Fix typo non-shipping-modules
jianghaolu May 31, 2019
6361bfa
Merge branch 'master' of github.com:Azure/azure-sdk-for-java into pom…
jianghaolu May 31, 2019
ccf5c61
Fix data plane module's parent ref
jianghaolu Jun 3, 2019
332cd1b
Merge branch 'master' of github.com:Azure/azure-sdk-for-java into pom…
jianghaolu Jun 3, 2019
bbc8a8f
added endpoints to azure file, does not compile, going to push appser…
iscai-msft Jun 3, 2019
4e2271a
fixed merge conflicts from upstream master
iscai-msft Jun 3, 2019
801af75
fixed merge conflicts with jianghao pomrefactor
iscai-msft Jun 3, 2019
c9746e9
after publishing appservice v2018_02_01 on maven
iscai-msft Jun 4, 2019
2d3d46a
fixed variable name and rearranged order
iscai-msft Jun 4, 2019
60354ff
Merge branch 'master' of github.com:azure/azure-sdk-for-java into pro…
iscai-msft Jun 4, 2019
da49858
deleted unnecessary entry points
iscai-msft Jun 4, 2019
c997d1a
fixed merge conflicts
iscai-msft Jun 11, 2019
3555406
Merge branch 'master' into profile_v2019_03_01
iscai-msft Jun 11, 2019
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
Prev Previous commit
Next Next commit
Refactor pom files
  • Loading branch information
jianghaolu committed May 24, 2019
commit 103c77889d91a96b230ea0ee105fc747ebef6335
8 changes: 4 additions & 4 deletions applicationinsights/resource-manager/v2015_05_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.applicationinsights.v2015_05_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-insights</artifactId>
<version>1.0.0-beta</version>
Expand Down
8 changes: 4 additions & 4 deletions appservice/resource-manager/v2016_03_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.appservice.v2016_03_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.0.0-beta-1</version>
Expand Down
8 changes: 4 additions & 4 deletions appservice/resource-manager/v2016_08_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.appservice.v2016_08_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.0.0-beta-1</version>
Expand Down
8 changes: 4 additions & 4 deletions appservice/resource-manager/v2016_09_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.appservice.v2016_09_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.0.0-beta-1</version>
Expand Down
8 changes: 4 additions & 4 deletions appservice/resource-manager/v2018_02_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.appservice.v2018_02_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.0.0-beta</version>
Expand Down
8 changes: 4 additions & 4 deletions authorization/resource-manager/v2015_07_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.authorization.v2015_07_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-authorization</artifactId>
<version>1.0.0-beta</version>
Expand Down
8 changes: 4 additions & 4 deletions authorization/resource-manager/v2018_09_01_preview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.authorization.v2018_09_01_preview</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-authorization</artifactId>
<version>1.0.0-beta</version>
Expand Down
8 changes: 4 additions & 4 deletions automation/resource-manager/v2015_10_31/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.automation.v2015_10_31</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-automation</artifactId>
<version>1.0.0-beta</version>
Expand Down
8 changes: 4 additions & 4 deletions batchai/resource-manager/v2017_09_01_preview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.azure-mgmt-batchai-2017-09-01-preview</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-batchai</artifactId>
<version>1.0.0-beta-SNAPSHOT</version>
Expand Down
8 changes: 4 additions & 4 deletions batchai/resource-manager/v2018_03_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.azure-mgmt-batchai-2018-03-01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-batchai</artifactId>
<version>1.0.0-beta-SNAPSHOT</version>
Expand Down
8 changes: 4 additions & 4 deletions batchai/resource-manager/v2018_05_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.azure-mgmt-batchai-2018-05-01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-batchai</artifactId>
<version>1.0.0-beta-SNAPSHOT</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.azure-mgmt-cognitiveservices-2016-02-01-preview</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-cognitiveservices</artifactId>
<version>1.0.0-beta-SNAPSHOT</version>
Expand Down
8 changes: 4 additions & 4 deletions cognitiveservices/resource-manager/v2017_04_18/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.azure-mgmt-cognitiveservices-2017-04-18</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-cognitiveservices</artifactId>
<version>1.0.0-beta-SNAPSHOT</version>
Expand Down
8 changes: 4 additions & 4 deletions compute/resource-manager/v2017_03_30/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.compute.v2017_03_30</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.0.0-beta-1</version>
Expand Down
8 changes: 4 additions & 4 deletions compute/resource-manager/v2017_09_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.compute.v2017_09_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.0.0-beta</version>
Expand Down
8 changes: 4 additions & 4 deletions compute/resource-manager/v2017_12_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.compute.v2017_12_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.0.0-beta</version>
Expand Down
8 changes: 4 additions & 4 deletions compute/resource-manager/v2018_04_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.compute.v2018_04_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-compute</artifactId>
<version>1.0.0-beta</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.containerinstance.v2017_08_01_preview</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-containerinstance</artifactId>
<version>1.0.0-beta</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.containerinstance.v2017_10_01_preview</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-containerinstance</artifactId>
<version>1.0.0-beta</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.containerinstance.v2017_12_01_preview</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-containerinstance</artifactId>
<version>1.0.0-beta</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.containerinstance.v2018_02_01_preview</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-containerinstance</artifactId>
<version>1.0.0-beta</version>
Expand Down
8 changes: 4 additions & 4 deletions containerinstance/resource-manager/v2018_04_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.containerinstance.v2018_04_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-containerinstance</artifactId>
<version>1.0.0-beta</version>
Expand Down
8 changes: 4 additions & 4 deletions containerinstance/resource-manager/v2018_10_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.containerinstance.v2018_10_01</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-containerinstance</artifactId>
<version>1.0.0-beta</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<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.containerregistry.v2016_06_27_preview</groupId>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<parent>
<groupId>com.azure</groupId>
<artifactId>azure-management-sdk-parent</artifactId>
<version>1.0.0</version>
<relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-containerregistry</artifactId>
<version>1.0.0-beta</version>
Expand Down
Loading