Skip to content

Commit

Permalink
Merge pull request #4 from dm-drogeriemarkt/spring_boot_215
Browse files Browse the repository at this point in the history
upgrade dependencies
  • Loading branch information
dupps authored May 27, 2019
2 parents 2f8f5d8 + 7c16680 commit a4d9a91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ you will get the following measurements for every ```public``` method of the ```
## Runtime Dependencies

- Java >= 1.8
- Spring Boot >= 2.1.1-RELEASE
- Spring Boot >= 2.1.5-RELEASE

The library was compiled against:

- Spring Boot Acutator 2.1.1-RELEASE
- Spring Boot Acutator 2.1.5-RELEASE

## Installation
```
<dependency>
<groupId>de.dm.infrastructure</groupId>
<artifactId>micrometer-metrics-wrapper</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
12 changes: 6 additions & 6 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.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

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

Expand All @@ -54,11 +54,11 @@
<java.version>1.8</java.version>

<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-javadoc-plugin.version.version>3.0.1</maven-javadoc-plugin.version.version>
<maven-source-plugin.version>3.1.0</maven-source-plugin.version>
<maven-javadoc-plugin.version.version>3.1.0</maven-javadoc-plugin.version.version>
<sonar.coverage.exclusions>**/*App.java,**/*Properties.java</sonar.coverage.exclusions>
<jacoco.version>0.8.2</jacoco.version>
<nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
<jacoco.version>0.8.4</jacoco.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit a4d9a91

Please sign in to comment.