Skip to content

Commit

Permalink
#140 buildnumber plugin timestamp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 9, 2022
1 parent 2c69b93 commit bd1ad94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -1611,7 +1611,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<configuration>
<buildNumberPropertyName>buildNumber</buildNumberPropertyName>
<timestampPropertyName>timestamp</timestampPropertyName>
<timestampFormat>{0,date,yyyy-MM-dd'T'HH:mm:ss}</timestampFormat>
<timestampFormat>yyyy-MM-dd'T'HH:mm:ss</timestampFormat>
<doCheck>false</doCheck>
<doUpdate>false</doUpdate>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
Expand Down Expand Up @@ -1797,7 +1797,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
<version>4.0.0-M3</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
Expand Down

0 comments on commit bd1ad94

Please sign in to comment.