also, I'm using maven 2.
pom.xml
        <properties>
                <camel-version>1.5-SNAPSHOT</camel-version>
                <camelx-version>1.0</camelx-version>
                <maven-version>2.0.9</maven-version>
      </properties>
                <dependency>
                        <groupId>org.apache.maven</groupId>
                        <artifactId>maven-plugin-api</artifactId>
                        <version>${maven-version}</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.maven</groupId>
                        <artifactId>maven-project</artifactId>
                        <version>${maven-version}</version>
                </dependency>
-- 
View this message in context: 
http://www.nabble.com/1.50-Maven-repository-tp20165979s22882p20166516.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to