|
8 | 8 | <parent> |
9 | 9 | <groupId>com.microsoft.azure</groupId> |
10 | 10 | <artifactId>azure-parent</artifactId> |
11 | | - <version>1.38.2-SNAPSHOT</version> |
| 11 | + <version>1.39.0</version> |
12 | 12 | <relativePath>../pom.xml</relativePath> |
13 | 13 | </parent> |
14 | 14 |
|
|
30 | 30 | <scm> |
31 | 31 | <url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> |
32 | 32 | < connection>scm:git: [email protected]:Azure/azure-sdk-for-java.git</ connection> |
33 | | - <tag>HEAD</tag> |
| 33 | + <tag>v1.39.0</tag> |
34 | 34 | </scm> |
35 | 35 |
|
36 | 36 | <properties> |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>com.microsoft.azure</groupId> |
55 | 55 | <artifactId>azure-mgmt-resources</artifactId> |
56 | | - <version>1.38.2-SNAPSHOT</version> |
| 56 | + <version>1.39.0</version> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>com.microsoft.azure</groupId> |
60 | 60 | <artifactId>azure-mgmt-storage</artifactId> |
61 | | - <version>1.38.2-SNAPSHOT</version> |
| 61 | + <version>1.39.0</version> |
62 | 62 | </dependency> |
63 | 63 | <dependency> |
64 | 64 | <groupId>com.microsoft.azure</groupId> |
65 | 65 | <artifactId>azure-mgmt-network</artifactId> |
66 | | - <version>1.38.2-SNAPSHOT</version> |
| 66 | + <version>1.39.0</version> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>com.microsoft.azure</groupId> |
70 | 70 | <artifactId>azure-mgmt-msi</artifactId> |
71 | | - <version>1.38.2-SNAPSHOT</version> |
| 71 | + <version>1.39.0</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>junit</groupId> |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>com.microsoft.azure</groupId> |
102 | 102 | <artifactId>azure-mgmt-keyvault</artifactId> |
103 | | - <version>1.38.2-SNAPSHOT</version> |
| 103 | + <version>1.39.0</version> |
104 | 104 | <scope>test</scope> |
105 | 105 | </dependency> |
106 | 106 | <dependency> |
|
111 | 111 | <dependency> |
112 | 112 | <groupId>com.microsoft.azure</groupId> |
113 | 113 | <artifactId>azure-mgmt-graph-rbac</artifactId> |
114 | | - <version>1.38.2-SNAPSHOT</version> |
| 114 | + <version>1.39.0</version> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>com.google.code.gson</groupId> |
|
137 | 137 | <dependency> |
138 | 138 | <groupId>com.microsoft.azure</groupId> |
139 | 139 | <artifactId>azure-mgmt-resources</artifactId> |
140 | | - <version>1.38.2-SNAPSHOT</version> |
| 140 | + <version>1.39.0</version> |
141 | 141 | <type>test-jar</type> |
142 | 142 | <scope>test</scope> |
143 | 143 | </dependency> |
|
0 commit comments