Skip to content

Commit

Permalink
Bump spring-cloud-build from 3.0.0 to 3.0.2 (#362)
Browse files Browse the repository at this point in the history
* Bump spring-cloud-build from 3.0.0 to 3.0.2

Bumps [spring-cloud-build](https://github.com/spring-cloud/spring-cloud-build) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases)
- [Commits](spring-cloud/spring-cloud-build@v3.0.0...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* add pluginRepositories to docs

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Mike Eltsufin <meltsufin@google.com>
  • Loading branch information
dependabot-preview[bot] and meltsufin committed Mar 13, 2021
1 parent ddafd41 commit 01be510
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -41,6 +41,24 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<profiles>
<profile>
Expand Down

0 comments on commit 01be510

Please sign in to comment.