diff options
Diffstat (limited to 'src/main/resources/config')
-rw-r--r-- | src/main/resources/config/configuration.yaml | 2 | ||||
-rw-r--r-- | src/main/resources/config/error-configuration.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/config/configuration.yaml b/src/main/resources/config/configuration.yaml index e5e28f2..9872ff0 100644 --- a/src/main/resources/config/configuration.yaml +++ b/src/main/resources/config/configuration.yaml @@ -1,3 +1,3 @@ conformanceLevel: minVersion: '3.0' - maxVersion: '8.0'
\ No newline at end of file + maxVersion: '9.0'
\ No newline at end of file diff --git a/src/main/resources/config/error-configuration.yaml b/src/main/resources/config/error-configuration.yaml index 58d1de3..ff9c6ed 100644 --- a/src/main/resources/config/error-configuration.yaml +++ b/src/main/resources/config/error-configuration.yaml @@ -13,7 +13,7 @@ errors: CONFORMANCE_LEVEL_ERROR: { code: TP0003, failOnError: true, - message: "Error: CSAR version is unsupported. Parser supports versions %s to %s." + message: "Error: CSAR version is unsupported. Parser supports versions from %s." } GENERAL_ERROR: { code: TP0004, |