Skip to content

Commit

Permalink
Prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Jul 21, 2019
1 parent 5f96ca9 commit 30dc2d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changes by Version

## v0.4.6 (2019-07-21)
* Upgrade `org.libj:logging:0.4.1` to `0.4.2`.
* Upgrade `org.libj:util:0.7.9` to `0.8.0`.
* Upgrade `org.libj:test:0.6.9` to `0.7.0`.

## v0.4.5 (2019-05-13)
* Initial public release.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>
<artifactId>sql</artifactId>
<version>0.4.6-SNAPSHOT</version>
<version>0.4.6</version>
<name>LibJ SQL</name>
<description>
Supplementary extensions to the java.sql package, providing common functions and abstractions related to SQL.
Expand All @@ -34,17 +34,17 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>logging</artifactId>
<version>0.4.2-SNAPSHOT</version>
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 30dc2d3

Please sign in to comment.