Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jnr-unixsocket-0.38.10
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Sep 7, 2021
1 parent 6d48766 commit 85cfc88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<packaging>jar</packaging>
<version>0.38.10-SNAPSHOT</version>
<version>0.38.10</version>
<name>jnr-unixsocket</name>
<description>UNIX socket channels for java</description>
<url>http://github.com/jnr/jnr-unixsocket</url>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.2.5</version>
<version>2.2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -71,13 +71,13 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.32.7</version>
<version>0.32.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>3.1.8</version>
<version>3.1.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 85cfc88

Please sign in to comment.