diff --git a/build.gradle b/build.gradle
index 30c718d2..e9b0830f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,16 +6,7 @@ defaultTasks "clean", "build"
//Version define
ext {
- jackson2Version = "2.9.8"
- log4jVersion = "2.12.0"
- springVersion = "5.2.2.RELEASE"
- springBootVersion = "2.2.1.RELEASE"
- springSecurityVersion= "5.2.1.RELEASE"
- hibernateVersion = "6.0.17.Final"
- slf4jVersion = "1.7.26"
- jacksonVersion = "2.9.9"
- bouncycastleVersion = "1.60"
- httpcomponentsVersion= "4.5.6"
+
}
configurations.all {
@@ -301,7 +292,7 @@ subprojects {
manifest {
attributes( "Implementation-Title": project.name,
"Implementation-Vendor": project.vendor,
- "Created-By": project.group,
+ "Created-By": project.author,
"Implementation-Date": currentTime,
"Implementation-Version": project.version)
}
diff --git a/gradle.properties b/gradle.properties
index eb4af23f..f33742a7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,3 +1,16 @@
-group=org.maxkey
-version=1.0.0.RELEASE
-vendor=https://github.com/shimingxy/MaxKey
+group =org.maxkey
+version =1.0.0.RELEASE
+vendor =https://github.com/shimingxy/MaxKey
+author =shimingxy
+
+#Version For use jar
+jackson2Version =2.9.8
+log4jVersion =2.12.0
+springVersion =5.2.2.RELEASE
+springBootVersion =2.2.1.RELEASE
+springSecurityVersion =5.2.1.RELEASE
+hibernateVersion =6.0.17.Final
+slf4jVersion =1.7.26
+jacksonVersion =2.9.9
+bouncycastleVersion =1.60
+httpcomponentsVersion =4.5.6
diff --git a/svn_readme.png b/images/svn_readme.png
similarity index 100%
rename from svn_readme.png
rename to images/svn_readme.png
diff --git a/maxkey-web-maxkey/src/main/resources/spring/maxkey-security.xml b/maxkey-web-maxkey/src/main/resources/spring/maxkey-security.xml
index c7ce15fa..4719f262 100644
--- a/maxkey-web-maxkey/src/main/resources/spring/maxkey-security.xml
+++ b/maxkey-web-maxkey/src/main/resources/spring/maxkey-security.xml
@@ -28,36 +28,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-