File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes by Version
2
2
3
- ## [ v0.8.13-SNAPSHOT] ( https://github.com/libj/util/compare/11b5801c386ed7dcf9c31a69706a36b4a6e42fc3..HEAD )
3
+ ## [ v0.8.14-SNAPSHOT] ( https://github.com/libj/util/compare/9944f868ed88b3995417f6fe00286fb3f0415c53..HEAD )
4
+
5
+ ## [ v0.8.13] ( https://github.com/libj/util/compare/11b5801c386ed7dcf9c31a69706a36b4a6e42fc3..9944f868ed88b3995417f6fe00286fb3f0415c53 ) (2024-02-27)
6
+ * #3 Apply auto-formatting
4
7
5
8
## [ v0.8.12] ( https://github.com/libj/exec/compare/920ea38566e1e4f5b86f81603c7610766e990cb6..11b5801c386ed7dcf9c31a69706a36b4a6e42fc3 ) (2023-09-20)
6
9
* #2 Transition to GitHub Actions
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.libj</groupId >
24
24
<artifactId >libj</artifactId >
25
- <version >0.9.9-SNAPSHOT </version >
25
+ <version >0.9.9</version >
26
26
</parent >
27
27
<artifactId >exec</artifactId >
28
- <version >0.8.13-SNAPSHOT </version >
28
+ <version >0.8.13</version >
29
29
<name >LibJ Exec</name >
30
30
<description >
31
31
API for external process execution and standard stream management.
34
34
<dependency >
35
35
<groupId >org.libj</groupId >
36
36
<artifactId >lang</artifactId >
37
- <version >0.8.1-SNAPSHOT </version >
37
+ <version >0.8.1</version >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >org.libj</groupId >
41
41
<artifactId >io</artifactId >
42
- <version >0.7.9-SNAPSHOT </version >
42
+ <version >0.7.9</version >
43
43
</dependency >
44
44
</dependencies >
45
45
</project >
You can’t perform that action at this time.
0 commit comments