File tree Expand file tree Collapse file tree
infobip-openapi-mcp-spring-boot-starter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ - Added pom metadata required for public maven release
13+
1014## 0.1.0
1115
1216### Added
Original file line number Diff line number Diff line change 99 </parent >
1010
1111 <artifactId >infobip-openapi-mcp-core</artifactId >
12+ <name >Infobip OpenAPI MCP core library</name >
1213
1314 <properties >
1415 <jakarta-servlet .version>6.1.0</jakarta-servlet .version>
Original file line number Diff line number Diff line change 99 </parent >
1010
1111 <artifactId >infobip-openapi-mcp-spring-boot-starter</artifactId >
12+ <name >Infobip OpenAPI MCP Spring Boot starter</name >
1213
1314 <properties />
1415
Original file line number Diff line number Diff line change 66 <version >0.1.1-SNAPSHOT</version >
77 <packaging >pom</packaging >
88
9- <name >infobip-openapi-mcp </name >
9+ <name >Infobip OpenAPI MCP framework </name >
1010 <url >https://github.com/infobip/infobip-openapi-mcp</url >
1111 <description >Framework for exposing OpenAPI documented HTTP APIs as MCP servers.</description >
1212
2323 </license >
2424 </licenses >
2525
26- <developers />
26+ <developers >
27+ <developer >
28+ <name >Infobip</name >
29+ <email >devrel@infobip.com</email >
30+ <organization >Infobip ltd.</organization >
31+ <organizationUrl >https://www.infobip.com</organizationUrl >
32+ </developer >
33+ </developers >
2734
2835 <scm >
36+ <url >https://github.com/infobip/infobip-openapi-mcp</url >
2937 <connection >scm:git:https://github.com/infobip/infobip-openapi-mcp.git</connection >
3038 <developerConnection >scm:git:https://github.com/infobip/infobip-openapi-mcp.git</developerConnection >
3139 <tag >HEAD</tag >
You can’t perform that action at this time.
0 commit comments