You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2019/07/21 07:18:28 UTC

[pdfbox-jbig2] branch master updated: PDFBOX-4071: enforce maven version

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b1ac17  PDFBOX-4071: enforce maven version
7b1ac17 is described below

commit 7b1ac172954c3283facff3d82f43b7ff5f039ec0
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sun Jul 21 09:18:14 2019 +0200

    PDFBOX-4071: enforce maven version
---
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8626bbc..0347e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,23 @@
 		</plugins>
 		<pluginManagement>
 			<plugins>
+                            <plugin>
+                                <artifactId>maven-enforcer-plugin</artifactId>
+                                <executions>
+                                    <execution>
+                                        <goals>
+                                            <goal>enforce</goal>
+                                        </goals>
+                                        <configuration>
+                                            <rules combine.children="append">
+                                                <requireMavenVersion>
+                                                    <version>3.1</version>
+                                                </requireMavenVersion>
+                                            </rules>    
+                                        </configuration>
+                                    </execution>
+                                </executions>
+                            </plugin>
 				<plugin>
 					<groupId>org.apache.rat</groupId>
 					<artifactId>apache-rat-plugin</artifactId>