Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 21a5868

Browse files
authored
update version to 0.2.1 (#240)
1 parent a6e4c5a commit 21a5868

File tree

16 files changed

+25
-25
lines changed

16 files changed

+25
-25
lines changed

.release-automation/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"releaseVersion": "0.2.0",
2+
"releaseVersion": "0.2.1",
33
"moduleNames": [
44
"azure-spring-boot-parent",
55
"azure-spring-boot-bom",

azure-spring-boot-bom/pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.microsoft.azure</groupId>
77
<artifactId>azure-spring-boot-bom</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
8+
<version>0.2.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>Azure Spring Boot BOM</name>
@@ -52,7 +52,7 @@
5252
<azure.keyvault.version>1.0.0</azure.keyvault.version>
5353
<azure.media.version>0.9.7</azure.media.version>
5454
<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>
5656
<microsoft.client-runtime.version>1.0.0</microsoft.client-runtime.version>
5757
</properties>
5858

@@ -61,42 +61,42 @@
6161
<dependency>
6262
<groupId>com.microsoft.azure</groupId>
6363
<artifactId>azure-spring-boot-starter</artifactId>
64-
<version>0.2.0-SNAPSHOT</version>
64+
<version>0.2.1</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.microsoft.azure</groupId>
6868
<artifactId>azure-active-directory-spring-boot-starter</artifactId>
69-
<version>0.2.0-SNAPSHOT</version>
69+
<version>0.2.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.microsoft.azure</groupId>
7373
<artifactId>azure-documentdb-spring-boot-starter</artifactId>
74-
<version>0.2.0-SNAPSHOT</version>
74+
<version>0.2.1</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.microsoft.azure</groupId>
7878
<artifactId>azure-storage-spring-boot-starter</artifactId>
79-
<version>0.2.0-SNAPSHOT</version>
79+
<version>0.2.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.microsoft.azure</groupId>
8383
<artifactId>azure-servicebus-spring-boot-starter</artifactId>
84-
<version>0.2.0-SNAPSHOT</version>
84+
<version>0.2.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.microsoft.azure</groupId>
8888
<artifactId>azure-keyvault-secrets-spring-boot-starter</artifactId>
89-
<version>0.2.0-SNAPSHOT</version>
89+
<version>0.2.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.microsoft.azure</groupId>
9393
<artifactId>azure-mediaservices-spring-boot-starter</artifactId>
94-
<version>0.2.0-SNAPSHOT</version>
94+
<version>0.2.0</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.microsoft.azure</groupId>
9898
<artifactId>azure-spring-boot</artifactId>
99-
<version>0.2.0-SNAPSHOT</version>
99+
<version>0.2.1</version>
100100
</dependency>
101101

102102
<!-- Spring Data Cosmos DB library -->

azure-spring-boot-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-bom</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<relativePath>../azure-spring-boot-bom/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.microsoft.azure</groupId>
6868
<artifactId>azure-spring-boot-bom</artifactId>
69-
<version>0.2.0-SNAPSHOT</version>
69+
<version>0.2.1</version>
7070
<type>pom</type>
7171
<scope>import</scope>
7272
</dependency>

azure-spring-boot-starters/azure-active-directory-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-parent</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot-starters/azure-documentdb-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-parent</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot-starters/azure-keyvault-secrets-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.microsoft.azure</groupId>
1111
<artifactId>azure-spring-boot-parent</artifactId>
12-
<version>0.2.0-SNAPSHOT</version>
12+
<version>0.2.1</version>
1313
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1414
</parent>
1515

azure-spring-boot-starters/azure-mediaservices-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-parent</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot-starters/azure-servicebus-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-parent</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot-starters/azure-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-parent</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot-starters/azure-storage-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-parent</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot-starters/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-parent</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-parent</artifactId>
10-
<version>0.2.0-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot/src/main/java/com/microsoft/azure/spring/autoconfigure/documentdb/DocumentDBAutoConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@EnableConfigurationProperties(DocumentDBProperties.class)
3535
public class DocumentDBAutoConfiguration {
3636
private static final Logger LOG = LoggerFactory.getLogger(DocumentDBAutoConfiguration.class);
37-
private static final String USER_AGENT_SUFFIX = "spring-boot-starter/0.2.0-SNAPSHOT";
37+
private static final String USER_AGENT_SUFFIX = "spring-boot-starter/0.2.1";
3838

3939
private final DocumentDBProperties properties;
4040
private final ConnectionPolicy connectionPolicy;

azure-spring-boot/src/test/java/com/microsoft/azure/spring/autoconfigure/documentdb/PropertySettingUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class PropertySettingUtil {
2525
public static final int MAX_POOL_SIZE = 1;
2626
public static final int IDLE_CONNECTION_TIMEOUT = 2;
2727
public static final String USER_AGENT_SUFFIX = "suffix";
28-
public static final String DEFAULT_USER_AGENT_SUFFIX = "spring-boot-starter/0.2.0-SNAPSHOT";
28+
public static final String DEFAULT_USER_AGENT_SUFFIX = "spring-boot-starter/0.2.1";
2929
public static final int RETRY_OPTIONS_MAX_RETRY_ATTEMPTS_ON_THROTTLED_REQUESTS = 5;
3030
public static final int RETRY_OPTIONS_MAX_RETRY_WAIT_TIME_IN_SECONDS = 6;
3131
public static final boolean ENABLE_ENDPOINT_DISCOVERY = false;

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.microsoft.azure</groupId>
77
<artifactId>azure-spring-boot-build</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
8+
<version>0.2.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>Azure Spring Boot Build</name>

0 commit comments

Comments
 (0)