Skip to content

Commit

Permalink
Updated baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 15, 2024
1 parent 66a9078 commit 15e329c
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ BaselineOfOpenPonkClassEditor >> baseline: spec [
spec for: #common do: [
spec
baseline: 'OpenPonkUMLXMI'
with: [ spec repository: 'github://openponk/uml-xmi' ].
with: [ spec repository: 'github://openponk/uml-xmi:v4.1.x' ].
spec
baseline: 'OpenPonkUMLBootstrapGenerator'
with: [
spec repository: 'github://openponk/uml-bootstrap-generator' ].
spec repository: 'github://openponk/uml-bootstrap-generator:v4.1.x' ].
spec
baseline: 'OpenPonk'
with: [ spec repository: 'github://openponk/openponk' ].
with: [ spec repository: 'github://openponk/openponk:v4.1.x' ].
spec
baseline: 'OpenPonkUMLProfiles'
with: [ spec repository: 'github://openponk/uml-profiles' ].
with: [ spec repository: 'github://openponk/uml-profiles:v4.1.x' ].
spec package: 'OpenPonk-ClassEditor' with: [
spec requires: #( 'OpenPonkUMLXMI' 'OpenPonkUMLBootstrapGenerator'
'OpenPonkUMLProfiles' ) ].
Expand All @@ -57,18 +57,18 @@ BaselineOfOpenPonkClassEditor >> plugins: spec [

spec baseline: 'OpenPonkOntoUMLVerifications' with: [
spec
repository: 'github://openponk/ontouml-verifications';
repository: 'github://openponk/ontouml-verifications:v4.1.x';
loads: 'plugin' ].
spec baseline: 'OpenPonkOntoUMLTransformations' with: [
spec
repository:
'github://openponk/openponk-ontouml-to-uml-transformation';
'github://openponk/openponk-ontouml-to-uml-transformation:v4.1.x';
loads: 'plugin' ].
spec
baseline: 'OpenPonkGit'
with: [ spec repository: 'github://openponk/openponk-git' ].
with: [ spec repository: 'github://openponk/openponk-git:v4.1.x' ].
spec baseline: 'OpenPonkOntoUMLPatterns' with: [
spec
repository: 'github://openponk/ontouml-patterns';
repository: 'github://openponk/ontouml-patterns:v4.1.x';
loads: 'plugin' ]
]

0 comments on commit 15e329c

Please sign in to comment.