From 25bd3f7a118a6289ae3f8f797eddc25fa9583b36 Mon Sep 17 00:00:00 2001 From: GIP RECIA - Julien Gribonvald Date: Tue, 21 Sep 2021 17:57:41 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 2.1.6 --- pom.xml | 4 ++-- src/main/webapp/scripts/app/app.constants.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 060decf61..828fc9f16 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.esupportail.publisher esup-publisher-ui - 2.1.6-SNAPSHOT + 2.1.6 war esup-publisher-ui @@ -19,7 +19,7 @@ scm:git:ssh://git@github.com/EsupPortail/esup-publisher.git scm:git:ssh://git@github.com/EsupPortail/esup-publisher.git - HEAD + 2.1.6 https://github.com/EsupPortail/esup-publisher.git diff --git a/src/main/webapp/scripts/app/app.constants.js b/src/main/webapp/scripts/app/app.constants.js index 66d17ec16..1d9f0062b 100644 --- a/src/main/webapp/scripts/app/app.constants.js +++ b/src/main/webapp/scripts/app/app.constants.js @@ -4,6 +4,6 @@ angular.module('publisherApp') .constant('ENV', 'dev') -.constant('VERSION', '2.1.6-SNAPSHOT') +.constant('VERSION', '2.1.6') ; \ No newline at end of file