Skip to content

Commit

Permalink
[FIXED JENKINS-8573] maven.build.timestamp property is not available …
Browse files Browse the repository at this point in the history
…during maven build

Originally-Committed-As: f0dde2457e3e10a98efa6187073d164220789ba6
  • Loading branch information
olamy committed Mar 17, 2011
1 parent f877805 commit 461d2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -39,7 +39,7 @@ THE SOFTWARE.
<url>http://wiki.jenkins-ci.org/display/JENKINS/Maven+2+Project+Plugin</url>

<properties>
<mavenInterceptorsVersion>1.0</mavenInterceptorsVersion>
<mavenInterceptorsVersion>1.1</mavenInterceptorsVersion>
<mavenVersion>3.0.3</mavenVersion>
<maven.version>${mavenVersion}</maven.version>
<aetherVersion>1.11</aetherVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/hudson/maven/RedeployPublisher.java
@@ -1,7 +1,7 @@
/*
* The MIT License
*
* Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:cactusman, Seiji Sogabe
* Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:cactusman, Seiji Sogabe, Olivier Lamy
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 461d2dd

Please sign in to comment.