Skip to content

Commit b72cc4a

Browse files
committed
GH-1630 - Prepare branch
1 parent 6f37ed0 commit b72cc4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

parent/pom.xml

+3-3
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.7.0-SNAPSHOT</version>
29+
<version>2.7.0-GH-1630-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -337,7 +337,7 @@
337337
<dependency>
338338
<groupId>org.springframework.data.build</groupId>
339339
<artifactId>spring-data-build-resources</artifactId>
340-
<version>2.7.0-SNAPSHOT</version>
340+
<version>2.7.0-GH-1630-SNAPSHOT</version>
341341
<type>zip</type>
342342
<optional>true</optional>
343343
</dependency>
@@ -659,7 +659,7 @@
659659
<dependency>
660660
<groupId>org.springframework.data.build</groupId>
661661
<artifactId>spring-data-build-resources</artifactId>
662-
<version>2.7.0-SNAPSHOT</version>
662+
<version>2.7.0-GH-1630-SNAPSHOT</version>
663663
<type>zip</type>
664664
<optional>true</optional>
665665
</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.7.0-SNAPSHOT</version>
7+
<version>2.7.0-GH-1630-SNAPSHOT</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.7.0-SNAPSHOT</version>
11+
<version>2.7.0-GH-1630-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)