You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2020/03/01 11:18:42 UTC

[maven-pmd-plugin] 02/02: Enable java.version specific integrations tests for newer versions

This is an automated email from the ASF dual-hosted git repository.

adangel pushed a commit to branch MPMD-298
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit 1e3a63f98636b396aaf544cf39a0c4b79b80fee3
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Sun Mar 1 12:17:50 2020 +0100

    Enable java.version specific integrations tests for newer versions
---
 src/it/MPMD-270-JDK11/invoker.properties | 2 +-
 src/it/MPMD-280-JDK12/invoker.properties | 2 +-
 src/it/MPMD-295-JDK13/invoker.properties | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/it/MPMD-270-JDK11/invoker.properties b/src/it/MPMD-270-JDK11/invoker.properties
index 6c4e161..841d0b9 100644
--- a/src/it/MPMD-270-JDK11/invoker.properties
+++ b/src/it/MPMD-270-JDK11/invoker.properties
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.java.version = 11
+invoker.java.version = 11+
 invoker.goals = clean verify
\ No newline at end of file
diff --git a/src/it/MPMD-280-JDK12/invoker.properties b/src/it/MPMD-280-JDK12/invoker.properties
index 57be403..1be113e 100644
--- a/src/it/MPMD-280-JDK12/invoker.properties
+++ b/src/it/MPMD-280-JDK12/invoker.properties
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.java.version = 12
+invoker.java.version = 12+
 invoker.goals = clean verify
\ No newline at end of file
diff --git a/src/it/MPMD-295-JDK13/invoker.properties b/src/it/MPMD-295-JDK13/invoker.properties
index b8338a7..7581147 100644
--- a/src/it/MPMD-295-JDK13/invoker.properties
+++ b/src/it/MPMD-295-JDK13/invoker.properties
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.java.version = 13
+invoker.java.version = 13+
 invoker.goals = clean verify