We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b66a2 commit 3ea6d0bCopy full SHA for 3ea6d0b
build.gradle
@@ -106,7 +106,7 @@ allprojects {
106
apply plugin: 'org.sonarqube'
107
108
group = 'com.gazbert.bxbot'
109
- version = '2.2.0'
+ version = '2.2.1-SNAPSHOT'
110
111
dependencyManagement {
112
applyMavenExclusions = false
pom.xml
@@ -42,7 +42,7 @@
42
</developer>
43
</developers>
44
<properties>
45
- <revision>2.2.0</revision>
+ <revision>2.2.1-SNAPSHOT</revision>
46
47
<!-- Should be same as dependency used by spring-boot-starter.version -->
48
<spring-core.version>6.0.19</spring-core.version>
0 commit comments