Skip to content

Commit 58c5904

Browse files
committed
BAEL-1112 - Apache Tapestry - PR review fixes
1 parent a5dde9a commit 58c5904

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

apache-tapestry/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
<artifactId>slf4j-log4j12</artifactId>
2323
<version>${slf4j-release-version}</version>
2424
</dependency>
25-
26-
25+
2726
<dependency>
2827
<groupId>org.apache.tapestry</groupId>
2928
<artifactId>tapestry-webresources</artifactId>
@@ -82,8 +81,8 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
8281
<artifactId>maven-compiler-plugin</artifactId>
8382
<version>2.3.2</version>
8483
<configuration>
85-
<source>1.6</source>
86-
<target>1.6</target>
84+
<source>1.8</source>
85+
<target>1.8</target>
8786
<optimize>true</optimize>
8887
</configuration>
8988
</plugin>
@@ -125,8 +124,7 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
125124
<reporting/>
126125

127126
<repositories>
128-
129-
<repository>
127+
<repository>
130128
<id>jboss</id>
131129
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
132130
</repository>

apache-tapestry/src/main/resources/com/baeldung/tapestry/components/Layout.tml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<t:body />
1515
<hr />
1616
<footer>
17-
<p>&copy; Your Company 2015</p>
17+
<p>&copy; Your Company</p>
1818
</footer>
1919
</div>
2020
</body>

0 commit comments

Comments
 (0)