Skip to content

Commit

Permalink
Merge pull request #204 from q-rapids/develop
Browse files Browse the repository at this point in the history
Release v2.0.1
  • Loading branch information
alejandravv committed May 25, 2021
2 parents 8bfcc02 + 5ec9c36 commit 7f591a3
Show file tree
Hide file tree
Showing 63 changed files with 1,048 additions and 345 deletions.
4 changes: 2 additions & 2 deletions 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 = '2.0'
version = '2.0.1'
sourceCompatibility = 1.8

war {
Expand Down Expand Up @@ -84,7 +84,7 @@ dependencies {
compile files('libs/qrapids-qr_generator-0.2.jar')

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

testCompile('org.springframework.boot:spring-boot-starter-test')
compile('org.apache.logging.log4j:log4j-api:2.9.1')
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
v2.0, {docdate}
v2.0.1, {docdate}
:toc: left

:sectnums:
Expand Down
Loading

0 comments on commit 7f591a3

Please sign in to comment.