Skip to content

Commit 33995c0

Browse files
committed
set version to v1.0.0
1 parent 02467d0 commit 33995c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ RUN mvn clean package -DskipTests
99
# ---- Run stage ----
1010
FROM eclipse-temurin:21-jdk-alpine
1111
WORKDIR /app
12-
COPY --from=build /app/target/user-0.0.1-SNAPSHOT.jar app.jar
12+
COPY --from=build /app/target/user-1.0.0.jar app.jar
1313
ENTRYPOINT ["java", "-jar", "app.jar", "--spring.profiles.active=webmvc"]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>br.edu.ufrn</groupId>
1212
<artifactId>user</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
<name>user</name>
1515
<description>User WebMVC Service</description>
1616
<url/>

0 commit comments

Comments
 (0)