Skip to content

Commit

Permalink
Bump project version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 10, 2023
1 parent fe0747a commit 779c91f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>license-maven-plugin</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>License Maven Plugin</name>
Expand Down Expand Up @@ -138,7 +138,7 @@

<plexusComponentVersion>2.1.1</plexusComponentVersion>
<maven-resolver.version>1.3.3</maven-resolver.version>
<project.build.outputTimestamp>2023-10-24T21:30:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-10T08:57:18Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down
Expand Up @@ -247,7 +247,7 @@ public abstract class AbstractDownloadLicensesMojo extends AbstractLicensesXmlMo
* {@code <downloaderMessage>} elements attached to them. Those should explain what kind of error happened during
* the processing of the given dependency.
*
* @since 2.4
* @since 2.4.0
*/
@Parameter(
property = "license.licensesExcelErrorFile",
Expand All @@ -260,7 +260,7 @@ public abstract class AbstractDownloadLicensesMojo extends AbstractLicensesXmlMo
* {@code <downloaderMessage>} elements attached to them. Those should explain what kind of error happened during
* the processing of the given dependency.
*
* @since 2.4
* @since 2.4.0
*/
@Parameter(
property = "license.licensesCalcErrorFile",
Expand Down Expand Up @@ -696,15 +696,15 @@ public abstract class AbstractDownloadLicensesMojo extends AbstractLicensesXmlMo
/**
* Write Microsoft Office Excel file (XLSX) for goal license:aggregate-download-licenses.
*
* @since 2.4
* @since 2.4.0
*/
@Parameter(property = "license.writeExcelFile", defaultValue = "false")
private boolean writeExcelFile;

/**
* Write LibreOffice Calc file (ODS) for goal license:aggregate-download-licenses.
*
* @since 2.4
* @since 2.4.0
*/
@Parameter(property = "license.writeCalcFile", defaultValue = "false")
private boolean writeCalcFile;
Expand Down Expand Up @@ -734,7 +734,7 @@ public abstract class AbstractDownloadLicensesMojo extends AbstractLicensesXmlMo
*
* @see AbstractDownloadLicensesMojo#writeExcelFile
* @see AggregateDownloadLicensesMojo#extendedInfo
* @since 2.4
* @since 2.4.0
*/
@Parameter(
property = "license.licensesExcelOutputFile",
Expand All @@ -748,7 +748,7 @@ public abstract class AbstractDownloadLicensesMojo extends AbstractLicensesXmlMo
*
* @see AbstractDownloadLicensesMojo#writeCalcFile
* @see AggregateDownloadLicensesMojo#extendedInfo
* @since 2.4
* @since 2.4.0
*/
@Parameter(
property = "license.licensesCalcOutputFile",
Expand Down
Expand Up @@ -103,7 +103,7 @@ public class AggregateDownloadLicensesMojo extends AbstractDownloadLicensesMojo
* <p/>
* This means it will read info from the JAR's MANIFEST.MF file, look for NOTICE.txt and similar files.
*
* @since 2.4
* @since 2.4.0
*/
@Parameter(property = "license.extendedInfo", defaultValue = "false")
private boolean extendedInfo;
Expand Down

0 comments on commit 779c91f

Please sign in to comment.