Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandravv committed Sep 10, 2020
1 parent b0752c4 commit 9c73d58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'jacoco'
apply plugin: 'org.asciidoctor.convert'

group = 'com.upc.gessi.qrapids'
version = '1.4'
version = '1.5'
sourceCompatibility = 1.8

war {
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Q-Rapids Dashboard API REST Documentation
v1.4, {docdate}
v1.5, {docdate}
:toc: left

:sectnums:
Expand Down
6 changes: 3 additions & 3 deletions docs/asciidoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 1.5.8">
<meta name="author" content="v1.4, 2020-09-10">
<meta name="author" content="v1.5, 2020-09-10">
<title>Q-Rapids Dashboard API REST Documentation</title>
<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">
<style>
Expand Down Expand Up @@ -435,7 +435,7 @@
<div id="header">
<h1>Q-Rapids Dashboard API REST Documentation</h1>
<div class="details">
<span id="author" class="author">v1.4, 2020-09-10</span><br>
<span id="author" class="author">v1.5, 2020-09-10</span><br>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -11917,7 +11917,7 @@ <h4 id="_get_project_phases_http_response">HTTP response</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-09-10 12:03:26 +0200
Last updated 2020-09-10 13:03:13 +0200
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=q-rapids_qrapids-dashboard

sonar.projectName=qrapids-dashboard

sonar.projectVersion=1.4
sonar.projectVersion=1.5

sonar.sources=src/main/java
sonar.tests=src/test/java
Expand Down

0 comments on commit 9c73d58

Please sign in to comment.