Skip to content

Commit acf55c4

Browse files
committed
0.8-RC4 updated version libraries
1 parent 3da9f10 commit acf55c4

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

fj-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>0.8-RC3</version>
10+
<version>0.8-RC4</version>
1111
</parent>
1212

1313
<name>fj-core</name>

fj-tool/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>0.8-RC3</version>
10+
<version>0.8-RC4</version>
1111
</parent>
1212

1313
<name>fj-tool</name>
1414
<description>Fugerit Java Tool Library for JDK 1.8 and up</description>
1515

1616
<properties>
17-
<common-compress-version>1.22</common-compress-version>
18-
<org.tukaani.xz-version>1.9</org.tukaani.xz-version>
1917
</properties>
2018

2119
<organization>
@@ -70,13 +68,11 @@
7068
<dependency>
7169
<groupId>org.apache.commons</groupId>
7270
<artifactId>commons-compress</artifactId>
73-
<version>${common-compress-version}</version>
7471
</dependency>
7572

7673
<dependency>
7774
<groupId>org.tukaani</groupId>
7875
<artifactId>xz</artifactId>
79-
<version>${org.tukaani.xz-version}</version>
8076
</dependency>
8177

8278
<!-- java core dependancies -->
@@ -94,7 +90,6 @@
9490
<dependency>
9591
<groupId>commons-codec</groupId>
9692
<artifactId>commons-codec</artifactId>
97-
<version>1.15</version>
9893
</dependency>
9994

10095
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-bom</artifactId>
10-
<version>0.2.0</version>
10+
<version>0.2.1</version>
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>0.8-RC3</version>
14+
<version>0.8-RC4</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)