Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jnr-ffi-2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 6, 2022
1 parent 942b98e commit 35fd524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<packaging>jar</packaging>
<version>2.2.11-SNAPSHOT</version>
<version>2.2.11</version>
<name>jnr-ffi</name>
<description>A library for invoking native functions from java</description>
<url>https://github.com/jnr/jnr-ffi</url>
Expand Down Expand Up @@ -61,13 +61,13 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
<version>1.3.9-SNAPSHOT</version>
<version>1.3.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
<version>1.3.9-SNAPSHOT</version>
<version>1.3.9</version>
<scope>runtime</scope>
<classifier>native</classifier>
</dependency>
Expand Down

0 comments on commit 35fd524

Please sign in to comment.