You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/06/04 20:12:09 UTC

[incubator-tamaya] branch master updated: TAMAYA-396: Fix version of RAT in eclipse

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
     new c232ec4  TAMAYA-396: Fix version of RAT in eclipse
c232ec4 is described below

commit c232ec4006f98469444f9205fe4fb8a50fd5fd18
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue Jun 4 22:11:57 2019 +0200

    TAMAYA-396: Fix version of RAT in eclipse
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4fc61f4..7d8209d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -654,7 +654,7 @@
                 							apache-rat-plugin
                 						</artifactId>
                 						<versionRange>
-                							[0.12,)
+                							[0.13,)
                 						</versionRange>
                 						<goals>
                 							<goal>check</goal>