diff --git a/Audit trail.mpr b/Audit trail.mpr index 75e381b..1e9aa31 100644 Binary files a/Audit trail.mpr and b/Audit trail.mpr differ diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/build.gradle b/build.gradle index e7d4513..f80a5e7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.mendix.gradle.publish-module-plugin' version '1.17' + id 'com.mendix.gradle.publish-module-plugin' version '1.23' id 'net.researchgate.release' version '2.8.1' } @@ -16,7 +16,7 @@ mxMarketplace { appName = "Audittrail" filterWidgets = true appDirectory = "." - includeFiles = List.of(ossClearanceFile) + includeFiles = List.of(ossClearanceFile, licenseFile) versionPathPrefix = "__Version " // the path prefix within the module to the version folder } diff --git a/environment.gradle b/environment.gradle index fdbad81..d83e6f4 100644 --- a/environment.gradle +++ b/environment.gradle @@ -7,3 +7,4 @@ def mxInstallVersion = System.getenv('MODELER_VERSION') ?: System.getenv('MX_INS project.ext.mxInstallPath = "${mxPath}/${mxInstallVersion}" project.ext.mxRuntimeBundles = new File("${mxInstallPath}/runtime/bundles") project.ext.ossClearanceFile = file("SiemensMendixAudittrail__10.2.0__READMEOSS.html") +project.ext.licenseFile = file("LICENSE.txt") diff --git a/gradle.properties b/gradle.properties index 5b88abe..ab81545 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=10.2.0 \ No newline at end of file +version=10.2.1 \ No newline at end of file diff --git a/marketplace/release-notes/10.2.1.txt b/marketplace/release-notes/10.2.1.txt new file mode 100644 index 0000000..29d8f4d --- /dev/null +++ b/marketplace/release-notes/10.2.1.txt @@ -0,0 +1 @@ +We added the LICENSE.txt file which was missing in previous releases. \ No newline at end of file