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:16 UTC

[creadur-rat] branch after-r0.15-isOut created (now cd0d99f1)

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

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


      at cd0d99f1 Prepare for release 0.15

This branch includes the following new commits:

     new cd0d99f1 Prepare for release 0.15

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by po...@apache.org.
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>