File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
73
73
subprojects {
74
74
group = " com.github.sonus21"
75
- version = " 3.1.1 -RELEASE"
75
+ version = " 3.2.0 -RELEASE"
76
76
77
77
dependencies {
78
78
// https://mvnrepository.com/artifact/org.springframework/spring-messaging
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ tasks.named('jar') {
18
18
manifest {
19
19
attributes(
20
20
" Built-By" : " Sonu Kumar<sonunitw12@gmail.com>" ,
21
- " Build-Timestamp" : new java.text.SimpleDateFormat (" yyyy-MM-dd HH:mm:ss.SSSZ " ). format(new Date ()),
21
+ " Build-Timestamp" : new java.text.SimpleDateFormat (" yyyy-MM-dd HH:mmZ " ). format(new Date ()),
22
22
" Build-Revision" : version,
23
23
" Created-By" : " Gradle ${ gradle.gradleVersion} " ,
24
24
" Build-Jdk" : " ${ System.properties["java.version"]} (${ System.properties["java.vendor"]} ${ System.properties["java.vm.version"]} )" ,
You can’t perform that action at this time.
0 commit comments