Skip to content

Commit

Permalink
RAT-339: Prepare for new development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jan 8, 2024
1 parent 94c039f commit b1071b6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,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.15</version>
<version>0.16</version>
<configuration>
<excludes>
<exclude>.asf.yaml</exclude>
Expand Down Expand Up @@ -416,7 +416,7 @@ agnostic home for software distribution comprehension and audit tools.
<artifactId>
apache-rat-plugin
</artifactId>
<versionRange>[0.15,)</versionRange>
<versionRange>[0.16,)</versionRange>
<goals>
<goal>check</goal>
</goals>
Expand Down Expand Up @@ -525,7 +525,6 @@ agnostic home for software distribution comprehension and audit tools.
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<!-- Last version that is compatible with Maven 2 -->
<version>3.5.3</version>
</extension>
</extensions>
Expand Down Expand Up @@ -754,8 +753,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-015</id>
<url>https://repository.apache.org/content/repositories/orgapachecreadur-1008/</url>
<id>staged-releases-rat-016</id>
<url>https://repository.apache.org/content/repositories/orgapachecreadur-1010/</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit b1071b6

Please sign in to comment.