Skip to content

Commit

Permalink
Merge pull request #5 from dm-drogeriemarkt/upgrade_to_spring_22
Browse files Browse the repository at this point in the history
upgrade to spring boot 2.2 and java 11
  • Loading branch information
djohs authored Nov 6, 2019
2 parents a4d9a91 + 83db3f5 commit 1234e75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ you will get the following measurements for every ```public``` method of the ```

## Runtime Dependencies

- Java >= 1.8
- Spring Boot >= 2.1.5-RELEASE
- Java >= 11
- Spring Boot >= 2.2.0-RELEASE

The library was compiled against:

Expand All @@ -27,7 +27,7 @@ The library was compiled against:
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>micrometer-metrics-wrapper</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.dm.infrastructure</groupId>
<artifactId>micrometer-metrics-wrapper</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>micrometer-metrics-wrapper</name>
Expand Down Expand Up @@ -44,14 +44,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.5.RELEASE</version>
<version>2.2.0.RELEASE</version>
<relativePath/>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<java.version>11</java.version>

<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-source-plugin.version>3.1.0</maven-source-plugin.version>
Expand Down

0 comments on commit 1234e75

Please sign in to comment.