ソースを参照

3.3.3.2-SNAPSHOT

miemie 5 年 前
コミット
a98861b512
1 ファイル変更2 行追加2 行削除
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -86,7 +86,7 @@ ext {
 
 allprojects {
     group = 'com.baomidou'
-    version = "3.3.3.1-SNAPSHOT"
+    version = "3.3.3.2-SNAPSHOT"
 }
 
 description = "Mybatis 增强工具包 - 只做增强不做改变,简化CRUD操作"
@@ -115,7 +115,7 @@ subprojects {
     jar {
         afterEvaluate {
             manifest {
-                attributes 'Implementation-Version': version
+                attributes 'Implementation-Version': archiveVersion
                 attributes 'Built-Gradle': gradle.gradleVersion
                 attributes 'Bundle-DocURL': 'https://mybatis.plus/'
                 attributes 'Build-OS': System.getProperty("os.name")