JAVA-3295: Fix pom properties in persistence-modules

This commit is contained in:
Krzysztof Woyke
2021-03-24 12:32:33 +01:00
parent 5e3e710e84
commit 6ef0632df2
5 changed files with 21 additions and 13 deletions
@@ -61,7 +61,7 @@
<plugin>
<groupId>com.mysema.maven</groupId>
<artifactId>maven-apt-plugin</artifactId>
<version>1.0</version>
<version>${maven-apt-plugin.version}</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -88,6 +88,7 @@
<start-class>com.baeldung.springdatageode.app.ClientCacheApp</start-class>
<spring-geode-starter-version>1.1.1.RELEASE</spring-geode-starter-version>
<spring.boot.starter.version>2.1.9.RELEASE</spring.boot.starter.version>
<maven-apt-plugin.version>1.0</maven-apt-plugin.version>
</properties>
</project>