You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/05/23 07:06:42 UTC

[wicket] branch master updated: Update maven-source-plugin to 3.1.0

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b78cec  Update maven-source-plugin to 3.1.0
5b78cec is described below

commit 5b78cec619040beb55231d84bcb813088f677968
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu May 23 10:05:27 2019 +0300

    Update maven-source-plugin to 3.1.0
    
    https://blogs.apache.org/maven/entry/apache-maven-source-plugin-version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a0e718..3e78ca9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1018,7 +1018,7 @@
 					<inherited>true</inherited>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-source-plugin</artifactId>
-					<version>3.0.1</version>
+					<version>3.1.0</version>
 					<executions>
 						<execution>
 							<id>attach-sources</id>