Просмотр исходного кода

Fixed version of jetty plugin at 6.1.5

Luke Taylor 18 лет назад
Родитель
Сommit
50990b4291
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      samples/contacts/pom.xml
  2. 1 0
      samples/tutorial/pom.xml

+ 1 - 0
samples/contacts/pom.xml

@@ -92,6 +92,7 @@
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>maven-jetty-plugin</artifactId>
+                <version>6.1.5</version>
                 <configuration>
                 <contextPath>/contacts</contextPath>
                 <!--jettyConfig>${basedir}/src/test/resources/jetty.xml</jettyConfig-->

+ 1 - 0
samples/tutorial/pom.xml

@@ -44,6 +44,7 @@
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>maven-jetty-plugin</artifactId>
+                <version>6.1.5</version>
                 <configuration>
                     <contextPath>/tutorial</contextPath>
                 </configuration>