diff options
-rw-r--r-- | Changelog.md | 18 | ||||
-rw-r--r-- | csarvalidation/pom.xml | 2 | ||||
-rw-r--r-- | deployment/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | releases/1.2.12-maven.yaml | 5 | ||||
-rw-r--r-- | version.properties | 2 |
6 files changed, 27 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md index f871c16..3210fe6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -67,3 +67,21 @@ All notable changes to this project will be documented in this file. - https://jira.onap.org/browse/VNFSDK-644 ## [1.2.12] + +## Fixed +- Fixed rule R816745 that was searching for the path to PM_Dictionary in manifest file under name source, + instead of Source (starting with a capital letter). + Now both versions (source and Source) are accepted by this rule. + - https://jira.onap.org/browse/VNFSDK-645 +- Fixed commons-codec vulnerability + - https://jira.onap.org/browse/VNFSDK-584 + +## Added +- Added non-vulnerable log4j version + - https://jira.onap.org/browse/VNFSDK-553 + +## Upgrade +- Upgraded from java 8 to java 11 + - https://jira.onap.org/browse/VNFSDK-631 + +## [1.2.13] diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index e9b8dda..12e3b93 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.12-SNAPSHOT</version> + <version>1.2.13-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>validation-csar</artifactId> diff --git a/deployment/pom.xml b/deployment/pom.xml index bb56d3a..7e2acab 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.12-SNAPSHOT</version> + <version>1.2.13-SNAPSHOT</version> </parent> <artifactId>csarvalidation-deployment</artifactId> @@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation</artifactId> - <version>1.2.12-SNAPSHOT</version> + <version>1.2.13-SNAPSHOT</version> <name>vnfsdk-validation</name> <packaging>pom</packaging> diff --git a/releases/1.2.12-maven.yaml b/releases/1.2.12-maven.yaml new file mode 100644 index 0000000..44dcb3a --- /dev/null +++ b/releases/1.2.12-maven.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: maven +version: '1.2.12' +project: 'vnfsdk-validation' +log_dir: 'vnfsdk-validation-maven-stage-master/446' diff --git a/version.properties b/version.properties index e3b60f9..86087fa 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=2 -patch=12 +patch=13 base_version=${major}.${minor}.${patch} |