Author: dashorst
Date: Fri Apr 29 18:56:44 2011
New Revision: 1097913
URL: http://svn.apache.org/viewvc?rev=1097913&view=rev
Log:
WICKET-3656
Modified:
wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Modified:
wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1097913&r1=1097912&r2=1097913&view=diff
==============================================================================
---
wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
(original)
+++
wicket/branches/wicket-1.4.x/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
Fri Apr 29 18:56:44 2011
@@ -112,6 +112,7 @@
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
@@ -122,6 +123,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
+ <version>${jetty.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>