Skip to content

Commit 2a3ddaf

Browse files
committed
correct version and artifact id
1 parent 4c6e634 commit 2a3ddaf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM amazoncorretto:11
22

3-
ARG tag=0.0.14-SNAPSHOT
3+
ARG tag=0.0.14
44
ENV tag=${tag}
55
ENV CLASSPATH=/app/smartess-proxy.jar
66
WORKDIR /app

Dockerfile.maven

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN mvn -B package -f /build/pom.xml
99
# TODO: fix maven build including dependencies
1010
FROM amazoncorretto:11
1111

12-
ARG tag=0.0.13-SNAPSHOT
12+
ARG tag=0.0.14
1313
ENV tag=${tag}
1414
ENV CLASSPATH=/app/smartess-proxy.jar
1515
WORKDIR /app

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.smartess.proxy</groupId>
77
<artifactId>smartess-proxy</artifactId>
8-
<version>0.0.14-SNAPSHOT</version>
8+
<version>0.0.14</version>
99
<packaging>jar</packaging>
1010

1111
<name>SmartESS Proxy</name>
@@ -95,6 +95,7 @@
9595
<manifest>
9696
<addClasspath>true</addClasspath>
9797
<mainClass>org.smartess.proxy.Engine</mainClass>
98+
<artifactId>smartess-proxy</artifactId>
9899
</manifest>
99100
<manifestEntries>
100101
<Multi-Release>true</Multi-Release>

0 commit comments

Comments
 (0)