Skip to content

Commit

Permalink
chore: use latest Camel 3.0.0-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Jul 21, 2019
1 parent eab08ba commit 6c26cbf
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,29 @@
<version>0.0.1</version>

<properties>
<camel.version>3.0.0-M3</camel.version>
<camel.version>3.0.0-SNAPSHOT</camel.version>
<fabric8.openshift.generateRoute>false</fabric8.openshift.generateRoute>
</properties>

<repositories>
<repository>
<id>apache</id>
<url>https://repository.apache.org/content/groups/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-main</artifactId>
<version>${camel.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
Expand Down

0 comments on commit 6c26cbf

Please sign in to comment.