Repository: metron
Updated Branches:
  refs/heads/master 3c4c069b6 -> bfa7491f1


METRON-1872 Move rat plugin away from snapshot version (justinleet) closes 
apache/metron#1264


Project: http://git-wip-us.apache.org/repos/asf/metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/bfa7491f
Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/bfa7491f
Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/bfa7491f

Branch: refs/heads/master
Commit: bfa7491f160abc3e01bb1c6f1c3927eb5cec7021
Parents: 3c4c069
Author: justinleet <[email protected]>
Authored: Mon Nov 19 09:11:29 2018 -0500
Committer: leet <[email protected]>
Committed: Mon Nov 19 09:11:29 2018 -0500

----------------------------------------------------------------------
 pom.xml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metron/blob/bfa7491f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a8bd6a..92d0fda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,22 +71,6 @@
             </snapshots>
         </repository>
     </repositories>
-    <pluginRepositories>
-      <pluginRepository>
-            <id>apache.snapshots</id>
-            <name>Apache Development Snapshot Repository</name>
-            
<url>https://repository.apache.org/content/repositories/snapshots/</url>
-            <layout>default</layout>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <updatePolicy>always</updatePolicy>
-                <enabled>true</enabled>
-                <checksumPolicy>warn</checksumPolicy>
-            </snapshots>
-        </pluginRepository>
-    </pluginRepositories>
     <properties>
         <twitter>@ApacheMetron</twitter>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -310,7 +294,7 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
-                <version>0.13-SNAPSHOT</version>
+                <version>0.13</version>
                 <executions>
                     <execution>
                         <phase>verify</phase>

Reply via email to