Project

General

Profile

« Previous | Next » 

Revision 61776

[Trunk | Monitor Service]:
1. pom.xml: Updated version of "uoa-admin-tools-library" from 1.0.1 to 1.0.2, "uoa-authorization-library" from 1.0.0 to 2.0.1, "uoa-notification-service" from 1.0.0 to 1.0.2.
2. GlobalVars.java: Added field "version" (version of project in pom).
3. MonitorServiceCheckDeployController.java: Expose globalBars.version in /health_check/advanced.
4. monitorservice.properties: Added monitorservice.globalVars.version=version (initialized by pom version).

View differences:

pom.xml
89 89
        <dependency>
90 90
            <groupId>eu.dnetlib</groupId>
91 91
            <artifactId>uoa-admin-tools-library</artifactId>
92
            <version>1.0.1</version>
92
<!--            <version>1.0.1</version>-->
93
            <version>1.0.2</version>
93 94
        </dependency>
94 95
        <dependency>
95 96
            <groupId>eu.dnetlib</groupId>
96 97
            <artifactId>uoa-authorization-library</artifactId>
97
            <version>1.0.0</version>
98
            <version>2.0.1</version>
98 99
        </dependency>
99 100
        <dependency>
100 101
            <groupId>eu.dnetlib</groupId>
101 102
            <artifactId>uoa-notification-service</artifactId>
102
            <version>1.0.0</version>
103
            <version>1.0.2</version>
103 104
        </dependency>
104 105
        <dependency>
105 106
            <groupId>org.springframework.boot</groupId>

Also available in: Unified diff