Skip to content

Commit

Permalink
Prepare for release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed May 12, 2019
1 parent 50b7e5f commit c7a8997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.9.5</version>
</parent>
<artifactId>exec</artifactId>
<version>0.8.9-SNAPSHOT</version>
<version>0.8.9</version>
<name>LibJ Exec</name>
<description>
API for external process execution and standard stream management.
Expand All @@ -34,12 +34,12 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>io</artifactId>
<version>0.7.5-SNAPSHOT</version>
<version>0.7.5</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c7a8997

Please sign in to comment.