Browse Source

Fixed framework version configuration error;

tags/1.2.0^2
huanghaiquan 4 years ago
parent
commit
a1e86ddfe6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      samples/pom.xml

+ 1
- 1
samples/pom.xml View File

@@ -15,7 +15,7 @@
<packaging>pom</packaging>

<properties>
<framework.version>1.2.0-SNAPSHOT</framework.version>
<framework.version>1.1.7.RELEASE</framework.version>
</properties>

<modules>


Loading…
Cancel
Save