|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | | - <groupId>spring.ai.experiment</groupId> |
| 6 | + <groupId>org.springframework.experimental</groupId> |
7 | 7 | <artifactId>mcp-parent</artifactId> |
8 | 8 | <version>0.0.1-SNAPSHOT</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 |
|
11 | 11 | <name>mcp-parent</name> |
12 | 12 | <description>Demo project for Spring Boot</description> |
13 | | - <url /> |
| 13 | + |
| 14 | + <url>https://github.com/spring-projects-experimental/spring-ai-mcp</url> |
| 15 | + |
| 16 | + <organization> |
| 17 | + <name>VMware Inc.</name> |
| 18 | + <url>https://spring.io</url> |
| 19 | + </organization> |
| 20 | + |
14 | 21 | <licenses> |
15 | | - <license /> |
| 22 | + <license> |
| 23 | + <name>Apache 2.0</name> |
| 24 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 25 | + <distribution>repo</distribution> |
| 26 | + </license> |
16 | 27 | </licenses> |
| 28 | + |
17 | 29 | <developers> |
18 | | - <developer /> |
| 30 | + <developer> |
| 31 | + <name>Christian Tzolov</name> |
| 32 | + </developer> |
| 33 | + <developer> |
| 34 | + <name>Dariusz Jędrzejczyk</name> |
| 35 | + </developer> |
19 | 36 | </developers> |
20 | 37 | <scm> |
21 | | - <connection /> |
22 | | - <developerConnection /> |
23 | | - <tag /> |
24 | | - <url /> |
| 38 | + <url>https://github.com/spring-projects-experimental/spring-ai-mcp</url> |
| 39 | + <connection>git://github.com/spring-projects-experimental/spring-ai-mcp.git</connection> |
| 40 | + < developerConnection> [email protected]:spring-projects-experimental/spring-ai-mcp.git</ developerConnection> |
25 | 41 | </scm> |
| 42 | + <issueManagement> |
| 43 | + <system>Github Issues</system> |
| 44 | + <url>https://github.com/spring-projects-experimental/spring-ai-mcp/issues</url> |
| 45 | + </issueManagement> |
| 46 | + <ciManagement> |
| 47 | + <system>Github Actions</system> |
| 48 | + <url>https://github.com/spring-projects-experimental/spring-ai-mcp/actions</url> |
| 49 | + </ciManagement> |
| 50 | + <distributionManagement> |
| 51 | + <snapshotRepository> |
| 52 | + <id>spring-snapshots</id> |
| 53 | + <url>https://repo.spring.io/libs-snapshot-local</url> |
| 54 | + <releases> |
| 55 | + <enabled>false</enabled> |
| 56 | + </releases> |
| 57 | + </snapshotRepository> |
| 58 | + </distributionManagement> |
| 59 | + |
26 | 60 | <properties> |
27 | 61 | <java.version>17</java.version> |
28 | 62 | <spring-ai.version>1.0.0-M4</spring-ai.version> |
|
0 commit comments