Update SB plugin to 3.0.0-SNAPSHOT in sample apps (#103)

Fixes #92
This commit is contained in:
Chris Bono
2022-09-11 12:28:59 -05:00
committed by GitHub
parent ed87f86fcb
commit fbc4773dbd
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
}
}

View File

@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.pulsar.spring-module'
id 'org.springframework.boot' version '2.7.2'
id 'org.springframework.boot' version '3.0.0-SNAPSHOT'
}
description = 'Spring Pulsar Sample Applications'