Skip to content

Commit

Permalink
[WFCORE-6750] Update to 1.0.0.Beta1 of the scanner & zip indices
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Jun 24, 2024
1 parent 4084e22 commit e25403d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<version.org.wildfly.security.elytron>2.4.2.Final</version.org.wildfly.security.elytron>
<version.org.wildfly.security.elytron-web>4.1.0.Final</version.org.wildfly.security.elytron-web>
<version.org.wildfly.security.jakarta.elytron-ee>3.0.3.Final</version.org.wildfly.security.jakarta.elytron-ee>
<version.org.wildfly.unstable.api.annotation>1.0.0.Alpha3</version.org.wildfly.unstable.api.annotation>
<version.org.wildfly.unstable.api.annotation>1.0.0.Beta1</version.org.wildfly.unstable.api.annotation>
<version.org.yaml.snakeyaml>2.2</version.org.yaml.snakeyaml>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<goal>index-unstable-api-annotations</goal>
</goals>
<configuration>
<outputFile>${project.build.directory}/index/wildfly-core-testsuite-unstable-api-annotation-feature-pack.txt</outputFile>
<outputFile>${project.build.directory}/index/wildfly-core-testsuite-unstable-api-annotation-feature-pack.zip</outputFile>
<filters>
<filter>
<annotation>org.wildfly.core.test.unstable.api.annotation.classes.api.Unstable</annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<append-file
target="modules/system/layers/base/org/wildfly/_internal/unstable-api-annotation-index/main/content/index.txt"
ignore="true">
<line>wildfly-core-testsuite-unstable-api-annotation-feature-pack.txt</line>
<line>wildfly-core-testsuite-unstable-api-annotation-feature-pack.zip</line>
</append-file>
<copy-path src="wildfly-core-testsuite-unstable-api-annotation-feature-pack.txt" relative-to="content" target="modules/system/layers/base/org/wildfly/_internal/unstable-api-annotation-index/main/content/wildfly-core-testsuite-unstable-api-annotation-feature-pack.txt"/>
<copy-path src="wildfly-core-testsuite-unstable-api-annotation-feature-pack.zip" relative-to="content" target="modules/system/layers/base/org/wildfly/_internal/unstable-api-annotation-index/main/content/wildfly-core-testsuite-unstable-api-annotation-feature-pack.zip"/>
</tasks>
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e25403d

Please sign in to comment.