From 816873698ab8c4924a46961fe7583ec30c57643d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20G=C4=99bal?= Date: Tue, 20 Nov 2018 00:31:09 +0000 Subject: [PATCH 1/2] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5dbec9166..7d04ae81a 100644 --- a/readme.md +++ b/readme.md @@ -233,3 +233,4 @@ __Project Directories__ * examples - Example source code and unit tests * source - The installation code for utPLSQL * tests - Tests for utPLSQL framework + From d13b0ef156f5a42b1e3a7cd15e16153db9384e79 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 20 Nov 2018 00:40:23 +0000 Subject: [PATCH 2/2] Updated project version after build [skip ci] --- VERSION | 2 +- sonar-project.properties | 2 +- source/core/ut_utils.pks | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ed4f9d9f8..66cfae52b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.1.3-develop +v3.1.3 diff --git a/sonar-project.properties b/sonar-project.properties index e13de646b..a0288a65d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=utPLSQL # this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1. sonar.projectName=utPLSQL -sonar.projectVersion=v3.1.3-develop +sonar.projectVersion=v3.1.3 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Since SonarQube 4.2, this property is optional if sonar.modules is set. diff --git a/source/core/ut_utils.pks b/source/core/ut_utils.pks index 835a30cea..e5de6d623 100644 --- a/source/core/ut_utils.pks +++ b/source/core/ut_utils.pks @@ -21,7 +21,7 @@ create or replace package ut_utils authid definer is * */ - gc_version constant varchar2(50) := 'v3.1.3.2397-develop'; + gc_version constant varchar2(50) := 'v3.1.3.2398'; /* Constants: Event names */ subtype t_event_name is varchar2(30);