Author: krasserm
Date: Sat May  1 08:57:57 2010
New Revision: 939950

URL: http://svn.apache.org/viewvc?rev=939950&view=rev
Log:
CAMEL-2689: upgrade to HAPI 1.0

Modified:
    camel/trunk/components/camel-hl7/pom.xml

Modified: camel/trunk/components/camel-hl7/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-hl7/pom.xml?rev=939950&r1=939949&r2=939950&view=diff
==============================================================================
--- camel/trunk/components/camel-hl7/pom.xml (original)
+++ camel/trunk/components/camel-hl7/pom.xml Sat May  1 08:57:57 2010
@@ -32,6 +32,7 @@
 
     <properties>
         
<camel.osgi.export.pkg>org.apache.camel.component.hl7.*</camel.osgi.export.pkg>
+        <hapi-version>1.0</hapi-version>
     </properties>
 
     <repositories>
@@ -51,7 +52,7 @@
         <dependency>
             <groupId>ca.uhn.hapi</groupId>
             <artifactId>hapi-base</artifactId>
-            <version>0.6</version>
+            <version>${hapi-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.mina</groupId>
@@ -72,13 +73,13 @@
         <dependency>
             <groupId>ca.uhn.hapi</groupId>
             <artifactId>hapi-structures-v24</artifactId>
-            <version>0.6</version>
+            <version>${hapi-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>ca.uhn.hapi</groupId>
             <artifactId>hapi-structures-v25</artifactId>
-            <version>0.6</version>
+            <version>${hapi-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>


Reply via email to