Improve model's POM name consistency
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-anthropic</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Anthropic Chat Client</name>
|
||||
<description>Anthropic support</description>
|
||||
<name>Spring AI Model - Anthropic</name>
|
||||
<description>Anthropic models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-azure-openai</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Azure OpenAI</name>
|
||||
<description>OpenAI support</description>
|
||||
<name>Spring AI Model - Azure OpenAI</name>
|
||||
<description>Azure OpenAI models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-bedrock</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Bedrock</name>
|
||||
<description>Bedrock AI support</description>
|
||||
<name>Spring AI Model - Amazon Bedrock</name>
|
||||
<description>Amazon Bedrock models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-huggingface</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI HuggingFace</name>
|
||||
<description>HuggingFace support</description>
|
||||
<name>Spring AI Model - HuggingFace</name>
|
||||
<description>HuggingFace models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-minimax</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI MiniMax</name>
|
||||
<description>MiniMax support</description>
|
||||
<name>Spring AI Model - MiniMax</name>
|
||||
<description>MiniMax models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-mistral-ai</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Mistral AI</name>
|
||||
<description>Mistral AI support</description>
|
||||
<name>Spring AI Model - Mistral AI</name>
|
||||
<description>Mistral AI models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
<artifactId>spring-ai-ollama</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Ollama</name>
|
||||
<description>Ollama support</description>
|
||||
<name>Spring AI Model - Ollama</name>
|
||||
<description>Ollama models support</description>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-openai</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI OpenAI</name>
|
||||
<description>OpenAI support</description>
|
||||
<name>Spring AI Model - OpenAI</name>
|
||||
<description>OpenAI models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-postgresml</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Embedding Client - PostgresML</name>
|
||||
<description>Spring AI PostgresML Embedding Client</description>
|
||||
<name>Spring AI Model - PostgresML</name>
|
||||
<description>PostgresML models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-stability-ai</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Stability AI</name>
|
||||
<description>Stability AI support</description>
|
||||
<name>Spring AI Model - Stability AI</name>
|
||||
<description>Stability AI models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-transformers</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Transformers Embedding Client</name>
|
||||
<description>Spring AI Transformers Embedding Client</description>
|
||||
<name>Spring AI Model - ONNX Transformers</name>
|
||||
<description>ONNX Transformers model support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-vertex-ai-gemini</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Vertex AI Gemini</name>
|
||||
<description>Vertex AI Gemini support</description>
|
||||
<name>Spring AI Model - Vertex AI Gemini</name>
|
||||
<description>Vertex AI Gemini models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-vertex-ai-palm2</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Vertex AI PaLM2</name>
|
||||
<description>Vertex AI PaLM2 support</description>
|
||||
<name>Spring AI Model - Vertex AI PaLM2</name>
|
||||
<description>Vertex AI PaLM2 models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
<artifactId>spring-ai-watsonx-ai</artifactId>
|
||||
|
||||
<name>Spring AI WatsonX AI</name>
|
||||
<name>Spring AI Model - WatsonX AI</name>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
</parent>
|
||||
<artifactId>spring-ai-zhipuai</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Mistral AI</name>
|
||||
<description>Mistral AI support</description>
|
||||
<name>Spring AI Model - Zhipu AI</name>
|
||||
<description>Zhipu AI models support</description>
|
||||
<url>https://github.com/spring-projects/spring-ai</url>
|
||||
|
||||
<scm>
|
||||
|
||||
Reference in New Issue
Block a user