Skip to content

Commit

Permalink
[MCOMPILER-526] Upgrade to parent 39
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Feb 13, 2023
1 parent 3dca82f commit cc78aee
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>37</version>
<version>39</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -215,6 +215,17 @@ under the License.
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<configuration>
<java>
<includes>
<include>src/**/*.java</include>
</includes>
</java>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit cc78aee

Please sign in to comment.