Repository: bval Updated Branches: refs/heads/master ad21d4b8d -> c2b610e24
site cleanup/beautification Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/c2b610e2 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/c2b610e2 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/c2b610e2 Branch: refs/heads/master Commit: c2b610e24b9583ef5f7e29818ceac2341f9d1891 Parents: ad21d4b Author: Matt Benson <[email protected]> Authored: Tue Oct 30 12:01:20 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Tue Oct 30 12:01:20 2018 -0500 ---------------------------------------------------------------------- bundle/pom.xml | 2 +- bval-extras/pom.xml | 2 +- bval-jsr/pom.xml | 2 +- bval-tck/pom.xml | 2 +- pom.xml | 7 ++----- src/site/site.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 49 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/c2b610e2/bundle/pom.xml ---------------------------------------------------------------------- diff --git a/bundle/pom.xml b/bundle/pom.xml index fea9db5..02e4c84 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -36,7 +36,7 @@ <packaging>bundle</packaging> - <description>Apache BVal - Aggregate OSGi Bundle (bval-core + bval-jsr)</description> + <description>Apache BVal - OSGi Packaging of bval-jsr</description> <dependencies> <!-- JARs to include in aggregate JAR via maven-shade-plugin --> http://git-wip-us.apache.org/repos/asf/bval/blob/c2b610e2/bval-extras/pom.xml ---------------------------------------------------------------------- diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml index 3aeafb0..3105045 100644 --- a/bval-extras/pom.xml +++ b/bval-extras/pom.xml @@ -34,7 +34,7 @@ <name>Apache BVal :: bval-extras (optional)</name> <packaging>bundle</packaging> - <description>BVal - non-JSR303 routines and constraints</description> + <description>BVal - non-JSR380 routines and constraints</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/bval/blob/c2b610e2/bval-jsr/pom.xml ---------------------------------------------------------------------- diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml index f8fe670..2021ee4 100644 --- a/bval-jsr/pom.xml +++ b/bval-jsr/pom.xml @@ -31,7 +31,7 @@ <name>Apache BVal :: bval-jsr</name> <packaging>jar</packaging> - <description>Implementation specific classes for JSR 349 Bean Validation 1.1</description> + <description>Implementation specific classes for JSR 380 Bean Validation 2.0</description> <properties> <jaxb.version>2.2.6</jaxb.version> http://git-wip-us.apache.org/repos/asf/bval/blob/c2b610e2/bval-tck/pom.xml ---------------------------------------------------------------------- diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml index 4a50929..4fef9d6 100644 --- a/bval-tck/pom.xml +++ b/bval-tck/pom.xml @@ -28,7 +28,7 @@ under the License. <artifactId>bval-tck-runner</artifactId> <name>Apache BVal :: bval-tck (TCK Runner)</name> - <description>Aggregates dependencies and runs the JSR-349 TCK</description> + <description>Aggregates dependencies and runs the JSR-380 TCK</description> <properties> <tck.version>2.0.4.Final</tck.version> http://git-wip-us.apache.org/repos/asf/bval/blob/c2b610e2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0d4ce0f..3226866 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ </developer> <developer> <id>carlosvara</id> - <name>Carlos Vara</name> + <name>Carlos Vara Callau</name> <email>[email protected]</email> <roles> <role>PMC Member</role> @@ -148,7 +148,7 @@ <email>[email protected]</email> <organization>IBM</organization> <roles> - <role>PMC Member</role> + <role>PMC Member (Emeritus)</role> </roles> </developer> <developer> @@ -238,9 +238,6 @@ <name>Jörg WaÃmer</name> </contributor> <contributor> - <name>Romain Manni-Bucau</name> - </contributor> - <contributor> <name>Sebastian Bazley</name> </contributor> </contributors> http://git-wip-us.apache.org/repos/asf/bval/blob/c2b610e2/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000..ebed9a8 --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<project name="Apache BVal"> + <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> + </bannerRight> + <body> + <menu name="Overview"> + <item name="Introduction" href="index.html" /> + </menu> + <menu ref="parent" inherit="top" /> + <menu ref="modules" /> + <menu ref="reports" inherit="bottom" /> + </body> + <custom> + <fluidoSkin> + <topBarEnabled>false</topBarEnabled> + <sideBarEnabled>true</sideBarEnabled> + </fluidoSkin> + </custom> +</project> \ No newline at end of file
