jenkins bumping cdmlib.version to 5.24.0-SNAPSHOT
[cdm-vaadin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4fbe0fe8e16c544bec165c1f8abfbf8dd8eb444c..cebc9a1d5cf47f90e763979bc196c8f19d4793ca 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <groupId>eu.etaxonomy</groupId>
   <artifactId>cdm-vaadin</artifactId>
   <packaging>war</packaging>
-  <version>5.15.0-SNAPSHOT</version>
+  <version>5.23.0-SNAPSHOT</version>
   <name>Vaadin Web Application</name>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -12,7 +12,7 @@
     <vaadin-spring.version>1.2.0</vaadin-spring.version>
     <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
     <vaadin-spring-addon-eventbus.version>2.0.0.RELEASE</vaadin-spring-addon-eventbus.version>
-    <cdmlib.version>5.15.0-SNAPSHOT</cdmlib.version>
+    <cdmlib.version>5.24.0-SNAPSHOT</cdmlib.version>
     <unitils.version>3.4.2</unitils.version>
     <spring-boot.version>1.3.1.RELEASE</spring-boot.version>
     <!-- has spring 4.2.4-RELEASE as dependency --> 
@@ -24,7 +24,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
   </properties>
   <prerequisites>
-    <maven>3.0.5</maven>
+    <maven>3.2.3</maven>
   </prerequisites>
   <repositories>
     <!-- the cdm internal repository -->
         <version>20151123</version>
       </dependency>
     
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
       <!-- 
       <dependency>
         < ! - - FIXME move to cdmlib-test - - >
           </dependency>
         </dependencies>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>3.0.0-M2</version>
+        <executions>
+          <execution>
+            <id>enforce</id>
+            <configuration>
+              <fail>false</fail>
+              <skip>false</skip>
+              <rules>
+                <dependencyConvergence/>
+                <requireMavenVersion>
+                  <version>[3.6.0,)</version>
+                </requireMavenVersion>
+              </rules>
+            </configuration>
+            <goals>
+              <goal>enforce</goal>
+            
+            
+            
+            
+            
+            
+            
+            
+            
+            
+            
+            
+              <!-- Binds by default to the lifecycle phase: validate -->
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
     <extensions>
       <extension>
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore/>
                   </action>
                 </pluginExecution>
               </pluginExecutions>