diff --git a/pipeline-templates/build-steps.yml b/pipeline-templates/build-steps.yml
index a25d8bc..f7cd86f 100644
--- a/pipeline-templates/build-steps.yml
+++ b/pipeline-templates/build-steps.yml
@@ -41,7 +41,7 @@ steps:
mavenOptions: '-Xmx3072m'
Options: '${{ parameters.mavenOptions }}'
javaHomeOption: 'JDKVersion'
- jdkVersionOption: '1.8'
+ jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml
index 0fc7836..d5a37bc 100644
--- a/pipeline-templates/global-variables.yml
+++ b/pipeline-templates/global-variables.yml
@@ -1,6 +1,6 @@
variables:
- name: semanticVersion
- value: '8.2.1'
+ value: '8.2.2'
- name: isTagBuild
value: ${{ startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}
- name: isPrerelease
diff --git a/pom.xml b/pom.xml
index 1662f19..fd62e0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
UTF-8
- 8.2.1-SNAPSHOT
+ 8.2.2-SNAPSHOT
keyname
@@ -89,6 +89,7 @@
1.8
1.8
+ 8