File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11FROM amazoncorretto:11
22
3- ARG tag=0.0.14-SNAPSHOT
3+ ARG tag=0.0.14
44ENV tag=${tag}
55ENV CLASSPATH=/app/smartess-proxy.jar
66WORKDIR /app
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN mvn -B package -f /build/pom.xml
99# TODO: fix maven build including dependencies
1010FROM amazoncorretto:11
1111
12- ARG tag=0.0.13-SNAPSHOT
12+ ARG tag=0.0.14
1313ENV tag=${tag}
1414ENV CLASSPATH=/app/smartess-proxy.jar
1515WORKDIR /app
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments