Skip to content

Commit

Permalink
Revert "Use latest Spoofax 2 release"
Browse files Browse the repository at this point in the history
This reverts commit e7889fe.
  • Loading branch information
Virtlink committed Jul 23, 2024
1 parent e7889fe commit 18ab2e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/empty/empty.example/metaborg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: org.metaborg:empty.example:0.1.0-SNAPSHOT
name: empty
metaborgVersion: "2.5.20"
metaborgVersion: 2.6.0-SNAPSHOT
dependencies:
compile:
- org.metaborg:empty:0.1.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion example/empty/empty.test/metaborg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: org.metaborg:empty.test:0.1.0-SNAPSHOT
name: empty
metaborgVersion: "2.5.20"
metaborgVersion: 2.6.0-SNAPSHOT
dependencies:
compile:
- org.metaborg:empty:0.1.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion example/empty/empty/metaborg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: org.metaborg:empty:0.1.0-SNAPSHOT
name: empty
metaborgVersion: "2.5.20"
metaborgVersion: 2.6.0-SNAPSHOT
dependencies:
compile:
- org.metaborg:org.metaborg.meta.lang.esv:${metaborgVersion}
Expand Down
2 changes: 1 addition & 1 deletion example/language_contribution_addition/metaborg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: org.metaborg:language_contribution_addition:0.1.0-SNAPSHOT
name: language_contribution_addition
metaborgVersion: "2.5.20"
metaborgVersion: 2.6.0-SNAPSHOT
contributions:
- name: language_contribution_addition
id: org.metaborg:language_contribution_addition:0.1.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion example/language_contribution_override/metaborg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: org.metaborg:language_contribution_override:0.1.0-SNAPSHOT
name: language_contribution_override
metaborgVersion: "2.5.20"
metaborgVersion: 2.6.0-SNAPSHOT
contributions:
- name: language_contribution_override
id: org.metaborg:language_contribution_override:0.1.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion example/stratego_format_override/metaborg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: org.metaborg:stratego_format_override:0.1.0-SNAPSHOT
name: stratego_format_override
metaborgVersion: "2.5.20"
metaborgVersion: 2.6.0-SNAPSHOT
dependencies:
compile:
- org.metaborg:org.metaborg.meta.lang.esv:${metaborgVersion}
Expand Down

0 comments on commit 18ab2e2

Please sign in to comment.