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 71e390b commit f8231d4Copy full SHA for f8231d4
.gitignore
@@ -21,6 +21,7 @@ velocity.log
21
logs
22
.m2
23
**/.flattened-pom.xml
24
+*.log
25
26
# gradle related ignore in sub directories
27
.gradle
pom.xml
@@ -37,7 +37,7 @@
37
<description>SOFABoot Build</description>
38
39
<properties>
40
- <revision>3.15.0-SNAPSHOT</revision>
+ <revision>3.15.0</revision>
41
<sofa.boot.version>${revision}</sofa.boot.version>
42
<!--maven plugin-->
43
<maven.staging.plugin>1.6.7</maven.staging.plugin>
0 commit comments