Skip to content

Commit 29e224d

Browse files
committed
chore: Set default revision value to avoid build errors
1 parent a55b7e6 commit 29e224d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: ${{ matrix.java }}
2424

2525
- name: Build with Maven
26-
run: mvn -B package --file pom.xml
26+
run: mvn -B package --file pom.xml -Drevision=${{ github.event.release.tag_name }}
2727

2828
- name: Run UI tests
2929
run: make test

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
</repository>
7171
</distributionManagement>
7272
<properties>
73+
<revision>1.2.9</revision>
7374
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7475
<java.version>1.8</java.version>
7576
<osgi.export>

0 commit comments

Comments
 (0)