Skip to content

Commit 11e5835

Browse files
committed
Refactor the SDG project Maven POM file (version) properties.
Rename springdata.commons property to spring-data-commons.version.
1 parent 29a193a commit 11e5835

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,9 @@
4242

4343
<properties>
4444
<java-module-name>spring.data.geode</java-module-name>
45+
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
46+
<maven-toolchains-plugin.version>3.0.0</maven-toolchains-plugin.version>
4547
<source.level>17</source.level>
46-
<antlr.version>2.7.7</antlr.version>
47-
<apache-shiro.version>1.9.1</apache-shiro.version>
48-
<cache-api.version>1.1.1</cache-api.version>
49-
<multithreadedtc.version>1.01</multithreadedtc.version>
50-
<snappy.version>0.4</snappy.version>
51-
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
52-
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
5348
</properties>
5449

5550
<build>

spring-data-geode/pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,19 @@
2020

2121
<properties>
2222
<project.root>${basedir}/..</project.root>
23-
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
24-
<maven-toolchains-plugin.version>3.0.0</maven-toolchains-plugin.version>
23+
<antlr.version>2.7.7</antlr.version>
24+
<apache-shiro.version>1.9.1</apache-shiro.version>
25+
<cache-api.version>1.1.1</cache-api.version>
26+
<log4j.version>2.19.0</log4j.version>
2527
<geode.version>1.15.1</geode.version>
2628
<!--
2729
<geode.version>[1.15.0,1.16.0)</geode.version>
28-
<geode.version>[1.15.0,1.15.0-build.1038)</geode.version>
2930
-->
31+
<multithreadedtc.version>1.01</multithreadedtc.version>
32+
<snappy.version>0.4</snappy.version>
33+
<spring-data-commons.version>3.0.0-SNAPSHOT</spring-data-commons.version>
3034
<spring-test-data-geode.version>1.0.0-M5</spring-test-data-geode.version>
35+
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
3136
</properties>
3237

3338
<dependencies>
@@ -106,10 +111,10 @@
106111
<dependency>
107112
<groupId>org.springframework.data</groupId>
108113
<artifactId>spring-data-commons</artifactId>
109-
<version>${springdata.commons}</version>
114+
<version>${spring-data-commons.version}</version>
110115
</dependency>
111116

112-
<!-- Spring Data for Apache Geode & GemFire common dependencies -->
117+
<!-- Spring Data for Apache Geode & VMware Tanzu GemFire common dependencies -->
113118
<dependency>
114119
<groupId>antlr</groupId>
115120
<artifactId>antlr</artifactId>

0 commit comments

Comments
 (0)