Skip to content

Commit

Permalink
[MINSTALL-203] Upgrade parent 43 (#83)
Browse files Browse the repository at this point in the history
Use latest parent, remove stuff already there.

---

https://issues.apache.org/jira/browse/MINSTALL-203
  • Loading branch information
cstamas committed Aug 15, 2024
1 parent 75955fb commit 30ca28e
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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>42</version>
<version>43</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -191,19 +191,6 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<proc>none</proc>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>run-its</id>
Expand Down

0 comments on commit 30ca28e

Please sign in to comment.