Skip to content

Commit

Permalink
chore(project): bump the source code level to Java 11 (#211)
Browse files Browse the repository at this point in the history
via bpm-release-parent 2.3 adoption
+ build with maven 3.8 and jdk 11

#3690
  • Loading branch information
yanavasileva authored Sep 18, 2023
1 parent 29631f9 commit f0e75d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions camunda-spin/.ci.cambpm
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
@Library("camunda-ci") _
buildMavenAndDeployToMavenCentral([
jdk:11,
mvn:3.5,
mvn:3.8,
additionalMvnGoals:'javadoc:javadoc',
licenseCheck:true,
publishZipArtifactToCamundaOrg:true,
extraJdks: [
'jdk-8-latest',
'jdk-17-latest',
'openjdk-jdk-8-latest',
'openjdk-jdk-11-latest',
'openjdk-jdk-17-latest',
'ibm-jdk-8-latest'
'openjdk-jdk-17-latest'
]
])
2 changes: 1 addition & 1 deletion camunda-spin/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda</groupId>
<artifactId>camunda-bpm-release-parent</artifactId>
<version>2.2.7</version>
<version>2.3.0</version>
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
<relativePath />
</parent>
Expand Down

0 comments on commit f0e75d7

Please sign in to comment.