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

Commit 25da13a

Browse files
committed
release 2.0.4 and add spring data gremlin starter
1 parent 556165d commit 25da13a

File tree

15 files changed

+18
-17
lines changed

15 files changed

+18
-17
lines changed

.release-automation/config.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"releaseVersion": "0.2.3",
2+
"releaseVersion": "2.0.4",
33
"moduleNames": [
44
"azure-spring-boot-parent",
55
"azure-spring-boot-bom",
@@ -10,7 +10,8 @@
1010
"azure-storage-spring-boot-starter",
1111
"azure-keyvault-secrets-spring-boot-starter",
1212
"azure-mediaservices-spring-boot-starter",
13-
"azure-servicebus-spring-boot-starter"
13+
"azure-servicebus-spring-boot-starter",
14+
"spring-data-gremlin-boot-starter"
1415
],
1516
"groupId": "com.microsoft.azure",
1617
"targetFolder": "D:/Signed",

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.0.4-SNAPSHOT</version>
8+
<version>2.0.4</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.2.5</azure.servicebus.version>
55-
<azure.spring.boot.version>2.0.4-SNAPSHOT</azure.spring.boot.version>
55+
<azure.spring.boot.version>2.0.4</azure.spring.boot.version>
5656
<azure.applicationinsights.version>1.0.9</azure.applicationinsights.version>
5757
<spring.data.cosmosdb.version>2.0.3</spring.data.cosmosdb.version>
5858
<spring.data.gremlin.version>2.0.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.0.4-SNAPSHOT</version>
10+
<version>2.0.4</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.0.4-SNAPSHOT</version>
69+
<version>2.0.4</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>2.0.4-SNAPSHOT</version>
10+
<version>2.0.4</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>2.0.4-SNAPSHOT</version>
10+
<version>2.0.4</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.0.4-SNAPSHOT</version>
12+
<version>2.0.4</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>2.0.4-SNAPSHOT</version>
10+
<version>2.0.4</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>2.0.4-SNAPSHOT</version>
10+
<version>2.0.4</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.0.4-SNAPSHOT</version>
10+
<version>2.0.4</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>2.0.4-SNAPSHOT</version>
10+
<version>2.0.4</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.0.4-SNAPSHOT</version>
10+
<version>2.0.4</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.0.4-SNAPSHOT</version>
9+
<version>2.0.4</version>
1010
<relativePath>../../azure-spring-boot-parent/pom.xml</relativePath>
1111
</parent>
1212

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.0.4-SNAPSHOT</version>
10+
<version>2.0.4</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.0.4-SNAPSHOT</version>
8+
<version>2.0.4</version>
99
<packaging>pom</packaging>
1010

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

0 commit comments

Comments
 (0)