Skip to content

Commit 900e448

Browse files
committed
Update verification build and scmUrl to forked repository
1 parent b166b71 commit 900e448

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,17 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
submodules: false
27+
submodules: true
2828
repository: 'eclipse-m2e/m2e-core'
2929
ref: 'main'
30-
- name: Checkout tests
31-
uses: actions/checkout@v4
32-
with:
33-
fetch-depth: 0
34-
submodules: false
35-
repository: 'tesla/m2e-core-tests'
36-
path: 'm2e-core-tests'
3730
- uses: actions/setup-java@v4
3831
with:
3932
java-version: '21'
4033
distribution: 'temurin'
4134
- name: Set up Maven
4235
uses: stCarolas/setup-maven@v5
4336
with:
44-
maven-version: 3.9.9
37+
maven-version: 3.9.11
4538
- name: Cache local Maven repository
4639
uses: actions/cache@v4
4740
with:
@@ -71,4 +64,3 @@ jobs:
7164
with:
7265
name: Event File
7366
path: ${{ github.event_path }}
74-

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ on:
99
jobs:
1010
check:
1111
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/publishTestResults.yml@master
12-
13-
14-
15-

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<packaging>pom</packaging>
1515

1616
<properties>
17-
<tycho.scmUrl>scm:git:https://github.com/tesla/m2e-core-tests.git</tycho.scmUrl>
17+
<tycho.scmUrl>scm:git:https://github.com/eclipse-m2e/m2e-core-tests.git</tycho.scmUrl>
1818
<tycho.test.platformArgs></tycho.test.platformArgs>
1919
</properties>
2020
<modules>

0 commit comments

Comments
 (0)