updating poms for branch'hotfix/4.5.1' with non-snapshot versions
[cdmlib.git] / cdmlib-remote-webapp / pom.xml
index 79baa7cc538e30628455d432ef4f96181f67e2d4..244b80df3d7e25fc3ddc647222d52801d019810d 100755 (executable)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>cdmlib-parent</artifactId>
     <groupId>eu.etaxonomy</groupId>
-    <version>4.4.0-SNAPSHOT</version>
+    <version>4.5.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
       <plugin>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
-        <version>9.1.3.v20140225</version><!-- do not update, since later versions are no longer compatible to java 7  -->
+        <version>9.1.3.v20140225</version>
+        <!--  
+            NOTE:
+            9.4.0.RC1 requires jdk 1.8, formerly we've been using version 9.1.3.v20140225 which was 
+            the last version compatible to java 7, but this was causing other problems related to asm
+            which could not be easily solved.
+        -->
         <configuration>
           <stopKey>stop</stopKey>
           <stopPort>9199</stopPort>
                     The war must be created after running the integration-tests,
                     since the SwaggerGroupsIT test populates the classes/api-docs-static/
                     folder with static swagger doc files. The are otherwise not packed
-                     into the wae file.
+                     into the war file.
                   -->
                 <phase>verify</phase>
                 <goals>