You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2014/12/30 18:49:04 UTC

incubator-tamaya git commit: TAMAYA-17 Reintroduced the property rat.version.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 2d508f3db -> 0791e8713


TAMAYA-17 Reintroduced the property rat.version.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/0791e871
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/0791e871
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/0791e871

Branch: refs/heads/master
Commit: 0791e8713d7ed5e2c00e4ff337853b6498dcbd65
Parents: 2d508f3
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Tue Dec 30 18:48:55 2014 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Dec 30 18:48:55 2014 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0791e871/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e9c7cd8..a6184c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@ under the License.
         <!-- Must/should match the JRuby version used by AsciidoctorJ -->
         <jruby.version>1.7.16.1</jruby.version>
         <findbugs.version>3.0.0</findbugs.version>
+        <rat.version>0.11</rat.version>
     </properties>
 
     <licenses>
@@ -560,7 +561,7 @@ under the License.
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
-                <version>0.11</version>
+                <version>${rat.version}</version>
                 <configuration>
                     <includes>
                         <include>src/**/*</include>