Skip to content

Commit 1e61806

Browse files
committed
release版本
1 parent 736b050 commit 1e61806

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

uflo-console/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>uflo-console</artifactId>
5-
<version>2.1.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
66
<parent>
77
<groupId>com.bstek.uflo</groupId>
88
<artifactId>uflo-parent</artifactId>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.bstek.uflo</groupId>
1414
<artifactId>uflo-core</artifactId>
15-
<version>2.1.1-SNAPSHOT</version>
15+
<version>2.1.1</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>javax.servlet</groupId>

uflo-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>uflo-core</artifactId>
5-
<version>2.1.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
66
<parent>
77
<groupId>com.bstek.uflo</groupId>
88
<artifactId>uflo-parent</artifactId>

0 commit comments

Comments
 (0)