Skip to content

Commit 9c725a6

Browse files
committed
Prepare patched release for openjdk8 version
1 parent 98db5e5 commit 9c725a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: CI
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ master ]
9+
branches: [ 0.0.15-openjdk8 ]
1010
pull_request:
11-
branches: [ master ]
11+
branches: [ 0.0.15-openjdk8 ]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.ericsson</groupId>
66
<artifactId>eiffel-commons-java</artifactId>
7-
<version>0.0.18</version>
7+
<version>0.0.15-openjdk8</version>
88
<name>eiffel commons java</name>
99
<description>A shared library for eiffel components</description>
1010

0 commit comments

Comments
 (0)