Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-bb authored Aug 26, 2024
1 parent 7a31c44 commit ae75359
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rtf-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
<artifactId>rtf-factory</artifactId>
<version>10.0.0-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>10.0.14</version>
<version>${project.build.plugin.version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down

0 comments on commit ae75359

Please sign in to comment.