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

commit b439bceb14496476e4be06e1c776c27907b24ae5
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 28 21:26:20 2024 +0100

    RAT-345: Prepare for next release
---
 ant-task-examples.xml |  2 +-
 pom.xml               | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ant-task-examples.xml b/ant-task-examples.xml
index 3139d970..0bd7d6c4 100644
--- a/ant-task-examples.xml
+++ b/ant-task-examples.xml
@@ -25,7 +25,7 @@
   </description>
 
   <property name="src-dir" location="apache-rat-core/src/main/java"/>
-  <property name="version" value="0.16.1"/>
+  <property name="version" value="0.17"/>
   <property name="src-jar"
             
location="apache-rat-core/target/apache-rat-core-${version}-sources.jar"/>
 
diff --git a/pom.xml b/pom.xml
index b2269316..08aa849a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,8 +62,8 @@ agnostic home for software distribution comprehension and 
audit tools.
     <mavenPmdPluginVersion>3.21.2</mavenPmdPluginVersion>
     <!-- Used to generate download page for RAT during site builds, please 
adapt versions manually BEFORE doing a release -->
     <!-- START - adapat manually before doing a release -->
-    <previousRatVersion>0.16.1</previousRatVersion>
-    <currentSnapshotRatVersion>0.17-SNAPSHOT</currentSnapshotRatVersion>
+    <previousRatVersion>0.17</previousRatVersion>
+    <currentSnapshotRatVersion>0.18-SNAPSHOT</currentSnapshotRatVersion>
     <!-- END - adapat manually before doing a release -->
     <junit.version>5.10.1</junit.version>
     <junit.platform.version>1.10.1</junit.platform.version>
@@ -384,7 +384,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.16</version>
+          <version>0.16.1</version>
           <configuration>
             <excludes>
               <exclude>.asf.yaml</exclude>
@@ -449,7 +449,7 @@ agnostic home for software distribution comprehension and 
audit tools.
                     <artifactId>
                       apache-rat-plugin
                     </artifactId>
-                    <versionRange>[0.16,)</versionRange>
+                    <versionRange>[0.16.1,)</versionRange>
                     <goals>
                       <goal>check</goal>
                     </goals>
@@ -790,8 +790,8 @@ agnostic home for software distribution comprehension and 
audit tools.
   <!-- in order to test new releases this reference can be activated locally
   <pluginRepositories>
     <pluginRepository>
-      <id>staged-releases-rat-016</id>
-      
<url>https://repository.apache.org/content/repositories/orgapachecreadur-1010/</url>
+      <id>staged-releases-rat-016.1</id>
+      
<url>https://repository.apache.org/content/repositories/orgapachecreadur-1011/</url>
     </pluginRepository>
   </pluginRepositories-->
 </project>

Reply via email to