Skip to content

Commit 6fc9ba2

Browse files
committed
0.8-RC6 added dbcp2
1 parent df0b572 commit 6fc9ba2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

fj-core/pom.xml

Lines changed: 1 addition & 2 deletions
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>8.0-RC5</version>
10+
<version>0.8-RC6</version>
1111
</parent>
1212

1313
<name>fj-core</name>
@@ -44,7 +44,6 @@
4444
<dependency>
4545
<groupId>org.apache.commons</groupId>
4646
<artifactId>commons-dbcp2</artifactId>
47-
<version>2.9.0</version>
4847
</dependency>
4948

5049
</dependencies>

fj-tool/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>8.0-RC5</version>
10+
<version>0.8-RC6</version>
1111
</parent>
1212

1313
<name>fj-tool</name>

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.1</version>
10+
<version>0.2.2</version>
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>8.0-RC5</version>
14+
<version>0.8-RC6</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)