We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55b7e6 commit 29e224dCopy full SHA for 29e224d
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
java-version: ${{ matrix.java }}
24
25
- name: Build with Maven
26
- run: mvn -B package --file pom.xml
+ run: mvn -B package --file pom.xml -Drevision=${{ github.event.release.tag_name }}
27
28
- name: Run UI tests
29
run: make test
pom.xml
@@ -70,6 +70,7 @@
70
</repository>
71
</distributionManagement>
72
<properties>
73
+ <revision>1.2.9</revision>
74
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
75
<java.version>1.8</java.version>
76
<osgi.export>
0 commit comments