发布 1.1.3 版本
This commit is contained in:
parent
8d492a28cc
commit
4b4188abe0
@ -193,7 +193,7 @@ public class FlowLongContext {
|
|||||||
if (banner) {
|
if (banner) {
|
||||||
System.out.println("┌─┐┬ ┌─┐┬ ┬┬ ┌─┐┌┐┌┌─┐");
|
System.out.println("┌─┐┬ ┌─┐┬ ┬┬ ┌─┐┌┐┌┌─┐");
|
||||||
System.out.println("├┤ │ │ │││││ │ │││││ ┬");
|
System.out.println("├┤ │ │ │││││ │ │││││ ┬");
|
||||||
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.2");
|
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.3");
|
||||||
}
|
}
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
APP_GROUP=com.aizuda
|
APP_GROUP=com.aizuda
|
||||||
APP_VERSION=1.1.2
|
APP_VERSION=1.1.3
|
||||||
|
|
||||||
SONATYPE_HOST=CENTRAL_PORTAL
|
SONATYPE_HOST=CENTRAL_PORTAL
|
||||||
RELEASE_SIGNING_ENABLED=true
|
RELEASE_SIGNING_ENABLED=true
|
||||||
|
2
pom.xml
2
pom.xml
@ -17,7 +17,7 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>1.1.2</revision>
|
<revision>1.1.3</revision>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
<spring-boot.version>2.7.0</spring-boot.version>
|
<spring-boot.version>2.7.0</spring-boot.version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user