Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Commit

Permalink
Bump irma_api_common (irmago compatibility fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
sietseringers committed Apr 26, 2018
1 parent f9592ea commit 9c9ee9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/apiserver/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
server_version: 1.4.1
server_version: 1.4.2
server_url: https://github.com/privacybydesign/irma_api_server/releases/download/v{{ server_version }}/irma_api_server.zip
conf_path: /etc/irma_api_server
base_install_path: /opt
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'
apply plugin: 'eclipse-wtp'

version = "1.4.1"
version = "1.4.2"

import org.gradle.internal.os.OperatingSystem;

Expand Down Expand Up @@ -30,7 +30,7 @@ repositories {
}

dependencies {
compile 'org.irmacard.api:irma_api_common:0.9.1'
compile 'org.irmacard.api:irma_api_common:0.9.2'
compile 'foundation.privacybydesign.common:irma_server_common:0.3.0'

compile 'org.glassfish.jersey.core:jersey-server:2.19'
Expand Down

0 comments on commit 9c9ee9f

Please sign in to comment.