Browse Source

Bumped libs

pull/498/head
Marcin Grzejszczak 7 years ago
parent
commit
8b7efcf92a
  1. 1
      .gitignore
  2. 2
      pom.xml
  3. 2
      spring-cloud-commons-dependencies/pom.xml

1
.gitignore vendored

@ -17,3 +17,4 @@ _site/ @@ -17,3 +17,4 @@ _site/
.idea
.factorypath
/spring-cloud-release-tools*.jar
antrun

2
pom.xml

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.3.BUILD-SNAPSHOT</version>
<version>1.3.5.BUILD-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<scm>

2
spring-cloud-commons-dependencies/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.3.3.BUILD-SNAPSHOT</version>
<version>1.3.5.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-commons-dependencies</artifactId>

Loading…
Cancel
Save