From 28833a4c692acc64eb999bdb64fe1badf9884501 Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Wed, 9 Oct 2024 10:06:50 +0200 Subject: [PATCH] LRCI-4706 prep next --- .../.releng/test/jenkins-results-parser/artifact.properties | 6 +++--- modules/sdk/ant-secure-property/build.gradle | 2 +- modules/test/jenkins-results-parser/bnd.bnd | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/.releng/test/jenkins-results-parser/artifact.properties b/modules/.releng/test/jenkins-results-parser/artifact.properties index 16cbce756f75e9..a241ac82857720 100644 --- a/modules/.releng/test/jenkins-results-parser/artifact.properties +++ b/modules/.releng/test/jenkins-results-parser/artifact.properties @@ -1,3 +1,3 @@ -artifact.git.id=c6545c25425eef502f5c9924d9d8cd1dd4e6d471 -artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1465/com.liferay.jenkins.results.parser-1.0.1465-sources.jar -artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1465/com.liferay.jenkins.results.parser-1.0.1465.jar \ No newline at end of file +artifact.git.id=7771e8837998c0d5893a5d12a362adf0d8d96b75 +artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1466/com.liferay.jenkins.results.parser-1.0.1466-sources.jar +artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1466/com.liferay.jenkins.results.parser-1.0.1466.jar \ No newline at end of file diff --git a/modules/sdk/ant-secure-property/build.gradle b/modules/sdk/ant-secure-property/build.gradle index e2e390fbfd34a3..d89a5d6cd93a1c 100644 --- a/modules/sdk/ant-secure-property/build.gradle +++ b/modules/sdk/ant-secure-property/build.gradle @@ -8,7 +8,7 @@ clean { } dependencies { - compileOnly group: "com.liferay", name: "com.liferay.jenkins.results.parser", version: "1.0.1465" + compileOnly group: "com.liferay", name: "com.liferay.jenkins.results.parser", version: "1.0.1466" compileOnly group: "org.apache.ant", name: "ant", transitive: false, version: "1.10.14" } diff --git a/modules/test/jenkins-results-parser/bnd.bnd b/modules/test/jenkins-results-parser/bnd.bnd index 012a152b11d862..b65d67428d3262 100644 --- a/modules/test/jenkins-results-parser/bnd.bnd +++ b/modules/test/jenkins-results-parser/bnd.bnd @@ -1,3 +1,3 @@ Bundle-Name: Liferay Jenkins Results Parser Bundle-SymbolicName: com.liferay.jenkins.results.parser -Bundle-Version: 1.0.1466 \ No newline at end of file +Bundle-Version: 1.0.1467 \ No newline at end of file