This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.xss-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
commit 65c895fcd977ecaba68ac5d999e1877c60ebfadc Author: Radu Cotescu <[email protected]> AuthorDate: Tue Mar 10 12:12:27 2015 +0000 @releng: rolled back 1.0.1-SNAPSHOT version; added configuration for rat git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/xss@1665496 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 22a18a1..69e6375 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,8 @@ ~ See the License for the specific language governing permissions ~ and limitations under the License. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- ======================================================================= --> <!-- P A R E N T P R O J E C T --> @@ -24,7 +25,7 @@ <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> <version>20</version> - <relativePath /> + <relativePath/> </parent> <!-- ======================================================================= --> @@ -32,7 +33,7 @@ <!-- ======================================================================= --> <artifactId>org.apache.sling.xss</artifactId> <packaging>bundle</packaging> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <name>Apache Sling XSS Protection Bundle</name> <description> @@ -49,6 +50,22 @@ <!-- B U I L D --> <!-- ======================================================================= --> <build> + <pluginManagement> + <plugins> + <plugin> + <!-- Extend RAT configuration from parent pom --> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes combine.children="append"> + <exclude>src/main/resources/ESAPI.properties</exclude> + <exclude>src/main/resources/validation.properties</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </pluginManagement> + <plugins> <plugin> <groupId>org.apache.felix</groupId> @@ -270,4 +287,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
