Skip to content

Commit 42ef9ae

Browse files
dependabot[bot]slachiewicz
authored andcommitted
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]>
1 parent cc8aaa7 commit 42ef9ae

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

pom.xml

+1-48
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.codehaus.mojo</groupId>
2525
<artifactId>mojo-parent</artifactId>
26-
<version>78</version>
26+
<version>80</version>
2727
</parent>
2828

2929
<artifactId>jaxb2-maven-plugin</artifactId>
@@ -107,10 +107,6 @@
107107
</issueManagement>
108108

109109
<properties>
110-
<!-- Define Maven and JDK versions-->
111-
<mavenVersion>3.6.3</mavenVersion>
112-
<mojo.java.target>8</mojo.java.target>
113-
114110
<!-- Plexus component versions -->
115111
<plexus-compiler-api.version>2.15.0</plexus-compiler-api.version>
116112
<plexus-utils.version>4.0.0</plexus-utils.version>
@@ -124,7 +120,6 @@
124120

125121
<!-- Test scope dependencies' versions -->
126122
<xmlunit.version>2.9.1</xmlunit.version>
127-
<maven-plugin-plugin.version>3.12.0</maven-plugin-plugin.version>
128123
<project.build.outputTimestamp>2022-04-20T23:14:54Z</project.build.outputTimestamp>
129124
</properties>
130125

@@ -189,7 +184,6 @@
189184
<dependency>
190185
<groupId>org.apache.maven</groupId>
191186
<artifactId>maven-plugin-api</artifactId>
192-
<version>${mavenVersion}</version>
193187
<scope>provided</scope>
194188
</dependency>
195189
<dependency>
@@ -213,7 +207,6 @@
213207
<dependency>
214208
<groupId>org.apache.maven.plugin-tools</groupId>
215209
<artifactId>maven-plugin-annotations</artifactId>
216-
<version>${maven-plugin-plugin.version}</version>
217210
<scope>provided</scope>
218211
</dependency>
219212

@@ -402,7 +395,6 @@
402395
<plugin>
403396
<groupId>org.apache.maven.plugins</groupId>
404397
<artifactId>maven-invoker-plugin</artifactId>
405-
<version>3.6.1</version>
406398
<configuration>
407399
<debug>true</debug>
408400
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
@@ -445,44 +437,5 @@
445437
</build>
446438
</profile>
447439

448-
<profile>
449-
<id>reporting</id>
450-
<activation>
451-
<property>
452-
<name>skipReports</name>
453-
<value>!true</value>
454-
</property>
455-
</activation>
456-
<reporting>
457-
<plugins>
458-
<!-- Apache plugins in alphabetical order -->
459-
<plugin>
460-
<groupId>org.apache.maven.plugins</groupId>
461-
<artifactId>maven-checkstyle-plugin</artifactId>
462-
<version>${maven-checkstyle-plugin.version}</version>
463-
<configuration>
464-
<skip>true</skip>
465-
<configLocation>config/maven_checks.xml</configLocation>
466-
<headerLocation>config/maven-header.txt</headerLocation>
467-
</configuration>
468-
</plugin>
469-
</plugins>
470-
</reporting>
471-
</profile>
472-
<profile>
473-
<id>java11+</id>
474-
<activation>
475-
<jdk>[11,)</jdk>
476-
</activation>
477-
478-
<build>
479-
<plugins>
480-
<plugin>
481-
<groupId>com.diffplug.spotless</groupId>
482-
<artifactId>spotless-maven-plugin</artifactId>
483-
</plugin>
484-
</plugins>
485-
</build>
486-
</profile>
487440
</profiles>
488441
</project>

0 commit comments

Comments
 (0)