File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >a2geek.apple2</groupId >
6
6
<artifactId >apple2-image-encoder</artifactId >
7
- <version >5.0.0-SNAPSHOT </version >
7
+ <version >4.4.1-FINAL </version >
8
8
<name >Apple II Image Encoder</name >
9
9
<description >A utility that got out of hand and became an application to move modern images to the Apple II platform.</description >
10
10
13
13
<maven .compiler.target>1.8</maven .compiler.target>
14
14
<maven .shade.version>3.0.0</maven .shade.version>
15
15
<junit .version>4.12</junit .version>
16
- <commons-compress .version>1.14</commons-compress .version>
17
16
</properties >
18
17
19
18
<dependencies >
26
25
<dependency >
27
26
<groupId >org.apache.commons</groupId >
28
27
<artifactId >commons-compress</artifactId >
29
- <version >${commons-compress.version} </version >
28
+ <version >[1.18,) </version >
30
29
</dependency >
31
30
<dependency >
32
31
<groupId >org.brotli</groupId >
71
70
</plugin >
72
71
</plugins >
73
72
</build >
74
- </project >
73
+ </project >
You can’t perform that action at this time.
0 commit comments