Skip to content
This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Commit bd58a21

Browse files
committed
Fixed versions in sample
1 parent ef88860 commit bd58a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-admin-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@
9292
<dependency>
9393
<groupId>org.springframework.batch</groupId>
9494
<artifactId>spring-batch-admin-manager</artifactId>
95-
<version>2.0.0.BUILD-SNAPSHOT</version>
95+
<version>2.0.0.M1</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.springframework.batch</groupId>
9999
<artifactId>spring-batch-admin-resources</artifactId>
100-
<version>2.0.0.BUILD-SNAPSHOT</version>
100+
<version>2.0.0.M1</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)