Skip to content

Commit

Permalink
Update package versions in tests (#266)
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <[email protected]>
  • Loading branch information
dennismeister93 authored May 16, 2024
1 parent 1b4d855 commit 89837f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions testbench/test-init/.velocitasLegacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
{
"repo": "devenv-runtimes",
"version": "v3.1.1"
"version": "v4.0.0"
},
{
"repo": "devenv-github-workflows",
Expand All @@ -14,7 +14,7 @@
},
{
"repo": "devenv-devcontainer-setup",
"version": "v2.2.0"
"version": "v2.2.1"
}
],
"variables": {
Expand Down
4 changes: 2 additions & 2 deletions testbench/test-init/.velocitasNew.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages": {
"https://github.com/eclipse-velocitas/pkg-velocitas-main.git": "v0.0.2",
"https://github.com/eclipse-velocitas/devenv-devcontainer-setup.git": "v2.2.0",
"https://github.com/eclipse-velocitas/devenv-runtimes.git": "v3.1.1",
"https://github.com/eclipse-velocitas/devenv-devcontainer-setup.git": "v2.2.1",
"https://github.com/eclipse-velocitas/devenv-runtimes.git": "v4.0.0",
"https://github.com/eclipse-velocitas/devenv-github-templates.git": "v1.0.5",
"https://github.com/eclipse-velocitas/devenv-github-workflows.git": "v6.0.1"
},
Expand Down

0 comments on commit 89837f0

Please sign in to comment.