Skip to content

Commit

Permalink
use master branches of OP dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed May 14, 2023
1 parent b441760 commit 040731c
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ Class {

{ #category : #baselines }
BaselineOfOntoUMLVerificationFramework >> baseline: spec [

<baseline>
spec
for: #common
do: [ spec
baseline: 'OntoUMLModelQuery-Plugin'
with: [ spec
className: 'BaselineOfOntoUMLModelQuery';
repository: 'github://openponk/ontouml-modelquery:dev-roassal3';
loads: 'plugin' ].
spec
project: 'OntoUMLModelQuery'
copyFrom: 'OntoUMLModelQuery-Plugin'
with: [ spec loads: 'default' ].
spec package: 'OntoUML-VerificationFramework'.
spec
group: 'plugin'
with: #('OntoUMLModelQuery-Plugin' 'OntoUML-VerificationFramework').
spec for: #common do: [
spec baseline: 'OntoUMLModelQuery-Plugin' with: [
spec
group: 'default'
with: #(OntoUMLModelQuery 'OntoUML-VerificationFramework') ]
className: 'BaselineOfOntoUMLModelQuery';
repository: 'github://openponk/ontouml-modelquery';
loads: 'plugin' ].
spec
project: 'OntoUMLModelQuery'
copyFrom: 'OntoUMLModelQuery-Plugin'
with: [ spec loads: 'default' ].
spec package: 'OntoUML-VerificationFramework'.
spec
group: 'plugin'
with:
#( 'OntoUMLModelQuery-Plugin' 'OntoUML-VerificationFramework' ).
spec
group: 'default'
with: #( OntoUMLModelQuery 'OntoUML-VerificationFramework' ) ]
]

0 comments on commit 040731c

Please sign in to comment.