Skip to content

Commit b87bd4c

Browse files
authored
Release 3.2.10 with openjdk built eiffel-commons lib (#576)
* Update pom.xml with openjdk compatible eiffel-commons lib * Prepare release for 3.2.10 version * Update maven.config with -s option * Update maven.config * Update README.md with Github Actions CI
1 parent 921c188 commit b87bd4c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.mvn/maven.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--settings ./.mvn/project-settings.xml
1+
-s./.mvn/project-settings.xml

README.md

+1-1
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.svg?branch=master)](https://travis-ci.org/eiffel-community/eiffel-intelligence)
21+
[![CI](https://github.com/eiffel-community/eiffel-intelligence/actions/workflows/main.yml/badge.svg)](https://github.com/eiffel-community/eiffel-intelligence/actions/workflows/main.yml)
2222
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8600a861b2aa4770901d12a45ace3535)](https://www.codacy.com/app/eiffel-intelligence-maintainers/eiffel-intelligence?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=eiffel-community/eiffel-intelligence&amp;utm_campaign=Badge_Grade)
2323
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/8600a861b2aa4770901d12a45ace3535)](https://www.codacy.com/app/eiffel-intelligence-maintainers/eiffel-intelligence?utm_source=github.com&utm_medium=referral&utm_content=eiffel-community/eiffel-intelligence&utm_campaign=Badge_Coverage)
2424
[![](https://jitpack.io/v/eiffel-community/eiffel-intelligence.svg)](https://jitpack.io/#eiffel-community/eiffel-intelligence)

pom.xml

+2-2
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</artifactId>
9-
<version>3.2.9</version>
9+
<version>3.2.10</version>
1010
<packaging>war</packaging>
1111

1212
<parent>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.github.eiffel-community</groupId>
7676
<artifactId>eiffel-commons</artifactId>
77-
<version>0.0.15</version>
77+
<version>0.0.15-openjdk-8</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)