You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2015/03/04 23:18:14 UTC

svn commit: r942367 - in /websites/production/camel/content: cache/main.pageCache spring-boot.html

Author: buildbot
Date: Wed Mar  4 22:18:14 2015
New Revision: 942367

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/spring-boot.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/spring-boot.html
==============================================================================
--- websites/production/camel/content/spring-boot.html (original)
+++ websites/production/camel/content/spring-boot.html Wed Mar  4 22:18:14 2015
@@ -240,7 +240,7 @@ public class MyFatJarRouter extends FatJ
     <artifactId>spring-boot-maven-plugin</artifactId>
     <version>${spring-boot.version}</version>
     <configuration>
-      <mainClass>com.example.MyFatJarRouter</mainClass>
+      <mainClass>org.apache.camel.spring.boot.FatJarRouter</mainClass>
     </configuration>
     <executions>
       <execution>