Updated Branches: refs/heads/MARMOTTA-228 8e2aafb50 -> cec1bddf0
updated tomcat plugin version Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/cec1bddf Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/cec1bddf Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/cec1bddf Branch: refs/heads/MARMOTTA-228 Commit: cec1bddf0cc62c8fa474ee9662a524114bfc0071 Parents: 8e2aafb Author: Sergio Fernández <[email protected]> Authored: Sat Jun 8 11:30:48 2013 +0200 Committer: Sergio Fernández <[email protected]> Committed: Sat Jun 8 11:30:48 2013 +0200 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 14 +------------- 1 files changed, 1 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cec1bddf/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index 142537c..b60e54f 100644 --- a/launchers/marmotta-webapp/pom.xml +++ b/launchers/marmotta-webapp/pom.xml @@ -78,20 +78,8 @@ </plugin> <plugin> <groupId>org.apache.tomcat.maven</groupId> - <artifactId>tomcat6-maven-plugin</artifactId> - <version>2.0</version> - <configuration> - <path>${marmotta.context}</path> - <port>${marmotta.port}</port> - <systemProperties> - <marmotta.home>${marmotta.home}</marmotta.home> - </systemProperties> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.0</version> + <version>2.1</version> <configuration> <path>${marmotta.context}</path> <port>${marmotta.port}</port>
