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 2017/03/08 15:25:27 UTC

[1/2] camel git commit: Remove .gitignore

Repository: camel
Updated Branches:
  refs/heads/master 986622791 -> 9434f5d6a


Remove .gitignore


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c86d438d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c86d438d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c86d438d

Branch: refs/heads/master
Commit: c86d438d423f312eb946d7af7919a2e6603ea0db
Parents: 9866227
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Mar 8 16:24:31 2017 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Mar 8 16:24:31 2017 +0100

----------------------------------------------------------------------
 .../.gitignore                                   | 19 -------------------
 1 file changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c86d438d/examples/camel-example-kubernetes-fabric8-maven-plugin/.gitignore
----------------------------------------------------------------------
diff --git a/examples/camel-example-kubernetes-fabric8-maven-plugin/.gitignore b/examples/camel-example-kubernetes-fabric8-maven-plugin/.gitignore
deleted file mode 100644
index 16ac81c..0000000
--- a/examples/camel-example-kubernetes-fabric8-maven-plugin/.gitignore
+++ /dev/null
@@ -1,19 +0,0 @@
-target
-.idea
-*.iml
-*.im
-*.ipr
-*.iws
-overlays
-.DS_Store
-.settings
-*.swp
-*.log
-.project
-.classpath
-*.fmd
-.cache
-dependency-reduced-pom.xml
-kube-cluster/kubernetes
-apps/modifiedFabric8.json
-git-clones


[2/2] camel git commit: Removed Typo

Posted by ac...@apache.org.
Removed Typo


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9434f5d6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9434f5d6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9434f5d6

Branch: refs/heads/master
Commit: 9434f5d6ac5e690d442ff791e45a27be2f3c3018
Parents: c86d438
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Mar 8 16:25:08 2017 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Mar 8 16:25:08 2017 +0100

----------------------------------------------------------------------
 examples/camel-example-kubernetes-fabric8-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9434f5d6/examples/camel-example-kubernetes-fabric8-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-kubernetes-fabric8-maven-plugin/pom.xml b/examples/camel-example-kubernetes-fabric8-maven-plugin/pom.xml
index a84e084..8f290df 100644
--- a/examples/camel-example-kubernetes-fabric8-maven-plugin/pom.xml
+++ b/examples/camel-example-kubernetes-fabric8-maven-plugin/pom.xml
@@ -11,7 +11,7 @@
 
   <artifactId>camel-example-kubernetes-fabric8-maven-plugin</artifactId>
   <name>Camel :: Example :: Kubernetes :: Fabric8 Maven Plugin</name>
-  <description>Kubernetes Kubernetes Fabric8 Maven Plugin example</description>
+  <description>Kubernetes Fabric8 Maven Plugin example</description>
   <packaging>jar</packaging>
 
   <properties>