Skip to content

Commit

Permalink
chore: update pom.xml file
Browse files Browse the repository at this point in the history
Signed-off-by: yuluo-yx <[email protected]>
  • Loading branch information
yuluo-yx committed Dec 14, 2024
1 parent 5ddd362 commit 69d7973
Show file tree
Hide file tree
Showing 10 changed files with 111 additions and 81 deletions.
19 changes: 11 additions & 8 deletions spring-ai-alibaba-Integration-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-integration-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Integration Example</description>
<name>Spring AI Alibaba Integration Example</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>
<name>Spring AI Alibaba Integration Examples</name>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down
19 changes: 11 additions & 8 deletions spring-ai-alibaba-audio-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-audio-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Audio Example</description>
<name>Spring AI Alibaba Audio Example</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>
<name>Spring AI Alibaba Audio Examples</name>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down
21 changes: 12 additions & 9 deletions spring-ai-alibaba-function-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-function-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Function Example</description>
<name>Spring AI Alibaba Function Example</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>
<description>Spring AI Alibaba Function Calling Example</description>
<name>Spring AI Alibaba Function Calling Examples</name>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down
19 changes: 11 additions & 8 deletions spring-ai-alibaba-image-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-image-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Image Example</description>
<name>Spring AI Alibaba Image Example</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>
<name>Spring AI Alibaba Image Examples</name>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down
19 changes: 11 additions & 8 deletions spring-ai-alibaba-multi-model-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-multi-model-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Multi Model Example</description>
<name>Spring AI Alibaba Multi Model Example</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>
<name>Spring AI Alibaba Multi Model Examples</name>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down
19 changes: 11 additions & 8 deletions spring-ai-alibaba-observability-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-observability-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Observability Example</description>
<name>Spring AI Alibaba Observability Example</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>
<name>Spring AI Alibaba Observability Examples</name>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down
19 changes: 11 additions & 8 deletions spring-ai-alibaba-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-plugin-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Plugin Example</description>
<name>Spring AI Alibaba Plugin Example</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>
<name>Spring AI Alibaba Plugin Examples</name>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down
19 changes: 11 additions & 8 deletions spring-ai-alibaba-prompt-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-prompt-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Prompt Example</description>
<name>Spring AI Alibaba Prompt Example</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>
<name>Spring AI Alibaba Prompt Examples</name>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down
21 changes: 12 additions & 9 deletions spring-ai-alibaba-rag-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-rag-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Rag Example</description>
<name>Spring AI Alibaba Rag Example</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>
<description>Spring AI Alibaba RAG Example</description>
<name>Spring AI Alibaba RAG Examples</name>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down
17 changes: 10 additions & 7 deletions spring-ai-alibaba-structured-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,23 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.cloud.ai</groupId>

<parent>
<groupId>com.alibaba.cloud.ai</groupId>
<artifactId>spring-ai-alibaba-examples</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>${revision}</version>
<artifactId>spring-ai-alibaba-structured-example</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>

<description>Spring AI Alibaba Structured Example</description>
<name>Spring AI Alibaba Structured Examples</name>

<properties>
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
</properties>

<modules>

<!--<module>dashscope</module>-->
</modules>

<build>
Expand Down

0 comments on commit 69d7973

Please sign in to comment.