Skip to content

Commit 8b7efcf

Browse files
Bumped libs
1 parent e8a42e5 commit 8b7efcf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ _site/
1717
.idea
1818
.factorypath
1919
/spring-cloud-release-tools*.jar
20+
antrun

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-build</artifactId>
14-
<version>1.3.3.BUILD-SNAPSHOT</version>
14+
<version>1.3.5.BUILD-SNAPSHOT</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717
<scm>

spring-cloud-commons-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-dependencies-parent</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>1.3.3.BUILD-SNAPSHOT</version>
8+
<version>1.3.5.BUILD-SNAPSHOT</version>
99
<relativePath/>
1010
</parent>
1111
<artifactId>spring-cloud-commons-dependencies</artifactId>

0 commit comments

Comments
 (0)