Skip to content

Commit a123456

Browse files
authored
Release 3.0.8 version with openjdk built eiffel-commons (#329)
* Update pom.xml with eiffel-commons built with openjdk * Update README.md with CI badge from github actions
1 parent bcc4d32 commit a123456

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<img src="./images/eiffel-intelligence-logo.png" alt="Eiffel Intelligence" width="350"/>
1919

2020
[![Sandbox badge](https://img.shields.io/badge/Stage-Sandbox-yellow)](https://github.com/eiffel-community/community/blob/master/PROJECT_LIFECYCLE.md#stage-sandbox)
21-
[![Build Status](https://travis-ci.org/eiffel-community/eiffel-intelligence-frontend.svg?branch=master)](https://travis-ci.org/eiffel-community/eiffel-intelligence-frontend)
21+
[![CI](https://github.com/eiffel-community/eiffel-intelligence-frontend/actions/workflows/main.yml/badge.svg)](https://github.com/eiffel-community/eiffel-intelligence-frontend/actions/workflows/main.yml)
2222
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bbbaaa716e4542188ea66b9104e0e9b6)](https://www.codacy.com/manual/eiffel-intelligence-maintainers/eiffel-intelligence-frontend?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=eiffel-community/eiffel-intelligence-frontend&amp;utm_campaign=Badge_Grade)
2323
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/bbbaaa716e4542188ea66b9104e0e9b6)](https://www.codacy.com/app/eiffel-intelligence-maintainers/eiffel-intelligence-frontend?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=eiffel-community/eiffel-intelligence-frontend&amp;utm_campaign=Badge_Coverage)
2424
[![](https://jitpack.io/v/eiffel-community/eiffel-intelligence-frontend.svg)](https://jitpack.io/#eiffel-community/eiffel-intelligence-frontend)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.ericsson</groupId>
88
<artifactId>eiffel-intelligence-frontend</artifactId>
9-
<version>3.0.7</version>
9+
<version>3.0.8</version>
1010
<packaging>war</packaging>
1111

1212
<parent>
@@ -196,7 +196,7 @@
196196
<dependency>
197197
<groupId>com.github.eiffel-community</groupId>
198198
<artifactId>eiffel-commons</artifactId>
199-
<version>0.0.12</version>
199+
<version>0.0.15-openjdk-8</version>
200200
</dependency>
201201
<dependency>
202202
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)