Skip to content

Commit

Permalink
Followup #278 Fix extension metadata validation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga authored and lburgazzoli committed Oct 21, 2019
1 parent ec918ec commit b00dc4c
Show file tree
Hide file tree
Showing 3 changed files with 26 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,9 @@
{}
{
"name": "Camel Quarkus HTTP Common",
"labels": [
"integration",
"camel",
"http"
],
"guide": "https://quarkus.io/guides/camel"
}
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
{}
{
"name": "Camel Quarkus XML Common",
"labels": [
"integration",
"camel",
"xml"
],
"guide": "https://quarkus.io/guides/camel"
}

0 comments on commit b00dc4c

Please sign in to comment.