Mercurial > hg > digilib
changeset 1195:2cba651b91ce
still making servlet3 the default.
author | robcast |
---|---|
date | Tue, 16 Jul 2013 13:39:22 +0200 |
parents | 4d874398315d |
children | 2c448b6b21da |
files | webapp/pom.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/pom.xml Tue Jul 16 13:12:48 2013 +0200 +++ b/webapp/pom.xml Tue Jul 16 13:39:22 2013 +0200 @@ -44,7 +44,6 @@ <profile> <id>servlet2</id> <activation> - <activeByDefault>true</activeByDefault> <property> <name>servletapi</name> <value>2</value> @@ -74,6 +73,7 @@ <profile> <id>servlet3</id> <activation> + <activeByDefault>true</activeByDefault> <property> <name>servletapi</name> <value>3</value>