diff options
-rw-r--r-- | .gitattributes | 3 | ||||
-rw-r--r-- | version-manifest/src/main/resources/docker-manifest.csv | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index bb0dee2a8..4048784af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ *.java text eol=lf *.xml text eol=lf *.sh text eol=lf +*.csv text eol=lf +*.yaml text eol=lf +*.json text eol=lf diff --git a/version-manifest/src/main/resources/docker-manifest.csv b/version-manifest/src/main/resources/docker-manifest.csv index e90a26d5e..c6432a3cb 100644 --- a/version-manifest/src/main/resources/docker-manifest.csv +++ b/version-manifest/src/main/resources/docker-manifest.csv @@ -31,9 +31,9 @@ onap/org.onap.dcaegen2.platform.inventory-api,v1.2.0 onap/org.onap.dcaegen2.platform.policy-handler,v1.1.0 onap/org.onap.dcaegen2.platform.servicechange-handler,v1.0.0 onap/policy/policy-db,v1.1.1 -onap/policy/policy-drools,1.1.1 -onap/policy/policy-nexus,1.1.1 -onap/policy/policy-pe,1.1.1 +onap/policy/policy-drools,v1.1.1 +onap/policy/policy-nexus,v1.1.1 +onap/policy/policy-pe,v1.1.1 onap/portal-apps,v1.3.0 onap/portal-db,v1.3.0 onap/portal-wms,v1.3.0 @@ -68,4 +68,4 @@ openecomp/sdc-elasticsearch,v1.1.0 openecomp/sdc-frontend,v1.1.0 openecomp/sdc-kibana,v1.1.0 openecomp/sdc-sanity,v1.1.0 -openecomp/vid,v1.1.0 +openecomp/vid,v1.1.1 |