This is an automated email from the ASF dual-hosted git repository.
martin_s 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 147ad99 Adding beanutils version
147ad99 is described below
commit 147ad99e1514ac903bced93653a691ec07e7a604
Author: Martin Stockhammer <[email protected]>
AuthorDate: Mon Feb 11 22:32:37 2019 +0100
Adding beanutils version
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ebee892..767a426 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,8 @@
<compiler.source>1.${javaVersion}</compiler.source>
<compiler.target>1.${javaVersion}</compiler.target>
+ <commons-beanutils.version>1.9.3</commons-beanutils.version>
+
</properties>
@@ -932,7 +934,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
- <updateReleaseInfo>true</updateReleaseInfo>
<retryFailedDeploymentCount>5</retryFailedDeploymentCount>
</configuration>
</plugin>