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 -->