We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4d7d7 commit b33fa67Copy full SHA for b33fa67
2 files changed
pipeline-templates/global-variables.yml
@@ -1,6 +1,6 @@
1
variables:
2
- name: semanticVersion
3
- value: '8.2.0'
+ value: '8.3.0'
4
- name: isTagBuild
5
value: ${{ startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}
6
- name: isPrerelease
pom.xml
@@ -13,7 +13,7 @@
13
14
<properties>
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
- <revision>8.2.0-SNAPSHOT</revision>
+ <revision>8.3.0-SNAPSHOT</revision>
17
<gpgkeyname>keyname</gpgkeyname>
18
</properties>
19
0 commit comments