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

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

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>