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

Skip to content

Commit 87913d6

Browse files
authored
Merge pull request #260 from utPLSQL/release/v3.0.0-beta
Release/v3.0.0 beta
2 parents aca4d44 + 3440011 commit 87913d6

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.travis/build_docs.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ mkdocs build --clean --strict
88
mkdir docs/markdown
99
mv -t docs/markdown/ docs/about docs/images docs/userguide docs/index.md
1010
mkdir docs/html
11-
cp -r site docs/html
12-
11+
cp -r -v site/* docs/html

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0.Alpha
1+
v3.0.0-beta

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
site_name: utPLSQL
55
site_description: utPLSQL Documenation Powerful Unit Testing Framework for Oracle PL/SQL
6-
copyright: Copyright © 2016 - utPLSQL Team
6+
copyright: Copyright © 2016 - 2017 utPLSQL Team
77
repo_url: https://github.com/utPLSQL/utPLSQL
88
theme: mkdocs
99
use_directory_urls: false

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: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=3.0.0.Alpha
5+
sonar.projectVersion=v3.0.0-beta
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.

0 commit comments

Comments
 (0)