We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b318b commit 996ad66Copy full SHA for 996ad66
sdk/containerregistry/mgmt-v2017_03_01/pom.xml
@@ -11,7 +11,7 @@
11
<parent>
12
<groupId>com.microsoft.azure</groupId>
13
<artifactId>azure-arm-parent</artifactId>
14
- <version>1.2.0</version>
+ <version>1.1.0</version>
15
<relativePath>../../../pom.management.xml</relativePath>
16
</parent>
17
<artifactId>azure-mgmt-containerregistry</artifactId>
@@ -71,6 +71,8 @@
71
<artifactId>azure-arm-client-runtime</artifactId>
72
<type>test-jar</type>
73
<scope>test</scope>
74
+ <!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
75
+ <version>1.6.5</version>
76
</dependency>
77
</dependencies>
78
<build>
0 commit comments