Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update pom.xml file #5

Merged
merged 1 commit into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading