Skip to content

Commit b4221ec

Browse files
committed
DATAGRAPH-1328 - Align version property name for Spring Data Commons.
Release tooling uses springdata.commons instead of springdata-commons.version as version property name.
1 parent b644817 commit b4221ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
| Copyright 2011-2020 the original author or authors.
4-
|
4+
|
55
| Licensed under the Apache License, Version 2.0 (the "License");
66
| you may not use this file except in compliance with the License.
77
| You may obtain a copy of the License at
@@ -113,7 +113,7 @@
113113
<revision>1.1</revision>
114114
<rxjava.version>1.3.8</rxjava.version>
115115
<rxjava2.version>2.2.5</rxjava2.version>
116-
<springdata-commons.version>2.4.0-SNAPSHOT</springdata-commons.version>
116+
<springdata.commons>2.4.0-SNAPSHOT</springdata.commons>
117117
<testcontainers.version>1.13.0</testcontainers.version>
118118

119119
<skipUnitTests>${skipTests}</skipUnitTests>
@@ -228,7 +228,7 @@
228228
<dependency>
229229
<groupId>org.springframework.data</groupId>
230230
<artifactId>spring-data-commons</artifactId>
231-
<version>${springdata-commons.version}</version>
231+
<version>${springdata.commons}</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>org.testcontainers</groupId>

0 commit comments

Comments
 (0)