Bump version: 1.1.0-beta → 1.1.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.1.0-beta
|
current_version = 1.1.0
|
||||||
commit = True
|
commit = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+))?
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+))?
|
||||||
serialize =
|
serialize =
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ RUN mvn -B package -DskipTests
|
|||||||
FROM openjdk:17-jdk-slim
|
FROM openjdk:17-jdk-slim
|
||||||
|
|
||||||
# Copy the jar file from the build stage
|
# Copy the jar file from the build stage
|
||||||
COPY --from=build /app/target/easydrop-1.1.0-beta.jar /easydrop.jar
|
COPY --from=build /app/target/easydrop-1.1.0.jar /easydrop.jar
|
||||||
|
|
||||||
# Execute the application when the docker container starts.
|
# Execute the application when the docker container starts.
|
||||||
ENTRYPOINT ["java", "-jar", "/easydrop.jar"]
|
ENTRYPOINT ["java", "-jar", "/easydrop.jar"]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# EasyDrop
|
# EasyDrop
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
[](https://sonar.fbe-adswen.rwu.de/dashboard?id=de.rwu%3Aeasydrop)
|
[](https://sonar.fbe-adswen.rwu.de/dashboard?id=de.rwu%3Aeasydrop)
|
||||||
[](https://www.youtube.com/watch?v=rmV2Ztoh6LY)
|
[](https://www.youtube.com/watch?v=rmV2Ztoh6LY)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: easydrop:1.1.0-beta
|
image: easydrop:1.1.0
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- type: bind
|
- type: bind
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
<groupId>de.rwu</groupId>
|
<groupId>de.rwu</groupId>
|
||||||
<artifactId>easydrop</artifactId>
|
<artifactId>easydrop</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.1.0-beta</version>
|
<version>1.1.0</version>
|
||||||
<name>EasyDrop</name>
|
<name>EasyDrop</name>
|
||||||
<url>http://maven.apache.org</url>
|
<url>http://maven.apache.org</url>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user