From 8300a7a327213eff2813626cb359c3aa7d7ad4a4 Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Mon, 15 Apr 2024 07:38:23 +0300 Subject: [PATCH] LRCI-4175 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 5f540b5dc5f238..dc75384e830b9a 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=0641f891e8aa745d2ec5649d792e687a0bf19944 -artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1372/com.liferay.jenkins.results.parser-1.0.1372-sources.jar -artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1372/com.liferay.jenkins.results.parser-1.0.1372.jar \ No newline at end of file +artifact.git.id=bf7c2ef85ce9580516d8f55e7402b4ba66ea5d99 +artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1373/com.liferay.jenkins.results.parser-1.0.1373-sources.jar +artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1373/com.liferay.jenkins.results.parser-1.0.1373.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 e3b1ebe85d1ecb..abac461c222be1 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.1372" + compileOnly group: "com.liferay", name: "com.liferay.jenkins.results.parser", version: "1.0.1373" compileOnly group: "org.apache.ant", name: "ant", transitive: false, version: "1.10.11" } diff --git a/modules/test/jenkins-results-parser/bnd.bnd b/modules/test/jenkins-results-parser/bnd.bnd index 055ee6e6f89ac5..15dc84d792b3b0 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.1373 \ No newline at end of file +Bundle-Version: 1.0.1374 \ No newline at end of file