Skip to content

Commit 9fcc95a

Browse files
committed
ignore, this is a CI early test for the move to EE11
1 parent 271ef07 commit 9fcc95a

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/project_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
WildFly-build:
4545
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
4646
with:
47-
wildfly-branch: ${{ github.base_ref }}
48-
wildfly-repo: "wildfly/wildfly"
47+
wildfly-branch: WFLY-21722
48+
wildfly-repo: "emmartins/wildfly"
4949

5050
Test-build-with-deps-matrix:
5151
name: BUILD WITH DEPS - JDK${{ matrix.jdk }} - ${{ matrix.os }}

.github/workflows/quickstart_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ jobs:
162162
WildFly-build:
163163
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
164164
with:
165-
wildfly-branch: ${{ github.base_ref }}
166-
wildfly-repo: "wildfly/wildfly"
165+
wildfly-branch: WFLY-21722
166+
wildfly-repo: "emmartins/wildfly"
167167

168168
Test-build-with-deps-matrix:
169169
name: BUILD WITH DEPS - JDK${{ matrix.jdk }} - ${{ matrix.os }}

.github/workflows/quickstart_ejb-txn-remote-call_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
WildFly-build:
128128
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
129129
with:
130-
wildfly-branch: ${{ github.base_ref }}
131-
wildfly-repo: "wildfly/wildfly"
130+
wildfly-branch: WFLY-21722
131+
wildfly-repo: "emmartins/wildfly"
132132

133133
Test-build-with-deps-matrix:
134134
name: BUILD WITH DEPS - JDK${{ matrix.jdk }} - ${{ matrix.os }}

batch-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
typesafe criteria queries -->
8383
<dependency>
8484
<groupId>org.hibernate.orm</groupId>
85-
<artifactId>hibernate-jpamodelgen</artifactId>
85+
<artifactId>hibernate-processor</artifactId>
8686
<scope>provided</scope>
8787
</dependency>
8888
<!-- Jakarta Activation needed for JPA model generation -->

kitchensink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
typesafe criteria queries -->
9292
<dependency>
9393
<groupId>org.hibernate.orm</groupId>
94-
<artifactId>hibernate-jpamodelgen</artifactId>
94+
<artifactId>hibernate-processor</artifactId>
9595
<scope>provided</scope>
9696
</dependency>
9797
<!-- Jakarta Activation needed for JPA model generation -->

0 commit comments

Comments
 (0)