diff --git a/pom.xml b/pom.xml index 451405a8c61..aad19199e32 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 {