Skip to content

Commit

Permalink
[maven-release-plugin] prepare release apache-rat-project-0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Dec 28, 2023
1 parent c2200fb commit f26cb24
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion apache-rat-api/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-SNAPSHOT</version>
<version>0.16</version>
</parent>
<packaging>jar</packaging>
<artifactId>apache-rat-api</artifactId>
Expand Down
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-SNAPSHOT</version>
<version>0.16</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-SNAPSHOT</version>
<version>0.16</version>
<relativePath>..</relativePath>
</parent>
<artifactId>apache-rat-plugin</artifactId>
Expand Down Expand Up @@ -116,7 +116,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-SNAPSHOT</version>
<version>0.16</version>
</parent>
<artifactId>apache-rat-tasks</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -113,18 +113,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 @@ -162,7 +162,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-SNAPSHOT</version>
<version>0.16</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-SNAPSHOT</version>
<version>0.16</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>10</project.build.outputTimestamp>
<project.build.outputTimestamp>1703723669</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 @@ -422,7 +422,7 @@ agnostic home for software distribution comprehension and audit tools.
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand All @@ -444,7 +444,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 @@ -651,7 +651,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</tag>
</scm>
<modules>
<module>apache-rat-api</module>
Expand Down

0 comments on commit f26cb24

Please sign in to comment.