aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorKasperki <pawel.kasperkiewicz@nokia.com>2022-07-29 18:28:01 +0200
committerKasperki <pawel.kasperkiewicz@nokia.com>2022-08-08 10:53:04 +0200
commitd0392bdd88a1cac06cb5727c93f10c76bdff9e58 (patch)
treec753ae2e6b86c81d380fd6dc28799a9a65db1f7b /security
parent32563249ea8a984244dc4059438db275169cad39 (diff)
Fix SDK Vulnerabilities
Issue-ID: DCAEGEN2-3220 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ic7df50fd22900bc680f7fff01871625ce809b4b5
Diffstat (limited to 'security')
-rw-r--r--security/crypt-password/pom.xml2
-rw-r--r--security/pom.xml6
-rw-r--r--security/ssl/pom.xml2
3 files changed, 7 insertions, 3 deletions
diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml
index 5a8795e6..4b479394 100644
--- a/security/crypt-password/pom.xml
+++ b/security/crypt-password/pom.xml
@@ -19,7 +19,7 @@ language governing permissions and limitations under the License.
<parent>
<groupId>org.onap.dcaegen2.services.sdk.security</groupId>
<artifactId>dcaegen2-services-sdk-security</artifactId>
- <version>1.8.9-SNAPSHOT</version>
+ <version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/security/pom.xml b/security/pom.xml
index 37a3f020..cfc2da9d 100644
--- a/security/pom.xml
+++ b/security/pom.xml
@@ -20,7 +20,7 @@ language governing permissions and limitations under the License.
<parent>
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>sdk</artifactId>
- <version>1.8.9-SNAPSHOT</version>
+ <version>${revision}</version>
</parent>
<groupId>org.onap.dcaegen2.services.sdk.security</groupId>
@@ -35,4 +35,8 @@ language governing permissions and limitations under the License.
<module>ssl</module>
</modules>
+ <properties>
+ <onap-gerrit-review>-changelog-missing</onap-gerrit-review>
+ </properties>
+
</project>
diff --git a/security/ssl/pom.xml b/security/ssl/pom.xml
index 389c1aa1..bb2c71ef 100644
--- a/security/ssl/pom.xml
+++ b/security/ssl/pom.xml
@@ -19,7 +19,7 @@ language governing permissions and limitations under the License.
<parent>
<groupId>org.onap.dcaegen2.services.sdk.security</groupId>
<artifactId>dcaegen2-services-sdk-security</artifactId>
- <version>1.8.9-SNAPSHOT</version>
+ <version>${revision}</version>
</parent>
<artifactId>ssl</artifactId>