Return-Path: X-Original-To: apmail-roller-commits-archive@www.apache.org Delivered-To: apmail-roller-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 CD2D4E828 for ; Sun, 27 Jan 2013 22:34:50 +0000 (UTC) Received: (qmail 9637 invoked by uid 500); 27 Jan 2013 22:34:50 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 9602 invoked by uid 500); 27 Jan 2013 22:34:50 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 9561 invoked by uid 99); 27 Jan 2013 22:34:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jan 2013 22:34:50 +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; Sun, 27 Jan 2013 22:34:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E3D9A238896F; Sun, 27 Jan 2013 22:34:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1439202 - in /roller/branches/roller_5.0: ./ planet-business/ planet-web/ roller-core/ test-utils/ weblogger-assembly/ weblogger-business/ weblogger-war-assembly/ weblogger-web/ weblogger-webapp/ Date: Sun, 27 Jan 2013 22:34:26 -0000 To: commits@roller.apache.org From: gmazza@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130127223426.E3D9A238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmazza Date: Sun Jan 27 22:34:25 2013 New Revision: 1439202 URL: http://svn.apache.org/viewvc?rev=1439202&view=rev Log: Updated Guice dependency and changed version from 5.0.1 to 5.0.2-SNAPSHOT Modified: roller/branches/roller_5.0/planet-business/pom.xml roller/branches/roller_5.0/planet-web/pom.xml roller/branches/roller_5.0/pom.xml roller/branches/roller_5.0/roller-core/pom.xml roller/branches/roller_5.0/test-utils/pom.xml roller/branches/roller_5.0/weblogger-assembly/pom.xml roller/branches/roller_5.0/weblogger-business/pom.xml roller/branches/roller_5.0/weblogger-war-assembly/pom.xml roller/branches/roller_5.0/weblogger-web/pom.xml roller/branches/roller_5.0/weblogger-webapp/pom.xml Modified: roller/branches/roller_5.0/planet-business/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/planet-business/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/planet-business/pom.xml (original) +++ roller/branches/roller_5.0/planet-business/pom.xml Sun Jan 27 22:34:25 2013 @@ -8,7 +8,7 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT ../pom.xml @@ -19,7 +19,7 @@ org.apache.roller roller-planet-business - 5.0.1 + 5.0.2-SNAPSHOT ${project.build.testOutputDirectory} @@ -111,7 +111,7 @@ - com.google.code.guice + com.google.inject guice Modified: roller/branches/roller_5.0/planet-web/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/planet-web/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/planet-web/pom.xml (original) +++ roller/branches/roller_5.0/planet-web/pom.xml Sun Jan 27 22:34:25 2013 @@ -7,14 +7,14 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT ../pom.xml Apache Roller Planet Web Application org.apache.roller roller-planet-web - 5.0.1 + 5.0.2-SNAPSHOT war @@ -22,13 +22,13 @@ org.apache.roller roller-core - 5.0.0 + 5.0.2-SNAPSHOT org.apache.roller roller-planet-business - 5.0.0 + 5.0.2-SNAPSHOT @@ -173,7 +173,7 @@ org.apache.roller test-utils - 5.0.0 + 5.0.2-SNAPSHOT test @@ -293,7 +293,7 @@ org.apache.roller test-utils - 5.0.0 + 5.0.2-SNAPSHOT log4j @@ -303,7 +303,7 @@ org.apache.roller test-utils - 5.0.0 + 5.0.2-SNAPSHOT Modified: roller/branches/roller_5.0/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/pom.xml (original) +++ roller/branches/roller_5.0/pom.xml Sun Jan 27 22:34:25 2013 @@ -8,7 +8,7 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT pom Apache Roller Project @@ -27,7 +27,7 @@ UTF-8 - 5.0.1 + 5.0.2-SNAPSHOT 10.1.3.1 @@ -100,11 +100,6 @@ - guice - http://guice-maven.googlecode.com/svn/trunk/ - - - oss.sonatype.org http://oss.sonatype.org/content/groups/public @@ -173,7 +168,7 @@ - com.google.code.guice + com.google.inject guice 2.0 Modified: roller/branches/roller_5.0/roller-core/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/roller-core/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/roller-core/pom.xml (original) +++ roller/branches/roller_5.0/roller-core/pom.xml Sun Jan 27 22:34:25 2013 @@ -7,7 +7,7 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT ../pom.xml @@ -17,7 +17,7 @@ org.apache.roller roller-core - 5.0.1 + 5.0.2-SNAPSHOT Modified: roller/branches/roller_5.0/test-utils/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/test-utils/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/test-utils/pom.xml (original) +++ roller/branches/roller_5.0/test-utils/pom.xml Sun Jan 27 22:34:25 2013 @@ -7,21 +7,21 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT ../pom.xml Apache Roller Test Utilities org.apache.roller test-utils - 5.0.1 + 5.0.2-SNAPSHOT org.apache.roller roller-core - 5.0.1 + 5.0.2-SNAPSHOT Modified: roller/branches/roller_5.0/weblogger-assembly/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/weblogger-assembly/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/weblogger-assembly/pom.xml (original) +++ roller/branches/roller_5.0/weblogger-assembly/pom.xml Sun Jan 27 22:34:25 2013 @@ -22,7 +22,7 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT ../pom.xml Modified: roller/branches/roller_5.0/weblogger-business/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/weblogger-business/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/weblogger-business/pom.xml (original) +++ roller/branches/roller_5.0/weblogger-business/pom.xml Sun Jan 27 22:34:25 2013 @@ -7,7 +7,7 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT ../pom.xml @@ -17,7 +17,7 @@ org.apache.roller roller-weblogger-business - 5.0.1 + 5.0.2-SNAPSHOT ${project.build.testOutputDirectory} @@ -33,13 +33,13 @@ org.apache.roller roller-core - 5.0.1 + 5.0.2-SNAPSHOT org.apache.roller roller-planet-business - 5.0.1 + 5.0.2-SNAPSHOT @@ -119,7 +119,7 @@ - com.google.code.guice + com.google.inject guice Modified: roller/branches/roller_5.0/weblogger-war-assembly/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/weblogger-war-assembly/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/weblogger-war-assembly/pom.xml (original) +++ roller/branches/roller_5.0/weblogger-war-assembly/pom.xml Sun Jan 27 22:34:25 2013 @@ -22,7 +22,7 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT ../pom.xml Modified: roller/branches/roller_5.0/weblogger-web/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/weblogger-web/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/weblogger-web/pom.xml (original) +++ roller/branches/roller_5.0/weblogger-web/pom.xml Sun Jan 27 22:34:25 2013 @@ -8,14 +8,14 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT ../pom.xml Apache Roller Weblogger Web Module org.apache.roller roller-weblogger-web - 5.0.1 + 5.0.2-SNAPSHOT jar @@ -23,13 +23,13 @@ org.apache.roller roller-core - 5.0.1 + 5.0.2-SNAPSHOT org.apache.roller roller-planet-business - 5.0.1 + 5.0.2-SNAPSHOT geronimo-jms_1.1_spec @@ -49,7 +49,7 @@ org.apache.roller roller-weblogger-business - 5.0.1 + 5.0.2-SNAPSHOT @@ -297,6 +297,12 @@ org.openid4java openid4java-consumer 0.9.5 + + + com.google.code.guice + guice + + @@ -382,7 +388,7 @@ org.apache.roller test-utils - 5.0.1 + 5.0.2-SNAPSHOT test Modified: roller/branches/roller_5.0/weblogger-webapp/pom.xml URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/weblogger-webapp/pom.xml?rev=1439202&r1=1439201&r2=1439202&view=diff ============================================================================== --- roller/branches/roller_5.0/weblogger-webapp/pom.xml (original) +++ roller/branches/roller_5.0/weblogger-webapp/pom.xml Sun Jan 27 22:34:25 2013 @@ -7,14 +7,14 @@ org.apache.roller roller-project - 5.0.1 + 5.0.2-SNAPSHOT ../pom.xml Apache Roller Weblogger Web Application org.apache.roller roller-weblogger-webapp - 5.0.1 + 5.0.2-SNAPSHOT war @@ -22,7 +22,7 @@ org.apache.roller roller-weblogger-web - 5.0.1 + 5.0.2-SNAPSHOT @@ -100,7 +100,7 @@ org.apache.roller test-utils - 5.0.1 + 5.0.2-SNAPSHOT log4j @@ -108,12 +108,6 @@ 1.2.12 - org.apache.roller - test-utils - 5.0.1 - - - org.apache.derby derby ${derby.version}