Skip to content

Commit 12618a1

Browse files
Bump org.codehaus.mojo:mojo-parent from 78 to 80 (#406)
* Bump org.codehaus.mojo:mojo-parent from 78 to 80 Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 78 to 80. - [Release notes](https://github.com/mojohaus/mojo-parent/releases) - [Commits](https://github.com/mojohaus/mojo-parent/commits) --- updated-dependencies: - dependency-name: org.codehaus.mojo:mojo-parent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix configuration for new parent --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <[email protected]>
1 parent 23417c0 commit 12618a1

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

pom.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.codehaus.mojo</groupId>
2626
<artifactId>mojo-parent</artifactId>
27-
<version>78</version>
27+
<version>80</version>
2828
</parent>
2929

3030
<artifactId>flatten-maven-plugin</artifactId>
@@ -254,9 +254,6 @@
254254
<plugin>
255255
<groupId>org.apache.maven.plugins</groupId>
256256
<artifactId>maven-checkstyle-plugin</artifactId>
257-
<configuration>
258-
<configLocation>${checkstyle.spotless.config}</configLocation>
259-
</configuration>
260257
</plugin>
261258
<plugin>
262259
<groupId>org.apache.maven.plugins</groupId>
@@ -288,20 +285,6 @@
288285
</reporting>
289286

290287
<profiles>
291-
<profile>
292-
<id>java11+</id>
293-
<activation>
294-
<jdk>[11,)</jdk>
295-
</activation>
296-
<build>
297-
<plugins>
298-
<plugin>
299-
<groupId>com.diffplug.spotless</groupId>
300-
<artifactId>spotless-maven-plugin</artifactId>
301-
</plugin>
302-
</plugins>
303-
</build>
304-
</profile>
305288
<profile>
306289
<id>run-its</id>
307290
<build>
@@ -314,9 +297,6 @@
314297
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
315298
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
316299
<settingsFile>src/it/mrm/settings.xml</settingsFile>
317-
<filterProperties>
318-
<repository.proxy.url>${repository.proxy.url}</repository.proxy.url>
319-
</filterProperties>
320300
<properties>
321301
<settingsFile>${project.build.directory}/it/interpolated-settings.xml</settingsFile>
322302
</properties>

0 commit comments

Comments
 (0)