Skip to content

Commit d4f44d5

Browse files
committed
Prepare next development iteration.
See #2001
1 parent 80f31f3 commit d4f44d5

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

parent/pom.xml

Lines changed: 17 additions & 5 deletions
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.13</version>
29+
<version>2.7.14-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -345,7 +345,7 @@
345345
<dependency>
346346
<groupId>org.springframework.data.build</groupId>
347347
<artifactId>spring-data-build-resources</artifactId>
348-
<version>2.7.13</version>
348+
<version>2.7.14-SNAPSHOT</version>
349349
<type>zip</type>
350350
<optional>true</optional>
351351
</dependency>
@@ -638,7 +638,7 @@
638638
<dependency>
639639
<groupId>org.springframework.data.build</groupId>
640640
<artifactId>spring-data-build-resources</artifactId>
641-
<version>2.7.13</version>
641+
<version>2.7.14-SNAPSHOT</version>
642642
<type>zip</type>
643643
<optional>true</optional>
644644
</dependency>
@@ -1320,8 +1320,20 @@
13201320
</build>
13211321

13221322
<repositories>
1323-
1324-
1323+
<repository>
1324+
<id>spring-snapshot</id>
1325+
<url>https://repo.spring.io/snapshot</url>
1326+
<snapshots>
1327+
<enabled>true</enabled>
1328+
</snapshots>
1329+
<releases>
1330+
<enabled>false</enabled>
1331+
</releases>
1332+
</repository>
1333+
<repository>
1334+
<id>spring-milestone</id>
1335+
<url>https://repo.spring.io/milestone</url>
1336+
</repository>
13251337
</repositories>
13261338

13271339
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
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.13</version>
7+
<version>2.7.14-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Data Build</name>

resources/pom.xml

Lines changed: 1 addition & 1 deletion
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.13</version>
11+
<version>2.7.14-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)