Skip to content

Commit 9c5fa1a

Browse files
authored
Merge pull request #391 from FgForrest/dev
build: fixed parent version for jacoco module
2 parents f4ec645 + 803e15f commit 9c5fa1a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci-dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths: # but react only to changes in code or pipeline definition
99
- evita*/**/*.java
1010
- evita*/**/pom.xml
11+
- jacoco/**/pom.xml
1112
- docker/**.*
1213
- .github/**.*
1314
pull_request_target:

.github/workflows/ci-master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths: # but react only to changes in code or pipeline definition
99
- evita*/**/*.java
1010
- evita*/**/pom.xml
11+
- jacoco/**/pom.xml
1112
- evita*/**/dist/**.*
1213
- docker/**.*
1314
- .github/**.*

jacoco/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<parent>
3131
<groupId>io.evitadb</groupId>
3232
<artifactId>evita_root</artifactId>
33+
<!-- fixed parent version -->
3334
<version>10.1-SNAPSHOT</version>
3435
</parent>
3536
<dependencies>

0 commit comments

Comments
 (0)