Skip to content

Commit

Permalink
Add java.version to Tomcat WAR projects
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Dec 1, 2014
1 parent 20bb9c0 commit 998c29c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<url>http://www.spring.io</url>
</organization>
<properties>
<java.version>1.7</java.version>
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions spring-boot-samples/spring-boot-sample-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<java.version>1.7</java.version>
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>
</properties>
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions spring-boot-samples/spring-boot-sample-web-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<java.version>1.7</java.version>
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>
</properties>
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions spring-boot-samples/spring-boot-sample-web-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<url>http://www.spring.io</url>
</organization>
<properties>
<java.version>1.7</java.version>
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<dependencies>
Expand Down

0 comments on commit 998c29c

Please sign in to comment.