Skip to content

Commit b33fa67

Browse files
committed
chore(release): bump version to 8.3.0-SNAPSHOT for security review
1 parent 8b4d7d7 commit b33fa67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pipeline-templates/global-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
- name: semanticVersion
3-
value: '8.2.0'
3+
value: '8.3.0'
44
- name: isTagBuild
55
value: ${{ startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}
66
- name: isPrerelease

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
<revision>8.2.0-SNAPSHOT</revision>
16+
<revision>8.3.0-SNAPSHOT</revision>
1717
<gpgkeyname>keyname</gpgkeyname>
1818
</properties>
1919

0 commit comments

Comments
 (0)