|
8 | 8 | <parent>
|
9 | 9 | <groupId>com.microsoft.azure</groupId>
|
10 | 10 | <artifactId>azure-parent</artifactId>
|
11 |
| - <version>1.41.4-SNAPSHOT</version> |
| 11 | + <version>1.41.4</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.41.4</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.41.4-SNAPSHOT</version> |
| 56 | + <version>1.41.4</version> |
57 | 57 | </dependency>
|
58 | 58 | <dependency>
|
59 | 59 | <groupId>com.microsoft.azure</groupId>
|
60 | 60 | <artifactId>azure-mgmt-storage</artifactId>
|
61 |
| - <version>1.41.4-SNAPSHOT</version> |
| 61 | + <version>1.41.4</version> |
62 | 62 | </dependency>
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>com.microsoft.azure</groupId>
|
65 | 65 | <artifactId>azure-mgmt-network</artifactId>
|
66 |
| - <version>1.41.4-SNAPSHOT</version> |
| 66 | + <version>1.41.4</version> |
67 | 67 | </dependency>
|
68 | 68 | <dependency>
|
69 | 69 | <groupId>com.microsoft.azure</groupId>
|
70 | 70 | <artifactId>azure-mgmt-msi</artifactId>
|
71 |
| - <version>1.41.4-SNAPSHOT</version> |
| 71 | + <version>1.41.4</version> |
72 | 72 | </dependency>
|
73 | 73 | <dependency>
|
74 | 74 | <groupId>junit</groupId>
|
|
94 | 94 | <dependency>
|
95 | 95 | <groupId>com.microsoft.azure</groupId>
|
96 | 96 | <artifactId>azure-mgmt-keyvault</artifactId>
|
97 |
| - <version>1.41.4-SNAPSHOT</version> |
| 97 | + <version>1.41.4</version> |
98 | 98 | <scope>test</scope>
|
99 | 99 | </dependency>
|
100 | 100 | <dependency>
|
|
105 | 105 | <dependency>
|
106 | 106 | <groupId>com.microsoft.azure</groupId>
|
107 | 107 | <artifactId>azure-mgmt-graph-rbac</artifactId>
|
108 |
| - <version>1.41.4-SNAPSHOT</version> |
| 108 | + <version>1.41.4</version> |
109 | 109 | </dependency>
|
110 | 110 | <dependency>
|
111 | 111 | <groupId>com.google.code.gson</groupId>
|
|
131 | 131 | <dependency>
|
132 | 132 | <groupId>com.microsoft.azure</groupId>
|
133 | 133 | <artifactId>azure-mgmt-resources</artifactId>
|
134 |
| - <version>1.41.4-SNAPSHOT</version> |
| 134 | + <version>1.41.4</version> |
135 | 135 | <type>test-jar</type>
|
136 | 136 | <scope>test</scope>
|
137 | 137 | </dependency>
|
|
0 commit comments