comparison src/main/java/de/intevation/lada/rest/VersionService.java @ 705:3f21fd768c5e 2.0.2

Updated version.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 10 Jul 2015 18:56:06 +0200
parents d92abc9bcd41
children 3ec358698b4d
comparison
equal deleted inserted replaced
704:c392b3829fbe 705:3f21fd768c5e
44 */ 44 */
45 @Path("version") 45 @Path("version")
46 @RequestScoped 46 @RequestScoped
47 public class VersionService { 47 public class VersionService {
48 48
49 private static final String VERSION = "2.0-beta2"; 49 private static final String VERSION = "2.0.2";
50 50
51 /** 51 /**
52 * Get server Version. 52 * Get server Version.
53 * <p> 53 * <p>
54 * Example: http://example.com/verison 54 * Example: http://example.com/verison
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)