Skip to content

Commit 473132d

Browse files
committed
Merge pull request #39606 from TheSnoozer
* pr/39606: Change dateformat for git-commit-id-maven-plugin Closes gh-39606
2 parents 7799d90 + 0fd720a commit 473132d

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-parent

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ publishing.publications.withType(MavenPublication) {
148148
}
149149
configuration {
150150
delegate.verbose('true')
151-
delegate.dateFormat("yyyy-MM-dd'T'HH:mm:ssZ")
151+
delegate.dateFormat("yyyy-MM-dd'T'HH:mm:ssXXX")
152152
delegate.generateGitPropertiesFile('true')
153153
delegate.generateGitPropertiesFilename('${project.build.outputDirectory}/git.properties')
154154
}

0 commit comments

Comments
 (0)