You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2019/05/28 16:55:11 UTC

[wicket] 02/04: excluded file release.out from modifications checking

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

adelbene pushed a commit to annotated tag rel/wicket-8.5.0
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 6d89a4f1634a2ba6a5a1f52aed4b60f28356ce0b
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Fri May 24 19:22:03 2019 +0200

    excluded file release.out from modifications checking
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 949cdb8..9634c49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -942,6 +942,9 @@
 					<configuration>
 						<pushChanges>false</pushChanges>
 						<tagNameFormat>wicket-@{project.version}</tagNameFormat>
+						<checkModificationExcludes>
+					           <checkModificationExclude>release.out</checkModificationExclude>
+					    	</checkModificationExcludes>
 					</configuration>
 				</plugin>
 				<plugin>