You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/18 08:31:54 UTC

[camel] 02/08: CAMEL-12815 - Fixed version and regen

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1366557fbaf70ca256bb09792ee53741b464f4eb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 18 08:28:21 2018 +0100

    CAMEL-12815 - Fixed version and regen
---
 components/camel-iota/src/main/docs/iota-component.adoc        |  2 +-
 .../spring-boot/components-starter/camel-iota-starter/pom.xml  | 10 +---------
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/components/camel-iota/src/main/docs/iota-component.adoc b/components/camel-iota/src/main/docs/iota-component.adoc
index db88264..e8e0eea 100644
--- a/components/camel-iota/src/main/docs/iota-component.adoc
+++ b/components/camel-iota/src/main/docs/iota-component.adoc
@@ -1,7 +1,7 @@
 [[iota-component]]
 == IOTA Component
 
-*Available as of Camel version 2.24*
+*Available as of Camel version 2.23*
 
 According to IOTA Official site: "IOTA is the first open-source distributed ledger that is being built to power the future of the Internet of Things with feeless microtransactions and data integrity for machines."
 
diff --git a/platforms/spring-boot/components-starter/camel-iota-starter/pom.xml b/platforms/spring-boot/components-starter/camel-iota-starter/pom.xml
index 6f5873f..97c9f85 100644
--- a/platforms/spring-boot/components-starter/camel-iota-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-iota-starter/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components-starter</artifactId>
-    <version>2.23.0-SNAPSHOT</version>
+    <version>2.24.0-SNAPSHOT</version>
   </parent>
   <artifactId>camel-iota-starter</artifactId>
   <packaging>jar</packaging>
@@ -50,12 +50,4 @@
     </dependency>
     <!--END OF GENERATED CODE-->
   </dependencies>
-  <!--START OF GENERATED CODE-->
-  <repositories>
-    <repository>
-      <id>spring-plugin</id>
-      <url>http://repo.spring.io/plugins-release</url>
-    </repository>
-  </repositories>
-  <!--END OF GENERATED CODE-->
 </project>