Skip to content

Commit 826e135

Browse files
committed
Release version 2.6 M2 (2021.1.0).
See #1497
1 parent 477a450 commit 826e135

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.springframework.data.build</groupId>
2828
<artifactId>spring-data-build</artifactId>
29-
<version>2.6.0-SNAPSHOT</version>
29+
<version>2.6.0-M2</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -660,7 +660,7 @@
660660
<dependency>
661661
<groupId>org.springframework.data.build</groupId>
662662
<artifactId>spring-data-build-resources</artifactId>
663-
<version>2.6.0-SNAPSHOT</version>
663+
<version>2.6.0-M2</version>
664664
<type>zip</type>
665665
<optional>true</optional>
666666
</dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.data.build</groupId>
66
<artifactId>spring-data-build</artifactId>
7-
<version>2.6.0-SNAPSHOT</version>
7+
<version>2.6.0-M2</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Data Build</name>

resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data.build</groupId>
1010
<artifactId>spring-data-build</artifactId>
11-
<version>2.6.0-SNAPSHOT</version>
11+
<version>2.6.0-M2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)