Skip to content

Commit

Permalink
Renamed Pool2 -> Connection-Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFeinauer committed Jan 3, 2021
1 parent 81f6aaf commit 1c85b18
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<version>0.8.0-SNAPSHOT</version>
</parent>

<artifactId>plc4j-connection-pool2</artifactId>
<artifactId>plc4j-connection-cache</artifactId>

<name>PLC4J: Tools: Connection Pool</name>
<description>An implementation of a connection pool based on Apache Commons Pool.</description>
Expand Down
2 changes: 1 addition & 1 deletion plc4j/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<modules>
<module>capture-replay</module>
<module>connection-pool</module>
<module>connection-pool2</module>
<module>connection-cache</module>
<module>opm</module>
<module>scraper</module>
</modules>
Expand Down

0 comments on commit 1c85b18

Please sign in to comment.