Return-Path: X-Original-To: apmail-bval-commits-archive@www.apache.org Delivered-To: apmail-bval-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B310810DEF for ; Fri, 15 Nov 2013 08:14:13 +0000 (UTC) Received: (qmail 35643 invoked by uid 500); 15 Nov 2013 08:14:13 -0000 Delivered-To: apmail-bval-commits-archive@bval.apache.org Received: (qmail 35608 invoked by uid 500); 15 Nov 2013 08:14:09 -0000 Mailing-List: contact commits-help@bval.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@bval.apache.org Delivered-To: mailing list commits@bval.apache.org Received: (qmail 35601 invoked by uid 99); 15 Nov 2013 08:14:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Nov 2013 08:14:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Nov 2013 08:14:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 88B1423888CD; Fri, 15 Nov 2013 08:13:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1542195 - in /bval/branches/bval-11: bval-extras/pom.xml bval-jsr/pom.xml bval-jsr/src/main/java/org/apache/bval/jsr/ReturnValueDescriptorImpl.java bval-tck/pom.xml bval-tck11/pom.xml pom.xml Date: Fri, 15 Nov 2013 08:13:42 -0000 To: commits@bval.apache.org From: rmannibucau@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131115081342.88B1423888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rmannibucau Date: Fri Nov 15 08:13:41 2013 New Revision: 1542195 URL: http://svn.apache.org/r1542195 Log: using geronimo spec jars Modified: bval/branches/bval-11/bval-extras/pom.xml bval/branches/bval-11/bval-jsr/pom.xml bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ReturnValueDescriptorImpl.java bval/branches/bval-11/bval-tck/pom.xml bval/branches/bval-11/bval-tck11/pom.xml bval/branches/bval-11/pom.xml Modified: bval/branches/bval-11/bval-extras/pom.xml URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-extras/pom.xml?rev=1542195&r1=1542194&r2=1542195&view=diff ============================================================================== --- bval/branches/bval-11/bval-extras/pom.xml (original) +++ bval/branches/bval-11/bval-extras/pom.xml Fri Nov 15 08:13:41 2013 @@ -68,18 +68,10 @@ - javax.validation - validation-api - 1.1.0.Final - provided - - - org.jboss.spec.javax.interceptor - jboss-interceptors-api_1.2_spec - 1.0.0.Alpha1 + org.apache.geronimo.specs + geronimo-interceptor_1.2_spec + 1.0-SNAPSHOT provided Modified: bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ReturnValueDescriptorImpl.java URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ReturnValueDescriptorImpl.java?rev=1542195&r1=1542194&r2=1542195&view=diff ============================================================================== --- bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ReturnValueDescriptorImpl.java (original) +++ bval/branches/bval-11/bval-jsr/src/main/java/org/apache/bval/jsr/ReturnValueDescriptorImpl.java Fri Nov 15 08:13:41 2013 @@ -1,18 +1,18 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012-2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * 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 * - * Licensed 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. + * 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. */ package org.apache.bval.jsr; Modified: bval/branches/bval-11/bval-tck/pom.xml URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-tck/pom.xml?rev=1542195&r1=1542194&r2=1542195&view=diff ============================================================================== --- bval/branches/bval-11/bval-tck/pom.xml (original) +++ bval/branches/bval-11/bval-tck/pom.xml Fri Nov 15 08:13:41 2013 @@ -149,23 +149,10 @@ - - - javax.validation - validation-api - provided - - org.testng testng @@ -258,22 +245,12 @@ suite false - - - javax.validation - validation-api - true - ${project.build.directory}/dependency/lib - - - org.apache.bval org.apache.bval.bundle Modified: bval/branches/bval-11/bval-tck11/pom.xml URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-tck11/pom.xml?rev=1542195&r1=1542194&r2=1542195&view=diff ============================================================================== --- bval/branches/bval-11/bval-tck11/pom.xml (original) +++ bval/branches/bval-11/bval-tck11/pom.xml Fri Nov 15 08:13:41 2013 @@ -41,9 +41,9 @@ under the License. - javax.validation - validation-api - 1.1.0.Final + org.apache.geronimo.specs + geronimo-validation_1.1_spec + 1.0-SNAPSHOT provided @@ -59,18 +59,10 @@ under the License. 1.0-SNAPSHOT provided - - - org.jboss.spec.javax.interceptor - jboss-interceptors-api_1.2_spec - 1.0.0.Alpha1 + geronimo-interceptor_1.2_spec + 1.0-SNAPSHOT provided Modified: bval/branches/bval-11/pom.xml URL: http://svn.apache.org/viewvc/bval/branches/bval-11/pom.xml?rev=1542195&r1=1542194&r2=1542195&view=diff ============================================================================== --- bval/branches/bval-11/pom.xml (original) +++ bval/branches/bval-11/pom.xml Fri Nov 15 08:13:41 2013 @@ -283,14 +283,11 @@ --> - - javax.validation @@ -395,9 +392,9 @@ ${buildNumber} - JSR-303 Bean Validation + JSR-349 Bean Validation Sun Microsystems, Inc. - 1.0 + 1.1