Commit 41987172 authored by Philip Riecks's avatar Philip Riecks

expose-git-information-actuator: remove version of jar file

parent 092ba6ee
......@@ -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
......@@ -42,6 +42,7 @@
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment