diff --git a/jenkins-jobs/pipelines/release-pipeline.groovy b/jenkins-jobs/pipelines/release-pipeline.groovy index 4ba37f98c..39750275f 100644 --- a/jenkins-jobs/pipelines/release-pipeline.groovy +++ b/jenkins-jobs/pipelines/release-pipeline.groovy @@ -74,7 +74,8 @@ CONNECTORS_PER_VERSION = [ '1.6' : ['mongodb', 'mysql', 'postgres', 'sqlserver', 'oracle', 'cassandra', 'db2', 'vitess'], '1.7' : ['mongodb', 'mysql', 'postgres', 'sqlserver', 'oracle', 'cassandra', 'db2', 'vitess'], '1.8' : ['mongodb', 'mysql', 'postgres', 'sqlserver', 'oracle', 'cassandra', 'db2', 'vitess'], - '1.9' : ['mongodb', 'mysql', 'postgres', 'sqlserver', 'oracle', 'cassandra-3', 'cassandra-4', 'db2', 'vitess'] + '1.9' : ['mongodb', 'mysql', 'postgres', 'sqlserver', 'oracle', 'cassandra-3', 'cassandra-4', 'db2', 'vitess'], + '2.0' : ['mongodb', 'mysql', 'postgres', 'sqlserver', 'oracle', 'cassandra-3', 'cassandra-4', 'db2', 'vitess'] ] CONNECTORS = CONNECTORS_PER_VERSION[VERSION_MAJOR_MINOR] diff --git a/pom.xml b/pom.xml index 85ac2fd62..5a0fe52c6 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 0.31.0 1.6.12 3.8.0 - 3.3.2 + 3.4.0 2.16.0 3.0.0-M3 3.1.1 @@ -382,6 +382,12 @@ private true + + ${maven.compiler.testRelease} + true