Skip to content

Commit be37d35

Browse files
aepflitoddbaert
andcommitted
Update pom.xml
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Simon Schrottner <[email protected]>
1 parent c279d66 commit be37d35

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: CI
22
on:
3-
push:
43
pull_request:
54
types:
65
- opened

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
<!-- selected automatically by JDK activeation (see https://maven.apache.org/guides/introduction/introduction-to-profiles.html#implicit-profile-activation) -->
543543
<profile>
544544
<id>java8</id>
545-
<!-- with the next block we can define a set of sdks which still support java 8, if any of the sdks is not supporting java 8 anymore -->
545+
<!-- with the next block we can define a set of artifacts which still support java 8, if any of the artifacts is not supporting java 8 anymore -->
546546
<!--<modules><module></module></modules>-->
547547
<properties>
548548
<toolchain.jdk.version>(1.8,9)</toolchain.jdk.version>

0 commit comments

Comments
 (0)