Skip to content

Commit 95a2683

Browse files
committed
Updated sc-build and s-c-depenency-parent to 3.0.0-SNAPSHOT
Readded JUnit 4 temporarily to get build to complete Refer to issue #675
1 parent b2ce87d commit 95a2683

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-build</artifactId>
8-
<version>3.0.0.BUILD-SNAPSHOT</version>
8+
<version>3.0.0-SNAPSHOT</version>
99
<relativePath />
1010
</parent>
1111

spring-cloud-task-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@
114114
<artifactId>java-cfenv-test-support</artifactId>
115115
<scope>test</scope>
116116
</dependency>
117+
<dependency>
118+
<groupId>junit</groupId>
119+
<artifactId>junit</artifactId>
120+
<version>4.12</version>
121+
<scope>test</scope>
122+
</dependency>
117123
</dependencies>
118124

119125
</project>

spring-cloud-task-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>spring-cloud-dependencies-parent</artifactId>
1212
<groupId>org.springframework.cloud</groupId>
13-
<version>3.0.0.BUILD-SNAPSHOT</version>
13+
<version>3.0.0-SNAPSHOT</version>
1414
<relativePath />
1515
</parent>
1616

0 commit comments

Comments
 (0)