Skip to content

Commit d12883f

Browse files
sonus21Sonu Kumar
and
Sonu Kumar
authored
3.2.0 release (#235)
Co-authored-by: Sonu Kumar <sonu@git>
1 parent 1f0001d commit d12883f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ext {
7272

7373
subprojects {
7474
group = "com.github.sonus21"
75-
version = "3.1.1-RELEASE"
75+
version = "3.2.0-RELEASE"
7676

7777
dependencies {
7878
// https://mvnrepository.com/artifact/org.springframework/spring-messaging

gradle/packaging.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tasks.named('jar') {
1818
manifest {
1919
attributes(
2020
"Built-By": "Sonu Kumar<[email protected]>",
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()),
2222
"Build-Revision": version,
2323
"Created-By": "Gradle ${gradle.gradleVersion}",
2424
"Build-Jdk": "${System.properties["java.version"]} (${System.properties["java.vendor"]} ${System.properties["java.vm.version"]})",

0 commit comments

Comments
 (0)