File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- v3.1.5
1+ v3.1.5-develop
Original file line number Diff line number Diff line change 22sonar.projectKey =utPLSQL
33# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
44sonar.projectName =utPLSQL
5- sonar.projectVersion =v3.1.4
5+ sonar.projectVersion =v3.1.5-develop
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.
Original file line number Diff line number Diff 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.2692 ';
24+ gc_version constant varchar2(50) := 'v3.1.5.2699-develop ';
2525
2626 subtype t_executable_type is varchar2(30);
2727 gc_before_all constant t_executable_type := 'beforeall';
You can’t perform that action at this time.
0 commit comments