You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/27 08:58:19 UTC

[camel-karaf] branch master updated: Polishing POMs

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c55004  Polishing POMs
1c55004 is described below

commit 1c55004d1ee4b3bb16e30e9a7021c87097784885
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 09:58:00 2020 +0100

    Polishing POMs
---
 pom.xml | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b8e95c..f4174a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,10 +67,6 @@
         </mailingList>
     </mailingLists>
 
-    <prerequisites>
-        <maven>3.5.0</maven>
-    </prerequisites>
-
     <modules>
         <module>tooling</module>
         <module>core</module>
@@ -1519,6 +1515,26 @@
                             </execution>
                         </executions>
                     </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-enforcer-plugin</artifactId>
+                    <version>3.0.0-M3</version>
+                    <executions>
+                        <execution>
+                            <id>enforce-maven</id>
+                            <goals>
+                                <goal>enforce</goal>
+                            </goals>
+                            <configuration>
+                            <rules>
+                                <requireMavenVersion>
+                                    <version>3.5.0</version>
+                                </requireMavenVersion>
+                            </rules>    
+                            </configuration>
+                       </execution>
+                  </executions>
+               </plugin>
                 </plugins>
             </build>
         </profile>