diff --git a/modules/.releng/test/jenkins-results-parser/artifact.properties b/modules/.releng/test/jenkins-results-parser/artifact.properties index 9b67a3ac7623e5..2d750cfa5e6cde 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=9a1e65dc0f26ca22fcd1a69208bd8dda4a6b0ced -artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1350/com.liferay.jenkins.results.parser-1.0.1350-sources.jar -artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1350/com.liferay.jenkins.results.parser-1.0.1350.jar \ No newline at end of file +artifact.git.id=30290b33e7e9f857fa65d3bed7a1a41cf18aec4a +artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1351/com.liferay.jenkins.results.parser-1.0.1351-sources.jar +artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.jenkins.results.parser/1.0.1351/com.liferay.jenkins.results.parser-1.0.1351.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 ca42269c49d88c..c97ad651585963 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.1350" + compileOnly group: "com.liferay", name: "com.liferay.jenkins.results.parser", version: "1.0.1351" 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 7584bff66c3acc..29bdd9172d384c 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.1351 \ No newline at end of file +Bundle-Version: 1.0.1352 \ No newline at end of file