You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/09/24 22:34:49 UTC

svn commit: r1175247 - /incubator/jena/Jena2/Fuseki/trunk/pom.xml

Author: andy
Date: Sat Sep 24 20:34:48 2011
New Revision: 1175247

URL: http://svn.apache.org/viewvc?rev=1175247&view=rev
Log: (empty)

Modified:
    incubator/jena/Jena2/Fuseki/trunk/pom.xml

Modified: incubator/jena/Jena2/Fuseki/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Fuseki/trunk/pom.xml?rev=1175247&r1=1175246&r2=1175247&view=diff
==============================================================================
--- incubator/jena/Jena2/Fuseki/trunk/pom.xml (original)
+++ incubator/jena/Jena2/Fuseki/trunk/pom.xml Sat Sep 24 20:34:48 2011
@@ -40,7 +40,7 @@
     <ver.http-client>4.1.2</ver.http-client>
     <ver.commons-fileupload>1.2.2</ver.commons-fileupload>
     <ver.junit>4.8.2</ver.junit>
-    <ver.commonscodec>1.5</ver.commonscodec>
+    <ver.commons-codec>1.5</ver.commons-codec>
     <ver.slf4j>1.6.1</ver.slf4j>
     <ver.log4j>1.2.16</ver.log4j>
   </properties>
@@ -118,7 +118,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>${ver.commonscodec}</version>
+      <version>${ver.commons-codec}</version>
     </dependency>
     
     <dependency>