This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git
commit dc212c4ddfe713d6a8565bb84011215e1b042537 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Oct 2 10:09:36 2021 +0200 Small pom cleanups --- pom.xml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 15e0235..3cb29f0 100644 --- a/pom.xml +++ b/pom.xml @@ -93,19 +93,10 @@ under the License. <doxiaSitetoolsVersion>1.10</doxiaSitetoolsVersion> <mavenVersion>3.1.1</mavenVersion> <javaVersion>8</javaVersion> + <mavenPluginToolsVersion>3.6.1</mavenPluginToolsVersion> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-logging-api</artifactId> - <version>${doxiaVersion}</version> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <dependency> <groupId>org.apache.maven.reporting</groupId> @@ -301,6 +292,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> + <version>3.0.0-M3</version> <executions> <execution> <goals> @@ -364,17 +356,6 @@ under the License. </locales> </configuration> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - <excludes> - <exclude>**/HelpMojo.class</exclude> - </excludes> - </instrumentation> - </configuration> - </plugin> </plugins> </reporting> </profile>
