Skip to content

Commit a4f9f59

Browse files
Oleksandr Muzyka (EPAM)Oleksandr Muzyka (EPAM)
authored andcommitted
upgrade SAMM CLI version from 2.11.1 to 2.12.0
1 parent e1879a3 commit a4f9f59

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

core/esmf-aspect-meta-model-python/esmf_aspect_meta_model_python/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
SAMM_VERSION = "2.2.0"
14-
JAVA_CLI_VERSION = "2.11.1"
14+
JAVA_CLI_VERSION = "2.12.0"
1515

1616
SAMM_NAMESPACE_PREFIX = "samm"
1717
SAMM_ORG_IDENTIFIER = "org.eclipse.esmf.samm"

core/esmf-aspect-meta-model-python/esmf_aspect_meta_model_python/samm_cli/download.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Download SAMM CLI.
22
3-
Windows: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.11.1/samm-cli-2.11.1-windows-x86_64.zip
4-
Linux: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.11.1/samm-cli-2.11.1-linux-x86_64.tar.gz
5-
JAR: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.11.1/samm-cli-2.11.1.jar
3+
Windows: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.12.0/samm-cli-2.12.0-windows-x86_64.zip
4+
Linux: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.12.0/samm-cli-2.12.0-linux-x86_64.tar.gz
5+
JAR: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.12.0/samm-cli-2.12.0.jar
66
"""
77

88
import os
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
"""Download SAMM CLI.
22
3-
Windows: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.11.1/samm-cli-2.11.1-windows-x86_64.zip
4-
Linux: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.11.1/samm-cli-2.11.1-linux-x86_64.tar.gz
5-
JAR: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.11.1/samm-cli-2.11.1.jar
3+
Windows: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.12.0/samm-cli-2.12.0-windows-x86_64.zip
4+
Linux: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.12.0/samm-cli-2.12.0-linux-x86_64.tar.gz
5+
JAR: https://github.com/eclipse-esmf/esmf-sdk/releases/download/v2.12.0/samm-cli-2.12.0.jar
66
"""
77

88
from esmf_aspect_meta_model_python.samm_cli.download import download_samm_cli
99

10-
1110
if __name__ == "__main__":
1211
download_samm_cli()

0 commit comments

Comments
 (0)