Skip to content

Commit 464a844

Browse files
committed
spring boot 4 update
1 parent 9857d7c commit 464a844

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<parent>
@@ -11,7 +12,7 @@
1112

1213
<groupId>it.aboutbits</groupId>
1314
<artifactId>spring-boot-testing</artifactId>
14-
<version>2.0.0</version>
15+
<version>BUILD-SNAPSHOT</version>
1516
<description>Testing library for Spring Boot projects.</description>
1617

1718
<properties>
@@ -23,7 +24,7 @@
2324
<dependency>
2425
<groupId>it.aboutbits</groupId>
2526
<artifactId>spring-boot-toolbox</artifactId>
26-
<version>2.0.0</version>
27+
<version>BUILD-SNAPSHOT</version>
2728
</dependency>
2829
</dependencies>
2930
</dependencyManagement>

0 commit comments

Comments
 (0)