@@ -11,22 +11,6 @@ ENGINE_VERSION="master"
1111# Additional dependencies, which are going to be added to engine and which need
1212# to be included in ovirt-engine-build-dependencies, so proper build can pass
1313ADDITIONAL_DEPENDENCIES="
14- org.postgresql:postgresql:42.2.27
15- org.yaml:snakeyaml:1.33
16- com.fasterxml.jackson.core:jackson-annotations:2.12.7
17- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.12.7
18- com.fasterxml.jackson.core:jackson-core:2.12.7
19- com.fasterxml.jackson.core:jackson-databind:2.12.7.1
20- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.7
21- org.springframework:spring-aop:5.3.27
22- org.springframework:spring-beans:5.3.27
23- org.springframework:spring-core:5.3.27
24- org.springframework:spring-expression:5.3.27
25- org.springframework:spring-instrument:5.3.27
26- org.springframework:spring-jdbc:5.3.27
27- org.springframework:spring-context:5.3.27
28- org.springframework:spring-tx:5.3.27
29- org.springframework:spring-test:5.3.27
3014"
3115
3216# Directory, where build artifacts will be stored, should be passed as the 1st parameter
@@ -49,8 +33,8 @@ git config --global --add safe.directory $(pwd)
4933git checkout ${ENGINE_VERSION}
5034
5135# Prepare the release, which contain git hash of engine commit and current date
52- PKG_RELEASE=" 0.$( date +%04Y%02m%02d%02H%02M) .git$( git rev-parse --short HEAD) "
53- # PKG_RELEASE="1"
36+ # PKG_RELEASE="0.$(date +%04Y%02m%02d%02H%02M).git$(git rev-parse --short HEAD)"
37+ PKG_RELEASE=" 1"
5438
5539# Build engine project to download all dependencies to the local maven repo
5640mvn \
0 commit comments