Project

General

Profile

« Previous | Next » 

Revision 61792

Add version to check deploy configuration

View differences:

AuthorizationLibraryCheckDeployController.java
42 42
        if(globalVars.getBuildDate() != null) {
43 43
            response.put("Date of build", globalVars.getBuildDate());
44 44
        }
45
        if (globalVars.getVersion() != null) {
46
            response.put("Version", globalVars.getVersion());
47
        }
45 48
        return response;
46 49
    }
47 50
}

Also available in: Unified diff