Skip to content

Commit

Permalink
Issue-1833: Bump Sundr Maven Plugin (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKomoroski authored Nov 10, 2022
1 parent 4258834 commit b18325d
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
<centralsync-maven-plugin.version>0.1.1</centralsync-maven-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<bom-generator.version>0.40.1</bom-generator.version>
<bom-generator.version>0.93.1</bom-generator.version>
<bom.template.file.path>file://${project.basedir}/src/config/bom.xml</bom.template.file.path>
<maven-scm-plugin.version>1.13.0</maven-scm-plugin.version>
<maven-versions-plugin.version>2.13.0</maven-versions-plugin.version>
Expand Down Expand Up @@ -717,19 +717,6 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>io.sundr</groupId>
<artifactId>sundr-codegen</artifactId>
<version>${bom-generator.version}</version>
<exclusions>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit b18325d

Please sign in to comment.