Skip to content

Commit 3735cc8

Browse files
committed
Fixed title image and updated to latest theme version.
1 parent 393ef0b commit 3735cc8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@
11371137
<!-- Speed up dependency report by skipping check to see if resources are in specified repos -->
11381138
<plugin>
11391139
<artifactId>maven-project-info-reports-plugin</artifactId>
1140-
<version>2.7</version>
1140+
<version>2.8</version>
11411141
<configuration>
11421142
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
11431143
</configuration>
11.1 KB
Loading

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<project name="AppFuse">
33
<bannerLeft>
44
<name>AppFuse</name>
5-
<src>http://appfuse.org/download/attachments/2/APF</src>
5+
<src>images/appfuse-title.png</src>
66
<href>http://appfuse.org</href>
77
</bannerLeft>
88
<publishDate format="dd MMM yyyy"/>
99
<skin>
1010
<groupId>org.apache.maven.skins</groupId>
1111
<artifactId>maven-fluido-skin</artifactId>
12-
<version>1.3.0</version>
12+
<version>1.3.1</version>
1313
</skin>
1414
<body>
1515
<links>

0 commit comments

Comments
 (0)