From a315e054ba274a048c724429f663fa793d825049 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 21 Sep 2017 14:11:02 +0200 Subject: [PATCH] DATAREST-1135 - Added explicit automatic module name for JDK 9. --- spring-data-rest-core/pom.xml | 1 + spring-data-rest-hal-browser/pom.xml | 1 + spring-data-rest-webmvc/pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/spring-data-rest-core/pom.xml b/spring-data-rest-core/pom.xml index 5c9cc8844..b9e3e7b24 100644 --- a/spring-data-rest-core/pom.xml +++ b/spring-data-rest-core/pom.xml @@ -18,6 +18,7 @@ 1.2.0.RELEASE 1.2.2 + spring.data.rest.core diff --git a/spring-data-rest-hal-browser/pom.xml b/spring-data-rest-hal-browser/pom.xml index 13d3d1cdb..bc786b12e 100644 --- a/spring-data-rest-hal-browser/pom.xml +++ b/spring-data-rest-hal-browser/pom.xml @@ -15,6 +15,7 @@ ad9b865 0.7.21 + spring.data.rest.hal.browser diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index a100e8936..e9573f233 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -19,6 +19,7 @@ 2.0.9 2.0.2.1 + spring.data.rest.webmvc