-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade spring boot parent to 3.2.1 * upgrade to latest maven plugins
- Loading branch information
1 parent
4c66b24
commit 30f43b8
Showing
9 changed files
with
34 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
Marcus Fessele <[email protected]> (https://github.com/codeislyric) | ||
Dominik Johs <[email protected]> (https://github.com/djohs) | ||
Camillo Krause-Barmann <[email protected]> (https://github.com/Laksuh) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
<groupId>de.dm.infrastructure</groupId> | ||
<artifactId>micrometer-metrics-wrapper</artifactId> | ||
<version>2.0.0-SNAPSHOT</version> | ||
<version>3.0.0-SNAPSHOT</version> | ||
|
||
<name>micrometer-metrics-wrapper</name> | ||
<description>Micrometer wrapper to allow generic class level metric values</description> | ||
|
@@ -32,27 +32,33 @@ | |
<name>Dominik Johs</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<organization>dmTECH GmbH</organization> | ||
<organizationUrl>https://www.dmtech.de</organizationUrl> | ||
<name>Camillo Krause genannt Barmann</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<parent> | ||
<groupId>org.springframework.boot</groupId> | ||
<artifactId>spring-boot-starter-parent</artifactId> | ||
<version>3.0.2</version> | ||
<version>3.2.1</version> | ||
<relativePath/> | ||
</parent> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
|
||
<java.version>17</java.version> | ||
<java.version>21</java.version> | ||
|
||
<maven-release-plugin.version>2.5.3</maven-release-plugin.version> | ||
<maven-source-plugin.version>3.2.1</maven-source-plugin.version> | ||
<maven-javadoc-plugin.version.version>3.4.1</maven-javadoc-plugin.version.version> | ||
<maven-release-plugin.version>3.0.1</maven-release-plugin.version> | ||
<maven-source-plugin.version>3.3.0</maven-source-plugin.version> | ||
<maven-javadoc-plugin.version.version>3.6.3</maven-javadoc-plugin.version.version> | ||
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> | ||
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> | ||
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version> | ||
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version> | ||
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version> | ||
|
||
<sonar.coverage.exclusions>**/*App.java,**/*Properties.java</sonar.coverage.exclusions> | ||
</properties> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters