Skip to content

Commit

Permalink
finos#191 Pick up new schema in translator build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgough-ms committed May 13, 2024
1 parent eb33ceb commit f537dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
<version>1.2.1</version>
<configuration>
<sourceDirectory>${project.basedir}/../calm/draft/2024-03/meta/</sourceDirectory>
<sourceDirectory>${project.basedir}/../calm/draft/2024-04/meta/</sourceDirectory>
<targetPackage>org.finos.calmtranslator.calm</targetPackage>
<generateBuilders>true</generateBuilders>
<removeOldOutput>true</removeOldOutput>
Expand Down

0 comments on commit f537dd0

Please sign in to comment.