Skip to content

Commit 9c73d58

Browse files
committed
Update documentation
1 parent b0752c4 commit 9c73d58

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'jacoco'
2626
apply plugin: 'org.asciidoctor.convert'
2727

2828
group = 'com.upc.gessi.qrapids'
29-
version = '1.4'
29+
version = '1.5'
3030
sourceCompatibility = 1.8
3131

3232
war {

docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Q-Rapids Dashboard API REST Documentation
2-
v1.4, {docdate}
2+
v1.5, {docdate}
33
:toc: left
44

55
:sectnums:

docs/asciidoc/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 1.5.8">
8-
<meta name="author" content="v1.4, 2020-09-10">
8+
<meta name="author" content="v1.5, 2020-09-10">
99
<title>Q-Rapids Dashboard API REST Documentation</title>
1010
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
1111
<style>
@@ -435,7 +435,7 @@
435435
<div id="header">
436436
<h1>Q-Rapids Dashboard API REST Documentation</h1>
437437
<div class="details">
438-
<span id="author" class="author">v1.4, 2020-09-10</span><br>
438+
<span id="author" class="author">v1.5, 2020-09-10</span><br>
439439
</div>
440440
<div id="toc" class="toc2">
441441
<div id="toctitle">Table of Contents</div>
@@ -11917,7 +11917,7 @@ <h4 id="_get_project_phases_http_response">HTTP response</h4>
1191711917
</div>
1191811918
<div id="footer">
1191911919
<div id="footer-text">
11920-
Last updated 2020-09-10 12:03:26 +0200
11920+
Last updated 2020-09-10 13:03:13 +0200
1192111921
</div>
1192211922
</div>
1192311923
</body>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=q-rapids_qrapids-dashboard
22

33
sonar.projectName=qrapids-dashboard
44

5-
sonar.projectVersion=1.4
5+
sonar.projectVersion=1.5
66

77
sonar.sources=src/main/java
88
sonar.tests=src/test/java

0 commit comments

Comments
 (0)