You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2011/01/27 20:41:25 UTC

svn commit: r1064273 - /servicemix/components/trunk/engines/servicemix-pdf/pom.xml

Author: lhein
Date: Thu Jan 27 19:41:25 2011
New Revision: 1064273

URL: http://svn.apache.org/viewvc?rev=1064273&view=rev
Log:
fixed wrong parent version in smx-pdf

Modified:
    servicemix/components/trunk/engines/servicemix-pdf/pom.xml

Modified: servicemix/components/trunk/engines/servicemix-pdf/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-pdf/pom.xml?rev=1064273&r1=1064272&r2=1064273&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-pdf/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-pdf/pom.xml Thu Jan 27 19:41:25 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>service-engines</artifactId>
-        <version>2010.02-SNAPSHOT</version>
+        <version>2011.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix</groupId>