Skip to content

Commit 5c8d55d

Browse files
authored
udpate spring boms (Azure#20927)
* udpate property name * remove azure-spring-cloud-dependencies from version_client
1 parent 02608fe commit 5c8d55d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

eng/versioning/version_client.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.4.0;3.5.0-beta.1
133133
com.azure.spring:azure-spring-boot-starter-storage;3.4.0;3.5.0-beta.1
134134
com.azure.spring:azure-spring-boot-starter;3.4.0;3.5.0-beta.1
135135
com.azure.spring:azure-spring-boot;3.4.0;3.5.0-beta.1
136-
com.azure.spring:azure-spring-cloud-dependencies;2.4.0-beta.1;2.4.0-beta.1
137136
com.azure.spring:azure-spring-cloud-autoconfigure;2.4.0;2.5.0-beta.1
138137
com.azure.spring:azure-spring-cloud-context;2.4.0;2.5.0-beta.1
139138
com.azure.spring:azure-spring-cloud-messaging;2.4.0;2.5.0-beta.1

sdk/boms/azure-spring-boot-bom/pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<packageOutputDirectory>${project.build.directory}</packageOutputDirectory>
3939
<legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
40+
<azure.spring.boot.version>${project.version}</azure.spring.boot.version>
4041
<azure.spring.boot.integration.version>${project.version}</azure.spring.boot.integration.version>
4142
<azure.core.version>1.15.0</azure.core.version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
4243
<azure.identity.version>1.2.5</azure.identity.version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
@@ -60,42 +61,42 @@
6061
<dependency>
6162
<groupId>com.azure.spring</groupId>
6263
<artifactId>azure-spring-boot</artifactId>
63-
<version>${azure.spring.boot.integration.version}</version>
64+
<version>${azure.spring.boot.version}</version>
6465
</dependency>
6566
<dependency>
6667
<groupId>com.azure.spring</groupId>
6768
<artifactId>azure-spring-boot-starter</artifactId>
68-
<version>${azure.spring.boot.integration.version}</version>
69+
<version>${azure.spring.boot.version}</version>
6970
</dependency>
7071
<dependency>
7172
<groupId>com.azure.spring</groupId>
7273
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
73-
<version>${azure.spring.boot.integration.version}</version>
74+
<version>${azure.spring.boot.version}</version>
7475
</dependency>
7576
<dependency>
7677
<groupId>com.azure.spring</groupId>
7778
<artifactId>azure-spring-boot-starter-active-directory-b2c</artifactId>
78-
<version>${azure.spring.boot.integration.version}</version>
79+
<version>${azure.spring.boot.version}</version>
7980
</dependency>
8081
<dependency>
8182
<groupId>com.azure.spring</groupId>
8283
<artifactId>azure-spring-boot-starter-cosmos</artifactId>
83-
<version>${azure.spring.boot.integration.version}</version>
84+
<version>${azure.spring.boot.version}</version>
8485
</dependency>
8586
<dependency>
8687
<groupId>com.azure.spring</groupId>
8788
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
88-
<version>${azure.spring.boot.integration.version}</version>
89+
<version>${azure.spring.boot.version}</version>
8990
</dependency>
9091
<dependency>
9192
<groupId>com.azure.spring</groupId>
9293
<artifactId>azure-spring-boot-starter-servicebus-jms</artifactId>
93-
<version>${azure.spring.boot.integration.version}</version>
94+
<version>${azure.spring.boot.version}</version>
9495
</dependency>
9596
<dependency>
9697
<groupId>com.azure.spring</groupId>
9798
<artifactId>azure-spring-boot-starter-storage</artifactId>
98-
<version>${azure.spring.boot.integration.version}</version>
99+
<version>${azure.spring.boot.version}</version>
99100
</dependency>
100101

101102
<dependency>

sdk/boms/azure-spring-cloud-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.azure.spring</groupId>
88
<artifactId>azure-spring-cloud-dependencies</artifactId>
9-
<version>2.4.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-dependencies;current} -->
9+
<version>2.4.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Azure Spring Cloud Dependencies</name>

0 commit comments

Comments
 (0)