Update refrepo version 09/112809/1
authorBogumil Zebek <bogumil.zebek@nokia.com>
Thu, 17 Sep 2020 09:13:12 +0000 (11:13 +0200)
committerZebek Bogumil <bogumil.zebek@nokia.com>
Thu, 17 Sep 2020 09:13:12 +0000 (11:13 +0200)
- increase refrepo version
- add Changelog.md with information that a refrepo image will use java 11

Issue-ID: VNFSDK-646
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: Id11562c03e3c7d4db2b838f6e6426acbf46e97c5

Changelog.md [new file with mode: 0644]
pom.xml
version.properties
vnfmarket-be/deployment/docker/docker-refrepo/pom.xml
vnfmarket-be/deployment/pom.xml
vnfmarket-be/deployment/zip/pom.xml
vnfmarket-be/pom.xml
vnfmarket-be/vnf-sdk-marketplace/pom.xml

diff --git a/Changelog.md b/Changelog.md
new file mode 100644 (file)
index 0000000..6cfb85b
--- /dev/null
@@ -0,0 +1,11 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+
+## [1.6.0]
+
+### Added
+- Update java to 11 in the refrepo image 
+    - https://jira.onap.org/browse/VNFSDK-646
+
+
diff --git a/pom.xml b/pom.xml
index c24e2d5..d973670 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vnfsdk.refrepo</groupId>
     <artifactId>vnfmarket</artifactId>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vnfsdk-refrepo</name>
 
index 81c5c8f..0f0fb2b 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=5
-patch=1
+minor=6
+patch=0
 
 base_version=${major}.${minor}.${patch}
 
index 745b6fa..0a12798 100644 (file)
     <parent>
         <groupId>org.onap.vnfsdk.refrepo</groupId>
         <artifactId>vnfmarket-deployment</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
 
     <artifactId>vnfmarket-docker-refrepo</artifactId>
     <name>vnfmarket/deployment/docker/refrepo</name>
     <packaging>pom</packaging>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
 
   <properties>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
index 3eedb3a..16ef5cf 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.vnfsdk.refrepo</groupId>
         <artifactId>vnf-sdk-marketplace-core-parent</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>vnfmarket-deployment</artifactId>
index 78a9709..5b52744 100644 (file)
@@ -19,7 +19,7 @@
    <parent>
         <groupId>org.onap.vnfsdk.refrepo</groupId>
         <artifactId>vnfmarket-deployment</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>vnf-sdk-marketplace-deployment</artifactId>
index 47b1cb3..bc5d328 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onap.vnfsdk.refrepo</groupId>
         <artifactId>vnfmarket</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index a988597..aaa72e9 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.onap.vnfsdk.refrepo</groupId>
         <artifactId>vnf-sdk-marketplace-core-parent</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>