Skip to content

Commit 7f591a3

Browse files
authored
Merge pull request #204 from q-rapids/develop
Release v2.0.1
2 parents 8bfcc02 + 5ec9c36 commit 7f591a3

File tree

63 files changed

+1048
-345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1048
-345
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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 = '2.0'
29+
version = '2.0.1'
3030
sourceCompatibility = 1.8
3131

3232
war {
@@ -84,7 +84,7 @@ dependencies {
8484
compile files('libs/qrapids-qr_generator-0.2.jar')
8585

8686
//Add qr-eval jar compilation
87-
compile files('libs/qrapids-eval-2.0.jar')
87+
compile files('libs/qrapids-eval-2.1.jar')
8888

8989
testCompile('org.springframework.boot:spring-boot-starter-test')
9090
compile('org.apache.logging.log4j:log4j-api:2.9.1')

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-
v2.0, {docdate}
2+
v2.0.1, {docdate}
33
:toc: left
44

55
:sectnums:

0 commit comments

Comments
 (0)