Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c40e54c

Browse files
authored
Merge pull request #863 from utPLSQL/master
Master
2 parents 791d73d + abd2f37 commit c40e54c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.1.4-develop
1+
v3.1.4

sonar-project.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sonar.projectKey=utPLSQL
33
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
44
sonar.projectName=utPLSQL
5-
sonar.projectVersion=v3.1.4-develop
5+
sonar.projectVersion=v3.1.4
66

77
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
88
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
@@ -21,7 +21,6 @@ sonar.language=plsql
2121

2222
sonar.exclusions=create_synonyms_and_grants_for_public.sql, create_user_grants.sql, create_user_synonyms.sql, create_utplsql_owner.sql, define_ut3_owner_param.sql, install.sql, install_above_12_1.sql, install_component.sql, install_headless.sql, uninstall.sql, uninstall_all.sql, uninstall_coverage_tables.sql
2323

24-
2524
sonar.pullrequest.provider=github
2625
sonar.pullrequest.github.endpoint=https://api.github.com/
2726
sonar.pullrequest.github.repository=utPLSQL/utPLSQL

source/core/ut_utils.pks

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ create or replace package ut_utils authid definer is
2121
*
2222
*/
2323

24-
gc_version constant varchar2(50) := 'v3.1.4.2691-develop';
24+
gc_version constant varchar2(50) := 'v3.1.4.2692';
2525

2626
subtype t_executable_type is varchar2(30);
2727
gc_before_all constant t_executable_type := 'beforeall';

0 commit comments

Comments
 (0)