Skip to content

Commit

Permalink
Merge pull request #9 from dm-drogeriemarkt/upgrade-dependnecies
Browse files Browse the repository at this point in the history
fix deploy script
  • Loading branch information
dominikjohsdmde authored Mar 15, 2022
2 parents 3d2c2e4 + 4c222e1 commit 47fd256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/sign_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo $GPG_KEY_BASE64 | base64 -d > ${KEY_FILE}
gpg --passphrase "${GPG_PASSPHRASE}" --batch --yes --fast-import ${KEY_FILE}

if [[ "${REF_TYPE}" == "tag" ]]; then
mvn --settings .github/mvnsettings.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=REF_NAME 1>/dev/null 2>/dev/null
mvn --settings .github/mvnsettings.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=${REF_NAME} 1>/dev/null 2>/dev/null
mvn deploy -P sign,build-extras --settings .github/mvnsettings.xml -DskipTests=true -B -U
SUCCESS=$?
else
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> [Micrometer](https://micrometer.io) wrapper to allow generic class/method level metric values
[<img src="https://opensourcelogos.aws.dmtech.cloud/dmTECH_opensource_logo.svg" height="20" width="130">](https://dmtech.de/)
[![Build Status](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions/workflows/build-and-deploy.yml/badge.svg?branch=master)](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions)
[![Build Status](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions)

The micrometer-metrics-wrapper project is a [Micrometer](https://micrometer.io) wrapper to allow generic class/method level metric values.
For this reason the library offers the ```@Metric``` annotation, which uses ```className.methodName``` as name for measurements.
Expand Down

0 comments on commit 47fd256

Please sign in to comment.