You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/05/29 08:52:55 UTC

[creadur-rat] 01/01: Use new release in build of 0.15-SNAPSHOT

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

pottlinger pushed a commit to branch post-release-014
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit ad30c43e30befb40129af35aae5c57d48aad0008
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Sun May 29 10:52:44 2022 +0200

    Use new release in build of 0.15-SNAPSHOT
---
 pom.xml | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 983559a4..fecfbe10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@ agnostic home for software distribution comprehension and audit tools.
     <mavenChangesVersion>2.12.1</mavenChangesVersion>
     <mavenJavadocPluginVersion>3.4.0</mavenJavadocPluginVersion>
     <mavenPmdPluginVersion>3.16.0</mavenPmdPluginVersion>
-    <previousRatVersion>0.13</previousRatVersion>
+    <previousRatVersion>0.14</previousRatVersion>
   </properties>
   <distributionManagement>
     <site>
@@ -265,7 +265,7 @@ agnostic home for software distribution comprehension and audit tools.
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <!-- Do not use property values here as this causes problems during release -->
-        <version>0.13</version>
+        <version>0.14</version>
       </plugin>
     </plugins>
   </reporting>
@@ -326,7 +326,7 @@ agnostic home for software distribution comprehension and audit tools.
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <!-- Do not use property values here as this causes problems during release -->
-          <version>0.13</version>
+          <version>0.14</version>
           <configuration>
             <excludes>
               <!-- This file only describes how to build the project and it has no license header -->
@@ -368,7 +368,7 @@ agnostic home for software distribution comprehension and audit tools.
                     <artifactId>
         							apache-rat-plugin
         						</artifactId>
-                    <versionRange>[0.13,)</versionRange>
+                    <versionRange>[0.14,)</versionRange>
                     <goals>
                       <goal>check</goal>
                     </goals>
@@ -695,4 +695,11 @@ agnostic home for software distribution comprehension and audit tools.
       </build>
     </profile>
   </profiles>
+    <!-- in order to test new releases this reference can be activated locally
+    <pluginRepositories>
+      <pluginRepository>
+        <id>staged-releases-rat-014</id>
+        <url>https://repository.apache.org/content/repositories/orgapachecreadur-1007/</url>
+      </pluginRepository>
+    </pluginRepositories-->
 </project>