Skip to content

Commit

Permalink
Followup apache#278 Fix extension metadata validation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Oct 21, 2019
1 parent a94ed7d commit 0557eee
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{}
{
"name": "Camel Quarkus Core Cloud",
"labels": [
"integration",
"camel"
],
"guide": "https://quarkus.io/guides/camel"
}
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{}
{
"name": "Camel Quarkus HTTP Common",
"labels": [
"integration",
"camel"
],
"guide": "https://quarkus.io/guides/camel"
}
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{}
{
"name": "Camel Quarkus XML Common",
"labels": [
"integration",
"camel"
],
"guide": "https://quarkus.io/guides/camel"
}

0 comments on commit 0557eee

Please sign in to comment.