Skip to content

Commit 316a878

Browse files
committed
fix pom
1 parent 54a80a7 commit 316a878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>it.aboutbits</groupId>
1414
<artifactId>spring-boot-testing</artifactId>
15-
<version>BUILD-SNAPSHOT</version>
15+
<version>1.4.0</version>
1616
<description>Testing library for Spring Boot projects.</description>
1717

1818
<properties>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>it.aboutbits</groupId>
2626
<artifactId>spring-boot-toolbox</artifactId>
27-
<version>BUILD-SNAPSHOT</version>
27+
<version>2.0.0</version>
2828
</dependency>
2929
</dependencies>
3030
</dependencyManagement>

0 commit comments

Comments
 (0)