File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v3.1.4
1+ v3.1.4-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.3
5+ sonar.projectVersion =v3.1.4-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.3.2398 ';
24+ gc_version constant varchar2(50) := 'v3.1.4.2403-develop ';
2525
2626 /* Constants: Event names */
2727 subtype t_event_name is varchar2(30);
You can’t perform that action at this time.
0 commit comments