Repository: bval Updated Branches: refs/heads/master c2b610e24 -> 27ef4ddc9
more site tweaks Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/27ef4ddc Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/27ef4ddc Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/27ef4ddc Branch: refs/heads/master Commit: 27ef4ddc90067aedd69c408c46583c8360f94280 Parents: c2b610e Author: Matt Benson <[email protected]> Authored: Tue Oct 30 12:33:24 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Tue Oct 30 12:33:24 2018 -0500 ---------------------------------------------------------------------- src/site/resources/images/bval-bean-small.png | Bin 0 -> 8302 bytes src/site/site.xml | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/27ef4ddc/src/site/resources/images/bval-bean-small.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/bval-bean-small.png b/src/site/resources/images/bval-bean-small.png new file mode 100644 index 0000000..f9986df Binary files /dev/null and b/src/site/resources/images/bval-bean-small.png differ http://git-wip-us.apache.org/repos/asf/bval/blob/27ef4ddc/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index ebed9a8..3b1deed 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -17,14 +17,15 @@ specific language governing permissions and limitations under the License. --> -<project name="Apache BVal"> +<project name="Apache BVal" xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> <version>1.7</version> </skin> <bannerRight> - <src>http://bval.apache.org/resources/images/bval-bean-small.png</src> + <src>images/bval-bean-small.png</src> </bannerRight> <body> <menu name="Overview">
