Skip to content

Commit

Permalink
add version of 2023-pom (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: fredrikliu <[email protected]>
  • Loading branch information
fredrikliu and fredrikliu authored May 17, 2024
1 parent 50d595e commit 1ca93e5
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<description>Demo Service-A Project For Spring Cloud Alibaba</description>
<artifactId>polaris-javaagent-demo-sc-gray-2023-service-a</artifactId>
<packaging>jar</packaging>
<version>1.7.0</version>


<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<description>Demo Service-B Project For Spring Cloud Alibaba</description>
<artifactId>polaris-javaagent-demo-sc-gray-2023-service-b</artifactId>
<packaging>jar</packaging>
<version>1.7.0</version>

<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<description>Demo Service-C Project For Spring Cloud Alibaba</description>
<artifactId>polaris-javaagent-demo-sc-gray-2023-service-c</artifactId>
<packaging>jar</packaging>
<version>1.7.0</version>

<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<name>2023-service-gateway</name>
<description>Demo Service-Gateway Project For Spring Cloud Alibaba 2023</description>
<packaging>jar</packaging>
<version>1.7.0</version>

<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<description>Demo Consumer Project For Spring Cloud Alibaba 2023</description>
<artifactId>polaris-javaagent-demo-sc-quickstart-2023-consumer</artifactId>
<packaging>jar</packaging>
<version>1.7.0</version>

<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<description>Demo Provider Project For Spring Cloud Alibaba 2023</description>
<artifactId>polaris-javaagent-demo-sc-quickstart-2023-scg</artifactId>
<packaging>jar</packaging>
<version>1.7.0</version>

<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<description>Demo Provider Project For Spring Cloud Alibaba 2023</description>
<artifactId>polaris-javaagent-demo-sc-quickstart-2023-provider</artifactId>
<packaging>jar</packaging>
<version>1.7.0</version>

<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>2023-service-a</name>
<name>hoxton-service-a</name>
<description>Demo Service-A Project For Spring Cloud Alibaba</description>
<artifactId>polaris-javaagent-demo-sc-gray-hoxton-service-a</artifactId>
<version>1.7.0</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>2023-service-b</name>
<name>hoxton-service-b</name>
<description>Demo Service-B Project For Spring Cloud Alibaba</description>
<artifactId>polaris-javaagent-demo-sc-gray-hoxton-service-b</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 1ca93e5

Please sign in to comment.