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 2023/01/27 22:57:02 UTC

[creadur-rat] branch RAT-314-mergeAfterReleaseOf0.16 updated (052d326f -> 631ffd30)

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

pottlinger pushed a change to branch RAT-314-mergeAfterReleaseOf0.16
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


    from 052d326f RAT-314: Try to emulate post-release phase
     new 0fff92ee RAT-314: Fix version error in pom
     new 631ffd30 RAT-314: Add recursive file example

The 2 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.


Summary of changes:
 apache-rat-plugin/src/it/RAT-314/.mvn/recursive/foo.xml | 1 +
 apache-rat-plugin/src/it/RAT-314/pom.xml                | 2 +-
 pom.xml                                                 | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 apache-rat-plugin/src/it/RAT-314/.mvn/recursive/foo.xml


[creadur-rat] 01/02: RAT-314: Fix version error in pom

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch RAT-314-mergeAfterReleaseOf0.16
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 0fff92eeb26f1b0163390bffdd552e2f4a6fcc14
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Fri Jan 27 23:56:45 2023 +0100

    RAT-314: Fix version error in pom
---
 apache-rat-plugin/src/it/RAT-314/pom.xml | 2 +-
 pom.xml                                  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/apache-rat-plugin/src/it/RAT-314/pom.xml b/apache-rat-plugin/src/it/RAT-314/pom.xml
index 64efba58..313ba25e 100644
--- a/apache-rat-plugin/src/it/RAT-314/pom.xml
+++ b/apache-rat-plugin/src/it/RAT-314/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.rat.test</groupId>
   <artifactId>it-rat314</artifactId>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <build>
     <plugins>
       <plugin>
diff --git a/pom.xml b/pom.xml
index 9ef6a82d..28b76f59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,6 +266,7 @@ agnostic home for software distribution comprehension and audit tools.
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.16-SNAPSHOT</version><!-- RAT-314: replace with proper value after 0.16 is out -->
       </plugin>
     </plugins>
   </reporting>


[creadur-rat] 02/02: RAT-314: Add recursive file example

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch RAT-314-mergeAfterReleaseOf0.16
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 631ffd30653998da615f3d19a89e80866caec709
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Fri Jan 27 23:56:57 2023 +0100

    RAT-314: Add recursive file example
---
 apache-rat-plugin/src/it/RAT-314/.mvn/recursive/foo.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apache-rat-plugin/src/it/RAT-314/.mvn/recursive/foo.xml b/apache-rat-plugin/src/it/RAT-314/.mvn/recursive/foo.xml
new file mode 100644
index 00000000..74d9a6d3
--- /dev/null
+++ b/apache-rat-plugin/src/it/RAT-314/.mvn/recursive/foo.xml
@@ -0,0 +1 @@
+<foo></foo>