Browse Source

升级pom和页脚版本标识,v1.1.0版本

fengshuonan 4 years ago
parent
commit
dc1ce80ce4

+ 1 - 1
_web/src/components/GlobalFooter/GlobalFooter.vue

@ -3,7 +3,7 @@
    <div class="links">
    </div>
    <div class="copyright">
      Copyright © 2020 <a target="_blank" href="https://www.stylefeng.cn/">stylefeng</a> All rights reserved.
      Copyright © 2020 <a target="_blank" href="https://www.stylefeng.cn/">stylefeng</a> All rights reserved. Guns-Seperation v1.1.0
    </div>
  </div>
</template>

+ 1 - 1
_web/src/layouts/UserLayout.vue

@ -22,7 +22,7 @@
          <a href="_self">条款</a>
        </div>
        <div class="copyright">
          Copyright © 2020 <a target="_blank" href="https://www.stylefeng.cn/">stylefeng</a> All rights reserved.
          Copyright © 2020 <a target="_blank" href="https://www.stylefeng.cn/">stylefeng</a> All rights reserved. Guns-Seperation v1.1.0
        </div>
      </div>
    </div>

+ 1 - 1
guns-base-support/guns-core/pom.xml

@ -7,7 +7,7 @@
    <parent>
        <groupId>cn.stylefeng</groupId>
        <artifactId>guns-base-support</artifactId>
        <version>1.0.0</version>
        <version>1.1.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

+ 2 - 2
guns-base-support/guns-system/pom.xml

@ -7,7 +7,7 @@
    <parent>
        <groupId>cn.stylefeng</groupId>
        <artifactId>guns-base-support</artifactId>
        <version>1.0.0</version>
        <version>1.1.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
@ -21,7 +21,7 @@
        <dependency>
            <groupId>cn.stylefeng</groupId>
            <artifactId>guns-core</artifactId>
            <version>1.0.0</version>
            <version>1.1.0</version>
        </dependency>
        <!-- validation -->

+ 1 - 1
guns-base-support/pom.xml

@ -7,7 +7,7 @@
    <parent>
        <groupId>cn.stylefeng</groupId>
        <artifactId>guns-separation</artifactId>
        <version>1.0.0</version>
        <version>1.1.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

+ 2 - 2
guns-main/pom.xml

@ -7,7 +7,7 @@
    <parent>
        <groupId>cn.stylefeng</groupId>
        <artifactId>guns-separation</artifactId>
        <version>1.0.0</version>
        <version>1.1.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
@ -20,7 +20,7 @@
        <dependency>
            <groupId>cn.stylefeng</groupId>
            <artifactId>guns-system</artifactId>
            <version>1.0.0</version>
            <version>1.1.0</version>
        </dependency>
        <dependency>

+ 1 - 1
pom.xml

@ -12,7 +12,7 @@
    <groupId>cn.stylefeng</groupId>
    <artifactId>guns-separation</artifactId>
    <version>1.0.0</version>
    <version>1.1.0</version>
    <name>guns-separation</name>
    <description>guns分离版本1.0</description>