Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
atraplet committed Dec 22, 2024
2 parents fb3b4dc + 9f0f750 commit 9d386ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/com.ustermetrics/ecos4j-native)](https://central.sonatype.com/artifact/com.ustermetrics/ecos4j-native)
[![GPLv3 licensed](https://img.shields.io/badge/license-GPLv3-blue)](https://github.com/atraplet/ecos4j-native/blob/master/LICENSE)

ecos4j-native (ECOS Solver for Java Native Libraries) contains shared library release binaries
ecos4j-native (ECOS Solver for Java Native Libraries) bundles shared library release binaries
of [ECOS](https://github.com/embotech/ecos) for [ecos4j](https://github.com/atraplet/ecos4j) for Linux (linux_64), Windows (windows_64), and MacOS (osx_arm64).

## Usage
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -113,7 +113,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.11.5</version>
<version>1.13.0</version>
<executions>
<execution>
<id>download libecos.so</id>
Expand Down Expand Up @@ -195,7 +195,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 9d386ed

Please sign in to comment.