Skip to content

Commit

Permalink
Fixed package names in baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 10, 2024
1 parent e1debf2 commit 5efcded
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BaselineOfOpenPonkUMLProfiles >> baseline: spec [
baseline: 'OpenPonkUMLMetamodel'
with: [ spec repository: 'github://openponk/uml-metamodel' ].
spec package: 'OpenPonk-UML-Profiles' with: [ spec requires: #('UMLMetamodel') ].
spec package: 'OpenPonk-ClockProfile' with: [ spec requires: #('OP-UML-Profiles') ].
spec package: 'OpenPonk-IssuesProfile' with: [ spec requires: #('OP-UML-Profiles') ].
spec package: 'OpenPonk-ClockProfile' with: [ spec requires: #('OpenPonk-UML-Profiles') ].
spec package: 'OpenPonk-IssuesProfile' with: [ spec requires: #('OpenPonk-UML-Profiles') ].
spec group: 'default' with: #('OpenPonk-UML-Profiles' 'OpenPonk-ClockProfile' 'OpenPonk-IssuesProfile') ]
]

0 comments on commit 5efcded

Please sign in to comment.