You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2013/01/27 23:34:26 UTC

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/

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 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -19,7 +19,7 @@
     </description>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-planet-business</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
 
     <properties>
         <testOutputDirectory>${project.build.testOutputDirectory}</testOutputDirectory>
@@ -111,7 +111,7 @@
         </dependency>
 
         <dependency>
-            <groupId>com.google.code.guice</groupId>
+            <groupId>com.google.inject</groupId>
             <artifactId>guice</artifactId>
         </dependency>
 

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 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <name>Apache Roller Planet Web Application</name>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-planet-web</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
     <packaging>war</packaging>
 
     <dependencies>
@@ -22,13 +22,13 @@
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>roller-core</artifactId>
-            <version>5.0.0</version>
+            <version>5.0.2-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>roller-planet-business</artifactId>
-            <version>5.0.0</version>
+            <version>5.0.2-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -173,7 +173,7 @@
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>test-utils</artifactId>
-            <version>5.0.0</version>
+            <version>5.0.2-SNAPSHOT</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>
@@ -293,7 +293,7 @@
                     <dependency>
                         <groupId>org.apache.roller</groupId>
                         <artifactId>test-utils</artifactId>
-                        <version>5.0.0</version>
+                        <version>5.0.2-SNAPSHOT</version>
                     </dependency>
                     <dependency>
                         <groupId>log4j</groupId>
@@ -303,7 +303,7 @@
                     <dependency>
                         <groupId>org.apache.roller</groupId>
                         <artifactId>test-utils</artifactId>
-                        <version>5.0.0</version>
+                        <version>5.0.2-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>

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 @@
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-project</artifactId>
 
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache Roller Project</name>
@@ -27,7 +27,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <roller.version>5.0.1</roller.version>
+        <roller.version>5.0.2-SNAPSHOT</roller.version>
         <!-- avoid CLOB/BLOB error in all later versions of Derby -->
         <derby.version>10.1.3.1</derby.version>
     </properties>
@@ -100,11 +100,6 @@
         </repository>
 
         <repository>
-            <id>guice</id>
-            <url>http://guice-maven.googlecode.com/svn/trunk/</url>
-        </repository>
-
-        <repository>
             <id>oss.sonatype.org</id>
             <url>http://oss.sonatype.org/content/groups/public</url>
         </repository>
@@ -173,7 +168,7 @@
             </dependency>
 
             <dependency>
-                <groupId>com.google.code.guice</groupId>
+                <groupId>com.google.inject</groupId>
                 <artifactId>guice</artifactId>
                 <version>2.0</version>
             </dependency>

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 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -17,7 +17,7 @@
     </description>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-core</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
 
     <dependencies>
 

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 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <name>Apache Roller Test Utilities</name>
     <groupId>org.apache.roller</groupId>
     <artifactId>test-utils</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
 
     <dependencies>
 
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>roller-core</artifactId>
-            <version>5.0.1</version>
+            <version>5.0.2-SNAPSHOT</version>
         </dependency>
 
         <dependency>

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 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

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 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -17,7 +17,7 @@
     </description>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-weblogger-business</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
 
     <properties>
         <testOutputDirectory>${project.build.testOutputDirectory}</testOutputDirectory>
@@ -33,13 +33,13 @@
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>roller-core</artifactId>
-            <version>5.0.1</version>
+            <version>5.0.2-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>roller-planet-business</artifactId>
-            <version>5.0.1</version>
+            <version>5.0.2-SNAPSHOT</version>
         </dependency>
 
         <!-- OpenJPA deps -->
@@ -119,7 +119,7 @@
         </dependency>
 
         <dependency>
-            <groupId>com.google.code.guice</groupId>
+            <groupId>com.google.inject</groupId>
             <artifactId>guice</artifactId>
         </dependency>
 

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 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

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 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <name>Apache Roller Weblogger Web Module</name>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-weblogger-web</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
@@ -23,13 +23,13 @@
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>roller-core</artifactId>
-            <version>5.0.1</version>
+            <version>5.0.2-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>roller-planet-business</artifactId>
-            <version>5.0.1</version>
+            <version>5.0.2-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <artifactId>geronimo-jms_1.1_spec</artifactId>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>roller-weblogger-business</artifactId>
-            <version>5.0.1</version>
+            <version>5.0.2-SNAPSHOT</version>
         </dependency>
 
         <!-- OpenJPA deps -->
@@ -297,6 +297,12 @@
             <groupId>org.openid4java</groupId>
             <artifactId>openid4java-consumer</artifactId>
             <version>0.9.5</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.google.code.guice</groupId>
+                    <artifactId>guice</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -382,7 +388,7 @@
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>test-utils</artifactId>
-            <version>5.0.1</version>
+            <version>5.0.2-SNAPSHOT</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>

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 @@
     <parent>
         <groupId>org.apache.roller</groupId>
         <artifactId>roller-project</artifactId>
-        <version>5.0.1</version>
+        <version>5.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <name>Apache Roller Weblogger Web Application</name>
     <groupId>org.apache.roller</groupId>
     <artifactId>roller-weblogger-webapp</artifactId>
-    <version>5.0.1</version>
+    <version>5.0.2-SNAPSHOT</version>
     <packaging>war</packaging>
 
     <dependencies>
@@ -22,7 +22,7 @@
         <dependency>
             <groupId>org.apache.roller</groupId>
             <artifactId>roller-weblogger-web</artifactId>
-            <version>5.0.1</version>
+            <version>5.0.2-SNAPSHOT</version>
         </dependency>
         
         <dependency>
@@ -100,7 +100,7 @@
                     <dependency>
                         <groupId>org.apache.roller</groupId>
                         <artifactId>test-utils</artifactId>
-                        <version>5.0.1</version>
+                        <version>5.0.2-SNAPSHOT</version>
                     </dependency>
                     <dependency>
                         <groupId>log4j</groupId>
@@ -108,12 +108,6 @@
                         <version>1.2.12</version>
                     </dependency>
                     <dependency>
-                        <groupId>org.apache.roller</groupId>
-                        <artifactId>test-utils</artifactId>
-                        <version>5.0.1</version>
-                    </dependency>
-                    
-                    <dependency>
                         <groupId>org.apache.derby</groupId>
                         <artifactId>derby</artifactId>
                         <version>${derby.version}</version>