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

Skip to content

Commit fac6a80

Browse files
author
Travis CI
committed
Updated project version after build [skip ci]
1 parent 1749d22 commit fac6a80

4 files changed

Lines changed: 730 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.4
1+
v3.0.4-develop

sonar-project.properties

Lines changed: 1 addition & 1 deletion
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.0.4
5+
sonar.projectVersion=v3.0.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.

source/core/ut_utils.pks

Lines changed: 1 addition & 1 deletion
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.0.4.1372';
24+
gc_version constant varchar2(50) := 'v3.0.4.1437-develop';
2525

2626
/* Constants: Event names */
2727
gc_run constant varchar2(12) := 'run';

0 commit comments

Comments
 (0)