[gatein-commits] gatein SVN: r7167 - epp/portal/branches/EPP_5_2_Branch.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 17 16:57:57 EDT 2011


Author: mwringe
Date: 2011-08-17 16:57:56 -0400 (Wed, 17 Aug 2011)
New Revision: 7167

Modified:
   epp/portal/branches/EPP_5_2_Branch/pom.xml
Log:
JBEPP-938: merge in Shindig 2 support.

Modified: epp/portal/branches/EPP_5_2_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/pom.xml	2011-08-17 20:57:48 UTC (rev 7166)
+++ epp/portal/branches/EPP_5_2_Branch/pom.xml	2011-08-17 20:57:56 UTC (rev 7167)
@@ -42,7 +42,7 @@
       <org.exoplatform.ws.version>2.2.0-CR4</org.exoplatform.ws.version>
       <org.exoplatform.jcr.version>1.14.0-CR4-CP01</org.exoplatform.jcr.version>
       <org.jibx.version>1.2.1</org.jibx.version>
-      <org.shindig.version>1.0-r790473-Patch06</org.shindig.version>
+      <org.shindig.version>2.0.2-Beta02</org.shindig.version>
       <nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version>
       <org.gatein.common.version>2.0.4-Beta03</org.gatein.common.version>
       <org.gatein.wci.version>2.1.0-Beta04</org.gatein.wci.version>
@@ -96,7 +96,7 @@
         <dependency>
            <groupId>org.gatein</groupId>
            <artifactId>gatein-dep</artifactId>
-           <version>1.1.0-Beta04</version>
+           <version>1.1.0-Beta06</version>
            <type>pom</type>
            <scope>import</scope>
         </dependency>
@@ -691,7 +691,7 @@
          <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
-           <version>1.3</version>
+           <version>1.4</version>
          </dependency>
          <dependency>
            <groupId>commons-fileupload</groupId>
@@ -790,7 +790,7 @@
          <dependency>
             <groupId>caja</groupId>
             <artifactId>caja</artifactId>
-            <version>r3375</version>
+            <version>r4251</version>
          </dependency>
          <dependency>
             <groupId>caja</groupId>
@@ -876,17 +876,6 @@
          </dependency>
          <dependency>
             <groupId>org.gatein.shindig</groupId>
-            <artifactId>shindig-server</artifactId>
-            <version>${org.shindig.version}</version>
-         </dependency>
-         <dependency>
-            <groupId>org.gatein.shindig</groupId>
-            <artifactId>shindig-server</artifactId>
-            <version>${org.shindig.version}</version>
-            <type>war</type>
-         </dependency>
-         <dependency>
-            <groupId>org.gatein.shindig</groupId>
             <artifactId>shindig-social-api</artifactId>
             <version>${org.shindig.version}</version>
          </dependency>



More information about the gatein-commits mailing list