File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ RUN mvn -B -e clean install -DskipTests=true
30
30
31
31
FROM openjdk:11-jre-slim
32
32
WORKDIR /app
33
- COPY --from=builder /app/core/target/core-0.0.1-SNAPSHOT -jar-with-dependencies.jar .
33
+ COPY --from=builder /app/core/target/core-1.0 -jar-with-dependencies.jar .
34
34
35
- ENTRYPOINT [ "java" , "-jar" , "/app/core-0.0.1-SNAPSHOT -jar-with-dependencies.jar" ]
35
+ ENTRYPOINT [ "java" , "-jar" , "/app/core-1.0 -jar-with-dependencies.jar" ]
36
36
CMD ["live" , "-l=/" ]
37
37
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN mvn -B -e clean install -DskipTests=true
30
30
31
31
FROM openjdk:11-jre-slim
32
32
WORKDIR /app
33
- COPY --from=builder /app/core/target/core-0.0.1-SNAPSHOT -jar-with-dependencies.jar .
33
+ COPY --from=builder /app/core/target/core-1.0 -jar-with-dependencies.jar .
34
34
35
- ENTRYPOINT [ "java", "-jar", "/app/core-0.0.1-SNAPSHOT -jar-with-dependencies.jar"]
35
+ ENTRYPOINT [ "java", "-jar", "/app/core-1.0 -jar-with-dependencies.jar"]
36
36
CMD ["live", "-l=/", "-m=1"]
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >de.lehnurr.spe-ed-solver</groupId >
7
7
<artifactId >spe-ed-solver</artifactId >
8
- <version >0.0.1-SNAPSHOT </version >
8
+ <version >1.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >core</artifactId >
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >de.lehnurr.spe-ed-solver</groupId >
6
6
<artifactId >spe-ed-solver</artifactId >
7
- <version >0.0.1-SNAPSHOT </version >
7
+ <version >1.0 </version >
8
8
9
9
<packaging >pom</packaging >
10
10
<modules >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >de.lehnurr.spe-ed-solver</groupId >
5
5
<artifactId >spe-ed-solver</artifactId >
6
- <version >0.0.1-SNAPSHOT </version >
6
+ <version >1.0 </version >
7
7
</parent >
8
8
<artifactId >simulation</artifactId >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >de.lehnurr.spe-ed-solver</groupId >
5
5
<artifactId >spe-ed-solver</artifactId >
6
- <version >0.0.1-SNAPSHOT </version >
6
+ <version >1.0 </version >
7
7
</parent >
8
8
<artifactId >solver</artifactId >
9
9
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >de.lehnurr.spe-ed-solver</groupId >
7
7
<artifactId >spe-ed-solver</artifactId >
8
- <version >0.0.1-SNAPSHOT </version >
8
+ <version >1.0 </version >
9
9
</parent >
10
10
<artifactId >utility</artifactId >
11
11
</project >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >de.lehnurr.spe-ed-solver</groupId >
7
7
<artifactId >spe-ed-solver</artifactId >
8
- <version >0.0.1-SNAPSHOT </version >
8
+ <version >1.0 </version >
9
9
</parent >
10
10
<artifactId >visualisation</artifactId >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >de.lehnurr.spe-ed-solver</groupId >
7
7
<artifactId >spe-ed-solver</artifactId >
8
- <version >0.0.1-SNAPSHOT </version >
8
+ <version >1.0 </version >
9
9
</parent >
10
10
<artifactId >web-communication</artifactId >
11
11
You can’t perform that action at this time.
0 commit comments