This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 1b26b8d fix cmdLine and upgrade some plugins
1b26b8d is described below
commit 1b26b8dce623e1e7f27845bd81c7a42696178237
Author: olivier lamy <[email protected]>
AuthorDate: Sat Dec 29 19:27:34 2018 +1000
fix cmdLine and upgrade some plugins
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 2 +-
pom.xml | 9 ++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1be4029..ef28640 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
* under the License.
*/
-asfStandardBuild params:[cmdline:"clean deploy"]
+asfStandardBuild (cmdline:"clean deploy")
diff --git a/pom.xml b/pom.xml
index fceeb9a..866b76b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
<roles>
<role>PMC Chair</role>
</roles>
- <timezone>Australia/Melbourne</timezone>
+ <timezone>Australia/Brisbane</timezone>
</developer>
<developer>
@@ -653,16 +653,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.5.3</version>
+ <version>3.1.0</version>
<configuration>
- <useJvmChmod>true</useJvmChmod>
<recompressZippedFiles>true</recompressZippedFiles>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>2.6.1</version>
+ <version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -763,7 +762,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.11</version>
+ <version>0.13</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>