From 419871725d9d716d5bfaa74d26e66f4ec66f5231 Mon Sep 17 00:00:00 2001 From: Philip Riecks Date: Sat, 2 Jun 2018 10:41:37 +0200 Subject: [PATCH] expose-git-information-actuator: remove version of jar file --- expose-git-information-actuator/README.md | 2 +- expose-git-information-actuator/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/expose-git-information-actuator/README.md b/expose-git-information-actuator/README.md index 9e69fc4..8afb0fd 100644 --- a/expose-git-information-actuator/README.md +++ b/expose-git-information-actuator/README.md @@ -5,5 +5,5 @@ Steps to run this application: 1. Clone this Git repository 2. Navigate to the folder `expose-git-information-actuator` 3. Build the project with `mvn clean package` -4. Run the application with `java -jar target/expose-git-information-actuator-0.0.1-SNAPSHOT.jar` +4. Run the application with `java -jar target/expose-git-information-actuator.jar` 5. Open the browser on `http://localhost:8080/actuator/info` \ No newline at end of file diff --git a/expose-git-information-actuator/pom.xml b/expose-git-information-actuator/pom.xml index 377f12c..d32cbe1 100644 --- a/expose-git-information-actuator/pom.xml +++ b/expose-git-information-actuator/pom.xml @@ -42,6 +42,7 @@ + ${project.artifactId} org.springframework.boot -- 2.26.2