|
5 | 5 |
|
6 | 6 | <groupId>com.microsoft.azure</groupId>
|
7 | 7 | <artifactId>azure-spring-boot-bom</artifactId>
|
8 |
| - <version>0.2.0-SNAPSHOT</version> |
| 8 | + <version>0.2.1</version> |
9 | 9 | <packaging>pom</packaging>
|
10 | 10 |
|
11 | 11 | <name>Azure Spring Boot BOM</name>
|
|
52 | 52 | <azure.keyvault.version>1.0.0</azure.keyvault.version>
|
53 | 53 | <azure.media.version>0.9.7</azure.media.version>
|
54 | 54 | <azure.servicebus.version>1.0.0</azure.servicebus.version>
|
55 |
| - <spring.data.documentdb.version>0.1.2</spring.data.documentdb.version> |
| 55 | + <spring.data.documentdb.version>0.1.3</spring.data.documentdb.version> |
56 | 56 | <microsoft.client-runtime.version>1.0.0</microsoft.client-runtime.version>
|
57 | 57 | </properties>
|
58 | 58 |
|
|
61 | 61 | <dependency>
|
62 | 62 | <groupId>com.microsoft.azure</groupId>
|
63 | 63 | <artifactId>azure-spring-boot-starter</artifactId>
|
64 |
| - <version>0.2.0-SNAPSHOT</version> |
| 64 | + <version>0.2.1</version> |
65 | 65 | </dependency>
|
66 | 66 | <dependency>
|
67 | 67 | <groupId>com.microsoft.azure</groupId>
|
68 | 68 | <artifactId>azure-active-directory-spring-boot-starter</artifactId>
|
69 |
| - <version>0.2.0-SNAPSHOT</version> |
| 69 | + <version>0.2.0</version> |
70 | 70 | </dependency>
|
71 | 71 | <dependency>
|
72 | 72 | <groupId>com.microsoft.azure</groupId>
|
73 | 73 | <artifactId>azure-documentdb-spring-boot-starter</artifactId>
|
74 |
| - <version>0.2.0-SNAPSHOT</version> |
| 74 | + <version>0.2.1</version> |
75 | 75 | </dependency>
|
76 | 76 | <dependency>
|
77 | 77 | <groupId>com.microsoft.azure</groupId>
|
78 | 78 | <artifactId>azure-storage-spring-boot-starter</artifactId>
|
79 |
| - <version>0.2.0-SNAPSHOT</version> |
| 79 | + <version>0.2.0</version> |
80 | 80 | </dependency>
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>com.microsoft.azure</groupId>
|
83 | 83 | <artifactId>azure-servicebus-spring-boot-starter</artifactId>
|
84 |
| - <version>0.2.0-SNAPSHOT</version> |
| 84 | + <version>0.2.0</version> |
85 | 85 | </dependency>
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>com.microsoft.azure</groupId>
|
88 | 88 | <artifactId>azure-keyvault-secrets-spring-boot-starter</artifactId>
|
89 |
| - <version>0.2.0-SNAPSHOT</version> |
| 89 | + <version>0.2.0</version> |
90 | 90 | </dependency>
|
91 | 91 | <dependency>
|
92 | 92 | <groupId>com.microsoft.azure</groupId>
|
93 | 93 | <artifactId>azure-mediaservices-spring-boot-starter</artifactId>
|
94 |
| - <version>0.2.0-SNAPSHOT</version> |
| 94 | + <version>0.2.0</version> |
95 | 95 | </dependency>
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>com.microsoft.azure</groupId>
|
98 | 98 | <artifactId>azure-spring-boot</artifactId>
|
99 |
| - <version>0.2.0-SNAPSHOT</version> |
| 99 | + <version>0.2.1</version> |
100 | 100 | </dependency>
|
101 | 101 |
|
102 | 102 | <!-- Spring Data Cosmos DB library -->
|
|
0 commit comments