Skip to content

Commit 30ca28e

Browse files
authored
[MINSTALL-203] Upgrade parent 43 (#83)
Use latest parent, remove stuff already there. --- https://issues.apache.org/jira/browse/MINSTALL-203
1 parent 75955fb commit 30ca28e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pom.xml

+1-14
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-plugins</artifactId>
26-
<version>42</version>
26+
<version>43</version>
2727
<relativePath />
2828
</parent>
2929

@@ -191,19 +191,6 @@
191191
</dependency>
192192
</dependencies>
193193

194-
<build>
195-
<plugins>
196-
<plugin>
197-
<groupId>org.apache.maven.plugins</groupId>
198-
<artifactId>maven-compiler-plugin</artifactId>
199-
<configuration>
200-
<proc>none</proc>
201-
<showDeprecation>true</showDeprecation>
202-
</configuration>
203-
</plugin>
204-
</plugins>
205-
</build>
206-
207194
<profiles>
208195
<profile>
209196
<id>run-its</id>

0 commit comments

Comments
 (0)