Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarai Misidjan authored and Sarai Misidjan committed Nov 16, 2023
1 parent c85272a commit bdc53d1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Componenten Catalogus Application To Gateway",
"$id": "https://opencatalogi.nl/action/oc.ComponentenCatalogusApplicationToGatewayAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.4",
"version": "0.0.5",
"priority": 1,
"isLockable": true,
"listens": ["opencatalogi.bronnen.trigger"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Componenten Catalogus Component To Gateway",
"$id": "https://opencatalogi.nl/action/oc.ComponentenCatalogusComponentToGatewayAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.4",
"version": "0.0.5",
"priority": 1,
"isLockable": true,
"listens": ["opencatalogi.bronnen.trigger"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Developer Overheid Api To Gateway Action",
"$id": "https://opencatalogi.nl/action/oc.DeveloperOverheidApiToGatewayAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.4",
"version": "0.0.5",
"priority": 1,
"isLockable": true,
"listens": ["opencatalogi.bronnen.trigger"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Developer Overheid Repository To Gateway Action",
"$id": "https://opencatalogi.nl/action/oc.DeveloperOverheidRepositoryToGatewayAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.4",
"version": "0.0.5",
"priority": 1,
"isLockable": true,
"listens": ["opencatalogi.bronnen.trigger"],
Expand Down
2 changes: 1 addition & 1 deletion Installation/Action/oc.enrichPubliccode.action.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Enrich Publiccode",
"$id": "https://opencatalogi.nl/action/oc.EnrichPubliccodeAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.2",
"version": "0.0.3",
"listens": ["opencatalogi.default.listens"],
"class": "OpenCatalogi\\OpenCatalogiBundle\\ActionHandler\\EnrichPubliccodeHandler",
"conditions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Enrich Publiccode From Github Url Action",
"$id": "https://opencatalogi.nl/action/oc.EnrichPubliccodeFromGithubUrlAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.2",
"version": "0.0.3",
"listens": ["opencatalogi.default.listens"],
"class": "OpenCatalogi\\OpenCatalogiBundle\\ActionHandler\\EnrichPubliccodeFromGithubUrlHandler",
"conditions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Find Organization Through Repositories Action",
"$id": "https://opencatalogi.nl/action/oc.FindOrganizationThroughRepositoriesAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.2",
"version": "0.0.3",
"listens": ["opencatalogi.default.listens"],
"class": "OpenCatalogi\\OpenCatalogiBundle\\ActionHandler\\FindOrganizationThroughRepositoriesHandler",
"conditions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Github Api Get Publiccode Repositories Action",
"$id": "https://opencatalogi.nl/action/oc.GithubApiGetPubliccodeRepositoriesAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.4",
"version": "0.0.5",
"priority": 2,
"isLockable": true,
"listens": ["opencatalogi.bronnen.trigger"],
Expand Down
2 changes: 1 addition & 1 deletion Installation/Action/oc.rating.action.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Rating Action",
"$id": "https://opencatalogi.nl/action/oc.RatingAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.2",
"version": "0.0.3",
"listens": ["opencatalogi.rating.handler"],
"class": "OpenCatalogi\\OpenCatalogiBundle\\ActionHandler\\RatingHandler",
"conditions": {
Expand Down

0 comments on commit bdc53d1

Please sign in to comment.