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/08/31 21:55:17 UTC

[creadur-rat] 01/01: Prepare for release 0.15

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

pottlinger pushed a commit to branch after-r0.15-isOut
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit cd0d99f148917976f3b155ddcc1420b479f4a6c9
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Wed Aug 31 23:55:06 2022 +0200

    Prepare for release 0.15
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index d6b453e5..95941a60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,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.14</version>
+        <version>0.15</version>
       </plugin>
     </plugins>
   </reporting>
@@ -328,7 +328,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.14</version>
+          <version>0.15</version>
           <configuration>
             <excludes>
               <!-- This file only describes how to build the project and it has no license header -->
@@ -370,7 +370,7 @@ agnostic home for software distribution comprehension and audit tools.
                     <artifactId>
         							apache-rat-plugin
         						</artifactId>
-                    <versionRange>[0.14,)</versionRange>
+                    <versionRange>[0.15,)</versionRange>
                     <goals>
                       <goal>check</goal>
                     </goals>
@@ -697,11 +697,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
+    <!-- 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>
+        <id>staged-releases-rat-015</id>
+        <url>https://repository.apache.org/content/repositories/orgapachecreadur-1008/</url>
       </pluginRepository>
-    </pluginRepositories-->
+    </pluginRepositories>
 </project>