Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
changed back to use 2.1 of tomcat7-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
retog committed Jul 3, 2015
1 parent adbdb06 commit 2efe4c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<!-- because of MTOMCAT-263 2.2 can't be used -->
<version>2.1</version>
<executions>
<execution>
<id>tomcat-run</id>
Expand Down

0 comments on commit 2efe4c3

Please sign in to comment.