File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,5 +8,4 @@ mkdocs build --clean --strict
88mkdir docs/markdown
99mv -t docs/markdown/ docs/about docs/images docs/userguide docs/index.md
1010mkdir docs/html
11- cp -r site docs/html
12-
11+ cp -r -v site/* docs/html
Original file line number Diff line number Diff line change 1- 3 .0.0.Alpha
1+ v3 .0.0-beta
Original file line number Diff line number Diff line change 33
44site_name : utPLSQL
55site_description : utPLSQL Documenation Powerful Unit Testing Framework for Oracle PL/SQL
6- copyright : Copyright © 2016 - utPLSQL Team
6+ copyright : Copyright © 2016 - 2017 utPLSQL Team
77repo_url : https://github.com/utPLSQL/utPLSQL
88theme : mkdocs
99use_directory_urls : false
Original file line number Diff line number Diff line change 22sonar.projectKey =utPLSQL: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 =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.
You can’t perform that action at this time.
0 commit comments