From 718d76608895fd6492bc90eda082a7183559d932 Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Fri, 21 Jun 2024 17:42:44 +0200 Subject: [PATCH] [WFCORE-6750] Update to 1.0.0.Beta1 of the scanner & zip indices --- pom.xml | 2 +- .../unstable-api-annotation/feature-pack/feature-pack/pom.xml | 2 +- .../pm/wildfly/tasks.xml | 4 ++-- .../reporter/UnstableApiAnnotationScannerTestCase.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2ad1ff143dc..d7ce47f0bb5 100644 --- a/pom.xml +++ b/pom.xml @@ -245,7 +245,7 @@ 2.4.2.Final 4.1.0.Final 3.0.3.Final - 1.0.0.Alpha3 + 1.0.0.Beta1 2.2 diff --git a/testsuite/unstable-api-annotation/feature-pack/feature-pack/pom.xml b/testsuite/unstable-api-annotation/feature-pack/feature-pack/pom.xml index 06f63daafc7..6a5f3433cc8 100644 --- a/testsuite/unstable-api-annotation/feature-pack/feature-pack/pom.xml +++ b/testsuite/unstable-api-annotation/feature-pack/feature-pack/pom.xml @@ -51,7 +51,7 @@ index-unstable-api-annotations - ${project.build.directory}/index/wildfly-core-testsuite-unstable-api-annotation-feature-pack.txt + ${project.build.directory}/index/wildfly-core-testsuite-unstable-api-annotation-feature-pack.zip org.wildfly.core.test.unstable.api.annotation.classes.api.Unstable diff --git a/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/packages/unstable-api-annotation-index.wildfly-core-testsuite-unstable-api-annotation-feature-pack/pm/wildfly/tasks.xml b/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/packages/unstable-api-annotation-index.wildfly-core-testsuite-unstable-api-annotation-feature-pack/pm/wildfly/tasks.xml index f396d92504b..939cb0b2024 100644 --- a/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/packages/unstable-api-annotation-index.wildfly-core-testsuite-unstable-api-annotation-feature-pack/pm/wildfly/tasks.xml +++ b/testsuite/unstable-api-annotation/feature-pack/feature-pack/src/main/resources/packages/unstable-api-annotation-index.wildfly-core-testsuite-unstable-api-annotation-feature-pack/pm/wildfly/tasks.xml @@ -8,7 +8,7 @@ - wildfly-core-testsuite-unstable-api-annotation-feature-pack.txt + wildfly-core-testsuite-unstable-api-annotation-feature-pack.zip - + diff --git a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/UnstableApiAnnotationScannerTestCase.java b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/UnstableApiAnnotationScannerTestCase.java index 7d6caf9488f..04b1f71db1f 100644 --- a/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/UnstableApiAnnotationScannerTestCase.java +++ b/testsuite/unstable-api-annotation/tests/src/test/java/org/wildfly/core/test/unstable/api/annotation/reporter/UnstableApiAnnotationScannerTestCase.java @@ -67,7 +67,7 @@ public class UnstableApiAnnotationScannerTestCase { private static final String CONTENT = "content"; private static final String INDEX_INDEX_FILE = "index.txt"; - private static final String TEST_FEATURE_PACK_INDEX = "wildfly-core-testsuite-unstable-api-annotation-feature-pack.txt"; + private static final String TEST_FEATURE_PACK_INDEX = "wildfly-core-testsuite-unstable-api-annotation-feature-pack.zip"; @Test public void testIndexExists() throws Exception {