You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by as...@apache.org on 2014/11/03 18:20:46 UTC

svn commit: r1636399 - in /oltu/trunk: commons/encodedtoken/pom.xml oauth-2.0/pom.xml

Author: asanso
Date: Mon Nov  3 17:20:46 2014
New Revision: 1636399

URL: http://svn.apache.org/r1636399
Log:
OLTU-147 - Upgrade commons-codec 1.8 to 1.9

* reverting the patch temporary

Modified:
    oltu/trunk/commons/encodedtoken/pom.xml
    oltu/trunk/oauth-2.0/pom.xml

Modified: oltu/trunk/commons/encodedtoken/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/commons/encodedtoken/pom.xml?rev=1636399&r1=1636398&r2=1636399&view=diff
==============================================================================
--- oltu/trunk/commons/encodedtoken/pom.xml (original)
+++ oltu/trunk/commons/encodedtoken/pom.xml Mon Nov  3 17:20:46 2014
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.9</version>
+      <version>1.8</version>
     </dependency>
   </dependencies>
 

Modified: oltu/trunk/oauth-2.0/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/oauth-2.0/pom.xml?rev=1636399&r1=1636398&r2=1636399&view=diff
==============================================================================
--- oltu/trunk/oauth-2.0/pom.xml (original)
+++ oltu/trunk/oauth-2.0/pom.xml Mon Nov  3 17:20:46 2014
@@ -96,7 +96,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.9</version>
+        <version>1.8</version>
       </dependency>
     </dependencies>
   </dependencyManagement>