Skip to content

Commit

Permalink
[maven-release-plugin] prepare release apache-rat-project-0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jan 24, 2024
1 parent a67dd8e commit bc42270
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apache-rat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.16.1</version>
</parent>
<artifactId>apache-rat-core</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions apache-rat-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>apache-rat-project</artifactId>
<groupId>org.apache.rat</groupId>
<version>0.16.1-SNAPSHOT</version>
<version>0.16.1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>apache-rat-plugin</artifactId>
Expand Down Expand Up @@ -120,7 +120,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
24 changes: 12 additions & 12 deletions apache-rat-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.16.1</version>
</parent>
<artifactId>apache-rat-tasks</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -117,18 +117,18 @@
<configuration>
<target>
<ant antfile="src/test/resources/antunit/report-bad-configurations.xml" inheritAll="false" inheritRefs="false">
<property name="jar.name" location="${project.build.outputDirectory}"/>
<property name="base.dir" location="${basedir}"/>
<property name="antunit.jar.name" location="${project.build.directory}/dependencies/ant-antunit.jar"/>
<property name="test.skipped" value="${maven.test.skip}"/>
<property name="test.classpath" refid="maven.test.classpath"/>
<property name="jar.name" location="${project.build.outputDirectory}" />
<property name="base.dir" location="${basedir}" />
<property name="antunit.jar.name" location="${project.build.directory}/dependencies/ant-antunit.jar" />
<property name="test.skipped" value="${maven.test.skip}" />
<property name="test.classpath" refid="maven.test.classpath" />
</ant>
<ant antfile="src/test/resources/antunit/report-normal-operation.xml" inheritAll="false" inheritRefs="false">
<property name="jar.name" location="${project.build.outputDirectory}"/>
<property name="base.dir" location="${basedir}"/>
<property name="antunit.jar.name" location="${project.build.directory}/dependencies/ant-antunit.jar"/>
<property name="test.skipped" value="${maven.test.skip}"/>
<property name="test.classpath" refid="maven.test.classpath"/>
<property name="jar.name" location="${project.build.outputDirectory}" />
<property name="base.dir" location="${basedir}" />
<property name="antunit.jar.name" location="${project.build.directory}/dependencies/ant-antunit.jar" />
<property name="test.skipped" value="${maven.test.skip}" />
<property name="test.classpath" refid="maven.test.classpath" />
</ant>
</target>
</configuration>
Expand Down Expand Up @@ -166,7 +166,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
4 changes: 2 additions & 2 deletions apache-rat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.16.1</version>
</parent>
<artifactId>apache-rat</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -149,7 +149,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>0.16.1-SNAPSHOT</version>
<version>0.16.1</version>
<packaging>pom</packaging>
<name>Apache Creadur Rat</name>
<url>https://creadur.apache.org/rat/</url>
Expand All @@ -45,7 +45,7 @@ agnostic home for software distribution comprehension and audit tools.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- taken from https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>1703723704</project.build.outputTimestamp>
<project.build.outputTimestamp>1706129981</project.build.outputTimestamp>
<ant.version>1.10.14</ant.version>
<mockito.version>4.11.0</mockito.version>
<javaVersion>1.8</javaVersion>
Expand Down Expand Up @@ -455,7 +455,7 @@ agnostic home for software distribution comprehension and audit tools.
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand All @@ -477,7 +477,7 @@ agnostic home for software distribution comprehension and audit tools.
</goals>
<configuration>
<target>
<copy file="RELEASE_NOTES.txt" todir="${project.build.directory}/site/" failonerror="false"/>
<copy file="RELEASE_NOTES.txt" todir="${project.build.directory}/site/" failonerror="false" />
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -688,7 +688,7 @@ agnostic home for software distribution comprehension and audit tools.
<connection>scm:git:https://gitbox.apache.org/repos/asf/creadur-rat.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/creadur-rat.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=creadur-rat.git</url>
<tag>HEAD</tag>
<tag>apache-rat-project-0.16.1</tag>
</scm>
<modules>
<module>apache-rat-core</module>
Expand Down

0 comments on commit bc42270

Please sign in to comment.