diff --git a/LICENSE b/LICENSE index acb9205e6..91ef974e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2002-2017 the original author or authors. +Copyright 2002-2020 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 5e81c5289..03cbf9ee9 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,6 @@ You will find the JSON configuration file here: [docker/grafana/dashboards/grafa The id for this dashboard is `4701`. ### Custom metrics - Spring Boot registers a lot number of core metrics: JVM, CPU, Tomcat, Logback... The Spring Boot auto-configuration enables the instrumentation of requests handled by Spring MVC. All those three REST controllers `OwnerResource`, `PetResource` and `VisitResource` have been instrumented by the `@Timed` Micrometer annotation at class level. diff --git a/pom.xml b/pom.xml index 33d6a39e3..e4d7f0f6d 100644 --- a/pom.xml +++ b/pom.xml @@ -29,8 +29,8 @@ 1.8 3.11.1 - 2.2.0.RELEASE - Hoxton.RC2 + 2.2.1.RELEASE + Hoxton.RELEASE 2.22.0 diff --git a/spring-petclinic-admin-server/pom.xml b/spring-petclinic-admin-server/pom.xml index 0f9c746d2..5554d0d53 100644 --- a/spring-petclinic-admin-server/pom.xml +++ b/spring-petclinic-admin-server/pom.xml @@ -16,7 +16,7 @@ - 2.1.2 + 2.2.2 9090 ${basedir}/../docker