Skip to content

Commit 2b8683e

Browse files
committed
update artifact id
1 parent fda3d3d commit 2b8683e

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# USDA FoodData Central MCP Server
2+
3+
[![build](https://github.com/JavaAIDev/usda-fooddata-central-mcp/actions/workflows/build.yaml/badge.svg)](https://github.com/JavaAIDev/usda-fooddata-central-mcp/actions/workflows/build.yaml)
4+

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
</parent>
1313

1414
<groupId>com.javaaidev</groupId>
15-
<artifactId>usda-food-data-central-mcp</artifactId>
16-
<version>0.9.0</version>
15+
<artifactId>usda-fooddata-central-mcp</artifactId>
16+
<version>0.9.1</version>
1717
<name>USDA FDC MCP Server</name>
18-
<description>USDA Food Data Central MCP Server</description>
18+
<description>USDA FoodData Central MCP Server</description>
1919

20-
<url>https://github.com/JavaAIDev/usda-food-data-central-mcp</url>
20+
<url>https://github.com/JavaAIDev/usda-fooddata-central-mcp</url>
2121
<licenses>
2222
<license>
2323
<name>The MIT License</name>
@@ -39,12 +39,12 @@
3939

4040
<scm>
4141
<connection>
42-
scm:git:git://github.com/JavaAIDev/usda-food-data-central-mcp.git
42+
scm:git:git://github.com/JavaAIDev/usda-fooddata-central-mcp.git
4343
</connection>
4444
<developerConnection>
45-
scm:git:ssh://github.com:JavaAIDev/usda-food-data-central-mcp.git
45+
scm:git:ssh://github.com:JavaAIDev/usda-fooddata-central-mcp.git
4646
</developerConnection>
47-
<url>http://github.com/JavaAIDev/usda-food-data-central-mcp</url>
47+
<url>http://github.com/JavaAIDev/usda-fooddata-central-mcp</url>
4848
</scm>
4949

5050
<properties>

0 commit comments

Comments
 (0)