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

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


The following commit(s) were added to refs/heads/master by this push:
     new 598f3214 RAT-487: Prepare and clean-up poms for release
598f3214 is described below

commit 598f3214c492e277c27e50c837bbfa555792789d
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Oct 11 23:32:57 2025 +0200

    RAT-487: Prepare and clean-up poms for release
    
    -Remove reference to deprecated plugin in Maven plugin
    -Sync contributs and developers to main pom
    -Remove separate changes.xml that is not used anymore (Maven plugin)
    -Fix reference in changelog (id in pom needs to be in sync with changes.xml)
    -Prepare next release to be 1.0.0-SNAPSHOT in pom variables
---
 apache-rat-plugin/pom.xml                 | 42 ------------------
 apache-rat-plugin/src/changes/changes.xml | 73 -------------------------------
 pom.xml                                   | 12 ++++-
 src/changes/changes.xml                   |  2 +-
 4 files changed, 11 insertions(+), 118 deletions(-)

diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 98e3da60..9cd8c275 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -471,46 +471,4 @@
       </plugin>
     </plugins>
   </reporting>
-  <developers>
-    <developer>
-      <id>jochen</id>
-      <name>Jochen Wiedmann</name>
-      <email>[email protected]</email>
-    </developer>
-  </developers>
-  <contributors>
-    <contributor>
-      <name>Bernd Bohmann</name>
-      <email>[email protected]</email>
-    </contributor>
-    <contributor>
-      <name>Lars Trieloff</name>
-      <email>[email protected]</email>
-    </contributor>
-    <contributor>
-      <name>Jukka Zitting</name>
-      <email>[email protected]</email>
-    </contributor>
-  </contributors>
-  <!--
-  <profiles>
-    <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-docck-plugin</artifactId>
-              <executions>
-                <execution>
-                  <goals>
-                    <goal>check</goal>
-                  </goals>
-                </execution>
-              </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
--->
 </project>
diff --git a/apache-rat-plugin/src/changes/changes.xml 
b/apache-rat-plugin/src/changes/changes.xml
deleted file mode 100644
index 9506b2c8..00000000
--- a/apache-rat-plugin/src/changes/changes.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version='1.0'?>
-<!-- 
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-  
-        http://www.apache.org/licenses/LICENSE-2.0
-  
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--->
-<document>
-  <properties>
-    <title>Changes in the RAT Maven Plugin</title>
-  </properties>
-  <body>
-    <release version="0.12" date="Not yet released">
-      <action dev="jochen" type="add" issue="RAT-208">
-        Added parameters includesFile, excludesFile, includesFileCharacterset, 
and
-        excludesFileCharacterset, and support thereof.
-      </action>
-    </release>
-    <release version="1.0-alpha-4" date="Not yet released">
-      <action dev="jochen" type="fix" issue="MOJO-866">
-        Added @requiresDependencyResolution to the RatReportMojo, so that
-        the dependencies are guaranteed to be present, if the mojo is
-        invoked from the command line.
-      </action>
-      <action dev="jochen" type="fix" issue="RAT-35"
-          due-to="Jukka Zitting" due-to-email="[email protected]">
-        Incorrect number of unapproved licenses reported by rat:check
-      </action>
-    </release>
-    <release version="1.0-alpha-3" date="2007-Aug-28">
-      <action dev="jochen" type="fix">
-        Upgraded rat-lib to 0.5.1.
-      </action>
-    </release>
-    <release version="1.0-alpha-2" date="2007-Jun-16">
-      <action dev="jochen" type="add" due-to="Bernd Bohmann"
-          due-to-email="[email protected]" issue="MOJO-685">
-        Added the IDEA specific default excludes.
-      </action>
-      <action dev="jochen" type="add" due-to="Bernd Bohmann"
-          due-to-email="[email protected]" issue="MOJO-685">
-        Added the possibility to exclude subprojects.
-      </action>
-      <action dev="jochen" type="fix" due-to="Lars Trieloff"
-          due-to-email="[email protected]" issue="MOJO-661">
-        Upgrade to rat-lib-0.5
-      </action>
-      <action dev="jochen" type="fix">
-        The plugin description on the project-reports page was wrong.
-      </action>
-      <action dev="jochen" type="fix" issue="MOJO-819">
-        The plugins report contains now relative paths in the
-        default configuration, in order to avoid exposing
-        unnecessary information on public sites.
-      </action>
-    </release>
-    <release version="1.0-alpha-1" date="2007-Feb-12">
-      <action dev="jochen" type="add">
-        Initial release.
-      </action>
-    </release>
-  </body>
-</document>
diff --git a/pom.xml b/pom.xml
index bb7f3bb3..107cb18b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ agnostic home for software distribution comprehension and 
audit tools.
     <!-- Used to generate download page for RAT during site builds, please 
adapt versions manually BEFORE doing a release -->
     <!-- START - adapt manually before doing a release -->
     <previousRatVersion>0.17</previousRatVersion>
-    <currentSnapshotRatVersion>0.18-SNAPSHOT</currentSnapshotRatVersion>
+    <currentSnapshotRatVersion>1.0.0-SNAPSHOT</currentSnapshotRatVersion>
     <!-- END - adapt manually before doing a release -->
   </properties>
   <distributionManagement>
@@ -869,7 +869,7 @@ agnostic home for software distribution comprehension and 
audit tools.
       <email>[email protected]</email>
     </developer>
     <developer>
-      <id>claude</id>
+      <id>claudenw</id>
       <name>Claude Warren</name>
       <email>[email protected]</email>
     </developer>
@@ -880,6 +880,10 @@ agnostic home for software distribution comprehension and 
audit tools.
     </developer>
   </developers>
   <contributors>
+    <contributor>
+      <name>Lars Trieloff</name>
+      <email>[email protected]</email>
+    </contributor>
     <contributor>
       <name>Jukka Zitting</name>
       <email>[email protected]</email>
@@ -916,6 +920,10 @@ agnostic home for software distribution comprehension and 
audit tools.
       <name>Niels Basjes</name>
       <email>[email protected]</email>
     </contributor>
+    <contributor>
+      <name>Bernd Bohmann</name>
+      <email>[email protected]</email>
+    </contributor>
   </contributors>
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/creadur-rat.git</connection>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 80f797fd..27354951 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -434,7 +434,7 @@ Thanks for your patience and all the feedback in the making 
of this release!">
       <action issue="RAT-325" type="fix" dev="pottlinger">
         Do not load fonts via Google/remotely, but use files hosted by ASF 
only and add privacy link to comply with ASF- and data protection/privacy 
regulations.
       </action>
-      <action issue="RAT-344" type="fix" dev="claude">
+      <action issue="RAT-344" type="fix" dev="claudenw">
         Fix double output by deleting any existing RAT report before writing a 
fresh file during plugin runs.
       </action>
       <action issue="RAT-339" type="update" dev="pottlinger" 
due-to="dependabot">

Reply via email to