Skip to content

Commit

Permalink
2022.0.0.6.B
Browse files Browse the repository at this point in the history
  • Loading branch information
spnettec committed Mar 29, 2024
1 parent a2bdc1c commit 81b4124
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spring-cloud-alibaba-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

<dependency>
<groupId>com.github.heyoulin.Sentinel</groupId>
<artifactId>sentinel-spring-webmvc-6x-adapter</artifactId>
<artifactId>sentinel-spring-webmvc-adapter</artifactId>
<version>${sentinel.version}</version>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-alibaba-examples/spring-cloud-ai-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<parent>
<artifactId>spring-cloud-alibaba-examples</artifactId>
<groupId>com.alibaba.cloud</groupId>
<groupId>com.github.heyoulin.spring-cloud-alibaba</groupId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand All @@ -36,7 +36,7 @@
<dependencies>

<dependency>
<groupId>com.alibaba.cloud</groupId>
<groupId>com.github.heyoulin.spring-cloud-alibaba</groupId>
<artifactId>spring-cloud-starter-alibaba-ai</artifactId>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.alibaba.cloud</groupId>
<groupId>com.github.heyoulin.spring-cloud-alibaba</groupId>
<artifactId>spring-cloud-alibaba-starters</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
Expand Down

0 comments on commit 81b4124

Please sign in to comment.