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

Commit b66998b

Browse files
committed
Prepare to release 2.3.1.
1 parent 9cd1ddf commit b66998b

File tree

20 files changed

+22
-22
lines changed
  • azure-spring-boot
  • azure-spring-boot-bom
  • azure-spring-boot-parent
  • azure-spring-boot-samples
  • azure-spring-boot-starters
    • azure-active-directory-b2c-spring-boot-starter
    • azure-active-directory-spring-boot-starter
    • azure-cosmosdb-spring-boot-starter
    • azure-keyvault-secrets-spring-boot-starter
    • azure-servicebus-jms-spring-boot-starter
    • azure-spring-boot-metrics-starter
    • azure-spring-boot-starter
    • spring-data-gremlin-boot-starter
  • azure-spring-boot-tests

20 files changed

+22
-22
lines changed

azure-spring-boot-bom/pom.xml

+2-2
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>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>Azure Spring Boot BOM</name>
@@ -46,7 +46,7 @@
4646
</scm>
4747

4848
<properties>
49-
<azure.spring.boot.version>2.3.1-SNAPSHOT</azure.spring.boot.version>
49+
<azure.spring.boot.version>2.3.1</azure.spring.boot.version>
5050
<azure.dependencies.bom.version>2.3.0</azure.dependencies.bom.version>
5151
<spring.data.cosmosdb.version>2.3.0</spring.data.cosmosdb.version>
5252
<spring.data.gremlin.version>2.3.0</spring.data.gremlin.version>

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>2.3.1-SNAPSHOT</version>
10+
<version>2.3.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>2.3.1-SNAPSHOT</version>
69+
<version>2.3.1</version>
7070
<type>pom</type>
7171
<scope>import</scope>
7272
</dependency>

azure-spring-boot-starters/azure-active-directory-b2c-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>2.3.1-SNAPSHOT</version>
10+
<version>2.3.1</version>
1111
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

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>2.3.1-SNAPSHOT</version>
10+
<version>2.3.1</version>
1111
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot-starters/azure-cosmosdb-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>2.3.1-SNAPSHOT</version>
10+
<version>2.3.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>2.3.1-SNAPSHOT</version>
12+
<version>2.3.1</version>
1313
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1414
</parent>
1515

azure-spring-boot-starters/azure-servicebus-jms-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>2.3.1-SNAPSHOT</version>
10+
<version>2.3.1</version>
1111
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

azure-spring-boot-starters/azure-spring-boot-metrics-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>2.3.1-SNAPSHOT</version>
10+
<version>2.3.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>2.3.1-SNAPSHOT</version>
10+
<version>2.3.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>2.3.1-SNAPSHOT</version>
10+
<version>2.3.1</version>
1111
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.azure</groupId>
88
<artifactId>azure-spring-boot-parent</artifactId>
9-
<version>2.3.1-SNAPSHOT</version>
9+
<version>2.3.1</version>
1010
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1111
</parent>
1212

azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azure-spring-boot-tests</artifactId>
77
<groupId>com.microsoft.azure</groupId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

azure-spring-boot-tests/azure-spring-boot-test-application/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.microsoft.azure</groupId>
5454
<artifactId>azure-spring-boot-bom</artifactId>
55-
<version>2.3.1-SNAPSHOT</version>
55+
<version>2.3.1</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>

azure-spring-boot-tests/azure-spring-boot-test-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azure-spring-boot-tests</artifactId>
77
<groupId>com.microsoft.azure</groupId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azure-spring-boot-tests</artifactId>
77
<groupId>com.microsoft.azure</groupId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

azure-spring-boot-tests/azure-spring-boot-test-keyvault/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azure-spring-boot-tests</artifactId>
77
<groupId>com.microsoft.azure</groupId>
8-
<version>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

azure-spring-boot-tests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.microsoft.azure</groupId>
99
<artifactId>azure-spring-boot-tests</artifactId>
10-
<version>2.3.1-SNAPSHOT</version>
10+
<version>2.3.1</version>
1111
<packaging>pom</packaging>
1212

1313
<name>Azure Spring Boot Tests</name>
@@ -31,7 +31,7 @@
3131
<maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version>
3232

3333
<spring.boot.version>2.3.0.RELEASE</spring.boot.version>
34-
<azure.spring.boot.version>2.3.1-SNAPSHOT</azure.spring.boot.version>
34+
<azure.spring.boot.version>2.3.1</azure.spring.boot.version>
3535
<azure.mgmt.version>1.26.0</azure.mgmt.version>
3636
<cobertura.version>2.1.1</cobertura.version>
3737
<secure.channel.version>0.1.53</secure.channel.version>

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>2.3.1-SNAPSHOT</version>
10+
<version>2.3.1</version>
1111
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
1212
</parent>
1313

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>2.3.1-SNAPSHOT</version>
8+
<version>2.3.1</version>
99
<packaging>pom</packaging>
1010

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

0 commit comments

Comments
 (0)