We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8c83e commit ed955f9Copy full SHA for ed955f9
.github/workflows/build.yml
@@ -39,10 +39,6 @@ jobs:
39
POSTGRES_DB: sakila
40
ports:
41
- 5432:5432
42
- options: >-
43
- --health-interval=10s
44
- --health-timeout=5s
45
- --health-retries=5
46
steps:
47
- uses: actions/checkout@v4
48
@@ -89,7 +85,7 @@ jobs:
89
85
90
86
- name: Replace "SNAPSHOT" within POM version with date, build number and commit hash
91
87
run: |
92
- snapshot_version=$(grep "^snapshot_version=" version.properties | cut -d'=' -f2)
88
+ snapshot_version=$(grep "^version=" version.properties | cut -d'=' -f2)
93
echo "SNAPSHOT_VERSION=$snapshot_version" >> $GITHUB_ENV
94
95
date=$(date -u +%Y%m%d%H%M)
version.properties
@@ -1,2 +1,2 @@
1
mainversion=0.0.0
2
-version=2.0.0-SNAPSHOT.202502281308-1-f914436
+version=1.0.0-SNAPSHOT
0 commit comments