Skip to content

Commit

Permalink
Updated for 2024-05.
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed Jun 20, 2024
1 parent 09d2a8f commit 8919858
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
Binary file modified doc/1-Kernel_Modeling_Language.pdf
Binary file not shown.
Binary file modified doc/2a-OMG_Systems_Modeling_Language.pdf
Binary file not shown.
Binary file modified doc/2b-SysML_v1_to_v2_Transformation.pdf
Binary file not shown.
Binary file modified doc/3-Systems_Modeling_API_and_Services.pdf
Binary file not shown.
Binary file modified doc/Intro to the SysML v2 Language-Textual Notation.pdf
Binary file not shown.
Binary file modified install/eclipse/org.omg.sysml.site.zip
Binary file not shown.
Binary file modified install/jupyter/README.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion install/jupyter/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@echo off

set SYSML_VERSION="0.41.1"
set SYSML_VERSION="0.42.0"

echo --- Step 1: Testing Conda installation ---
where conda
Expand Down
2 changes: 1 addition & 1 deletion install/jupyter/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

set -e

SYSML_VERSION="0.41.1"
SYSML_VERSION="0.42.0"

echo "--- Step 1: Testing Conda installation ---"
command -v conda || (echo "Conda is not installed. Please install Conda and re-run." && return 1)
Expand Down
4 changes: 2 additions & 2 deletions kerml/src/examples/Simple Tests/Dependencies.kerml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package Dependencies {

import System::*;

// dependency Use from 'Application Layer' to 'Service Layer';
// dependency from 'Service Layer' to 'Data Layer';
dependency Use from 'Application Layer' to 'Service Layer';
dependency from 'Service Layer' to 'Data Layer';

feature x;
feature y;
Expand Down

0 comments on commit 8919858

Please sign in to comment.