Return-Path: X-Original-To: apmail-oltu-commits-archive@www.apache.org Delivered-To: apmail-oltu-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 72FBA1848B for ; Mon, 14 Sep 2015 09:36:25 +0000 (UTC) Received: (qmail 49463 invoked by uid 500); 14 Sep 2015 09:36:19 -0000 Delivered-To: apmail-oltu-commits-archive@oltu.apache.org Received: (qmail 49438 invoked by uid 500); 14 Sep 2015 09:36:19 -0000 Mailing-List: contact commits-help@oltu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oltu.apache.org Delivered-To: mailing list commits@oltu.apache.org Received: (qmail 49425 invoked by uid 99); 14 Sep 2015 09:36:19 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2015 09:36:19 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id D835CAC022D for ; Mon, 14 Sep 2015 09:36:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1702885 - in /oltu/trunk: commons/pom.xml jose/pom.xml oauth-2.0/pom.xml openid-connect/pom.xml parent/pom.xml Date: Mon, 14 Sep 2015 09:36:18 -0000 To: commits@oltu.apache.org From: asanso@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150914093618.D835CAC022D@hades.apache.org> Author: asanso Date: Mon Sep 14 09:36:18 2015 New Revision: 1702885 URL: http://svn.apache.org/r1702885 Log: @releng fixing build Modified: oltu/trunk/commons/pom.xml oltu/trunk/jose/pom.xml oltu/trunk/oauth-2.0/pom.xml oltu/trunk/openid-connect/pom.xml oltu/trunk/parent/pom.xml Modified: oltu/trunk/commons/pom.xml URL: http://svn.apache.org/viewvc/oltu/trunk/commons/pom.xml?rev=1702885&r1=1702884&r2=1702885&view=diff ============================================================================== --- oltu/trunk/commons/pom.xml (original) +++ oltu/trunk/commons/pom.xml Mon Sep 14 09:36:18 2015 @@ -21,7 +21,7 @@ org.apache.oltu org.apache.oltu.parent - 3-SNAPSHOT + 4-SNAPSHOT ../parent Modified: oltu/trunk/jose/pom.xml URL: http://svn.apache.org/viewvc/oltu/trunk/jose/pom.xml?rev=1702885&r1=1702884&r2=1702885&view=diff ============================================================================== --- oltu/trunk/jose/pom.xml (original) +++ oltu/trunk/jose/pom.xml Mon Sep 14 09:36:18 2015 @@ -21,7 +21,7 @@ org.apache.oltu org.apache.oltu.parent - 3-SNAPSHOT + 4-SNAPSHOT ../parent Modified: oltu/trunk/oauth-2.0/pom.xml URL: http://svn.apache.org/viewvc/oltu/trunk/oauth-2.0/pom.xml?rev=1702885&r1=1702884&r2=1702885&view=diff ============================================================================== --- oltu/trunk/oauth-2.0/pom.xml (original) +++ oltu/trunk/oauth-2.0/pom.xml Mon Sep 14 09:36:18 2015 @@ -21,7 +21,7 @@ org.apache.oltu org.apache.oltu.parent - 3-SNAPSHOT + 4-SNAPSHOT ../parent Modified: oltu/trunk/openid-connect/pom.xml URL: http://svn.apache.org/viewvc/oltu/trunk/openid-connect/pom.xml?rev=1702885&r1=1702884&r2=1702885&view=diff ============================================================================== --- oltu/trunk/openid-connect/pom.xml (original) +++ oltu/trunk/openid-connect/pom.xml Mon Sep 14 09:36:18 2015 @@ -21,7 +21,7 @@ org.apache.oltu org.apache.oltu.parent - 3-SNAPSHOT + 4-SNAPSHOT ../parent Modified: oltu/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/oltu/trunk/parent/pom.xml?rev=1702885&r1=1702884&r2=1702885&view=diff ============================================================================== --- oltu/trunk/parent/pom.xml (original) +++ oltu/trunk/parent/pom.xml Mon Sep 14 09:36:18 2015 @@ -502,15 +502,16 @@ - - org.apache.felix - maven-bundle-plugin - 2.3.7 - + + + org.apache.felix + maven-bundle-plugin + 2.3.7 + org.apache.maven.plugins maven-enforcer-plugin