You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2012/02/29 03:34:14 UTC

svn commit: r1294947 - /camel/branches/camel-2.9.x/components/camel-smpp/pom.xml

Author: hadrian
Date: Wed Feb 29 02:34:13 2012
New Revision: 1294947

URL: http://svn.apache.org/viewvc?rev=1294947&view=rev
Log:
Fix version string

Modified:
    camel/branches/camel-2.9.x/components/camel-smpp/pom.xml

Modified: camel/branches/camel-2.9.x/components/camel-smpp/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-smpp/pom.xml?rev=1294947&r1=1294946&r2=1294947&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/components/camel-smpp/pom.xml (original)
+++ camel/branches/camel-2.9.x/components/camel-smpp/pom.xml Wed Feb 29 02:34:13 2012
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>${commons-codec-version}</version>
+            <version>${commons-codec}</version>
         </dependency>
 
         <!-- testing -->