Kaynağa Gözat

3.3.3.2-SNAPSHOT

miemie 5 yıl önce
ebeveyn
işleme
a98861b512
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

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