You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2015/08/10 13:51:54 UTC

incubator-streams-master git commit: version bump rat plugin

Repository: incubator-streams-master
Updated Branches:
  refs/heads/STREAMS-351 [created] b569ad3ff


version bump rat plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/b569ad3f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/b569ad3f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/b569ad3f

Branch: refs/heads/STREAMS-351
Commit: b569ad3ff69005bf4fb72366bbc1944a50c274ca
Parents: b5a4dba
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Mon Aug 10 06:52:02 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Mon Aug 10 06:52:02 2015 -0500

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/b569ad3f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index abf1e9a..137ac5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,7 @@
         </release.repository.url>
 
         <!-- Plugin and Plugin Dependency Versions -->
+        <apache-rat.plugin.version>0.11</apache-rat.plugin.version>
         <build-helper.plugin.version>1.8</build-helper.plugin.version>
         <compiler.plugin.version>3.0</compiler.plugin.version>
         <clean.plugin.version>2.6</clean.plugin.version>
@@ -603,6 +604,7 @@
                     <plugin>
                         <groupId>org.apache.rat</groupId>
                         <artifactId>apache-rat-plugin</artifactId>
+                        <version>${apache-rat.plugin.version}</version>
                         <executions>
                             <execution>
                                 <phase>verify</phase>
@@ -701,6 +703,11 @@
                         <artifactId>depgraph-maven-plugin</artifactId>
                         <version>${depgraph.plugin.version}</version>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <version>${apache-rat.plugin.version}</version>
+                    </plugin>
                 </plugins>
             </reporting>
         </profile>