BAEL-1112 - Apache Tapestry - PR review fixes

This commit is contained in:
Anshul BANSAL 2019-11-23 22:53:35 +02:00
parent 90da38847e
commit e7f1074006
2 changed files with 5 additions and 7 deletions

View File

@ -23,7 +23,6 @@
<version>${slf4j-release-version}</version>
</dependency>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-webresources</artifactId>
@ -82,8 +81,8 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
<optimize>true</optimize>
</configuration>
</plugin>
@ -125,7 +124,6 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
<reporting/>
<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>

View File

@ -14,7 +14,7 @@
<t:body />
<hr />
<footer>
<p>&copy; Your Company 2015</p>
<p>&copy; Your Company</p>
</footer>
</div>
</body>