diff --git a/CA.nuspec b/CA.nuspec index 68126752..77065fa8 100644 --- a/CA.nuspec +++ b/CA.nuspec @@ -4,7 +4,7 @@ continuous-clearing - 4.0.0 + 4.1.0 Siemens AG continuous-clearing contributors https://github.com/siemens/continuous-clearing @@ -13,12 +13,12 @@ false The License clearing tool helps the Project Manager/Developer, to reduce the manual effort and enable the faster license clearing process, - by automatically identifying the third party oss components used in their project(i.e., npm, nuget, maven and Debian type) and it creates them in the sw360 and fossology + by automatically identifying the third party oss components used in their project(i.e., npm, nuget, maven,python and Debian type) and it creates them in the sw360 and fossology for clearing license Copyright 2023 - ClearingTool SW360 OSS Clearing Software Continuous-Clearing NPM NUGET DEBIAN MAVEN SBOM + ClearingTool SW360 OSS Clearing Software Continuous-Clearing NPM NUGET DEBIAN MAVEN PYTHON SBOM diff --git a/README.md b/README.md index 623227a4..e95ff292 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Introduction -The Continuous Clearing Tool scans and collects the 3rd party OSS components used in a NPM/NuGet/Maven/Debian and uploads it to SW360 and Fossology by accepting respective project ID for license clearing. +The Continuous Clearing Tool scans and collects the 3rd party OSS components used in a NPM/NuGet/Maven/Python/Debian and uploads it to SW360 and Fossology by accepting respective project ID for license clearing. The tool helps the developer/project manager to enable the clearing process faster by reducing the manual effort of creating SW360 and FOSSology workflows. diff --git a/doc/UsageDoc/CA_UsageDocument.md b/doc/UsageDoc/CA_UsageDocument.md index 7280c9e4..c57f0346 100644 --- a/doc/UsageDoc/CA_UsageDocument.md +++ b/doc/UsageDoc/CA_UsageDocument.md @@ -53,13 +53,13 @@ Continuous Clearing Tool reduces the effort in creating components in SW360 and # Continuous Clearing Tool workflow diagram - Package Identifier - - [NPM/NUGET/MAVEN](../usagedocimg/packageIdentifiernpmnuget.PNG) + - [NPM/NUGET/MAVEN/PYTHON](../usagedocimg/packageIdentifiernpmnuget.PNG) - [Debian](../usagedocimg/packageIdentifierdebian.PNG) - SW360 Package Creator - - [NPM/NUGET/MAVEN](../usagedocimg/packageCreatirnpmnuget.PNG) + - [NPM/NUGET/MAVEN/PYTHON](../usagedocimg/packageCreatirnpmnuget.PNG) - [Debian](../usagedocimg/packagecreatordebian.PNG) - Artifactory Uploader - - [NPM/NUGET/MAVEN](../usagedocimg/artifactoryuploader.PNG) + - [NPM/NUGET/MAVEN/PYTHON](../usagedocimg/artifactoryuploader.PNG) # Prerequisite diff --git a/src/LCT.Common/appSettings.json b/src/LCT.Common/appSettings.json index e00c4e32..401a2f74 100644 --- a/src/LCT.Common/appSettings.json +++ b/src/LCT.Common/appSettings.json @@ -5,7 +5,7 @@ // -------------------------------------------------------------------------------------------------------------------- { - "CaVersion": "4.0.0", + "CaVersion": "4.1.0", "TimeOut": 200, "ProjectType": "", "SW360ProjectName": "",