We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5761f9 commit 11b5801Copy full SHA for 11b5801
pom.xml
@@ -22,10 +22,10 @@
22
<parent>
23
<groupId>org.libj</groupId>
24
<artifactId>libj</artifactId>
25
- <version>0.9.8-SNAPSHOT</version>
+ <version>0.9.8</version>
26
</parent>
27
<artifactId>exec</artifactId>
28
- <version>0.8.12-SNAPSHOT</version>
+ <version>0.8.12</version>
29
<name>LibJ Exec</name>
30
<description>
31
API for external process execution and standard stream management.
@@ -34,12 +34,12 @@
34
<dependency>
35
36
<artifactId>lang</artifactId>
37
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
38
</dependency>
39
40
41
<artifactId>io</artifactId>
42
- <version>0.7.8-SNAPSHOT</version>
+ <version>0.7.8</version>
43
44
</dependencies>
45
</project>
0 commit comments