We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252de32 commit b2411e2Copy full SHA for b2411e2
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>com.javaaidev</groupId>
8
<artifactId>usda-food-data-central-api-client</artifactId>
9
<packaging>jar</packaging>
10
- <version>1.1.0</version>
+ <version>1.2.0</version>
11
<name>USDA FoodData Central API Client</name>
12
<description>USDA FoodData Central API Client, Generated from OpenAPI spec</description>
13
@@ -136,7 +136,7 @@
136
<goal>generate</goal>
137
</goals>
138
<configuration>
139
- <inputSpec>${project.basedir}/src/main/resources/fdc_api.json</inputSpec>
+ <inputSpec>${project.basedir}/src/main/resources/fdc_api.yaml</inputSpec>
140
<generatorName>java</generatorName>
141
<globalProperties>
142
<modelDocs>false</modelDocs>
0 commit comments