Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d729b2b commit 4857d62Copy full SHA for 4857d62
2 files changed
sonar-project.properties
@@ -2,7 +2,7 @@
2
sonar.projectKey=utPLSQL
3
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
4
sonar.projectName=utPLSQL
5
-sonar.projectVersion=v3.1.0-develop
+sonar.projectVersion=v3.1.1-develop
6
7
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
8
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
source/core/ut_utils.pks
@@ -21,7 +21,7 @@ create or replace package ut_utils authid definer is
21
*
22
*/
23
24
- gc_version constant varchar2(50) := 'v3.1.0.1855-develop';
+ gc_version constant varchar2(50) := 'v3.1.1.1858-develop';
25
26
/* Constants: Event names */
27
subtype t_event_name is varchar2(30);
0 commit comments