File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 29
29
<packaging >jar</packaging >
30
30
<name >Spring AI Model - Ollama</name >
31
31
<description >Ollama models support</description >
32
+ <url >https://github.com/spring-projects/spring-ai</url >
33
+
34
+ <scm >
35
+ <url >https://github.com/spring-projects/spring-ai</url >
36
+ <connection >git://github.com/spring-projects/spring-ai.git</connection >
37
+ <
developerConnection >
[email protected] :spring-projects/spring-ai.git</
developerConnection >
38
+ </scm >
32
39
33
40
<properties >
34
41
<maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 29
29
<artifactId >spring-ai-watsonx-ai</artifactId >
30
30
31
31
<name >Spring AI Model - WatsonX AI</name >
32
+ <url >https://github.com/spring-projects/spring-ai</url >
33
+
34
+ <scm >
35
+ <url >https://github.com/spring-projects/spring-ai</url >
36
+ <connection >git://github.com/spring-projects/spring-ai.git</connection >
37
+ <
developerConnection >
[email protected] :spring-projects/spring-ai.git</
developerConnection >
38
+ </scm >
32
39
33
40
<properties >
34
41
<maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 495
495
<artifactId >maven-javadoc-plugin</artifactId >
496
496
<version >${maven-javadoc-plugin.version} </version >
497
497
<configuration >
498
- <excludePackageNames >
499
- org.springframework.ai.sample.*,org.springframework.ai.testcontainers.service.connection.*</excludePackageNames >
500
498
<overview >
501
499
${project.basedir} /spring-ai-docs/src/main/javadoc/overview.html</overview >
502
500
<detectJavaApiLink >false</detectJavaApiLink >
Original file line number Diff line number Diff line change 25
25
<artifactId >spring-ai-docs</artifactId >
26
26
<name >Spring AI Docs</name >
27
27
<description >Spring AI documentation</description >
28
+ <url >https://github.com/spring-projects/spring-ai</url >
29
+
30
+ <scm >
31
+ <url >https://github.com/spring-projects/spring-ai</url >
32
+ <connection >git://github.com/spring-projects/spring-ai.git</connection >
33
+ <
developerConnection >
[email protected] :spring-projects/spring-ai.git</
developerConnection >
34
+ </scm >
28
35
29
36
<build >
30
37
<plugins >
You can’t perform that action at this time.
0 commit comments