Skip to content

Commit

Permalink
Prepare for release 3.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
archiecobbs committed Jul 29, 2017
1 parent f524515 commit 1899644
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.5.2
Version 3.5.2 Released July 29, 2017

- Fixed several bugs in jsck; added `-kv' flag
- Added methods JObject.getModelClass() and JObject.getJClass()
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-ant</artifactId>
<name>JSimpleDB Ant Tasks</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-app</artifactId>
<name>JSimpleDB Application Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-cli-telnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-cli-telnet</artifactId>
<name>JSimpleDB CLI Telnet Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-cli</artifactId>
<name>JSimpleDB CLI Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-cliapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-cliapp</artifactId>
<name>JSimpleDB CLI Application</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-coreapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-coreapi</artifactId>
<name>JSimpleDB Core API Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-demo</artifactId>
<name>JSimpleDB Demo Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-guiapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-guiapp</artifactId>
<name>JSimpleDB GUI Application</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-jsck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-jsck</artifactId>
<name>JSimpleDB Key/Value Database Consistency Checker</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-array/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-array</artifactId>
<name>JSimpleDB Array Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-bdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-bdb</artifactId>
<name>JSimpleDB Berkeley DB Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-cockroach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-cockroach</artifactId>
<name>JSimpleDB CockroachDB Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-fdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-fdb</artifactId>
<name>JSimpleDB FoundationDB Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-leveldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-leveldb</artifactId>
<name>JSimpleDB LevelDB Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-mssql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-mssql</artifactId>
<name>JSimpleDB Microsoft SQL Server Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-mysql</artifactId>
<name>JSimpleDB MySQL Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-raft/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-raft</artifactId>
<name>JSimpleDB Raft Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-rocksdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-rocksdb</artifactId>
<name>JSimpleDB RocksDB Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-simple</artifactId>
<name>JSimpleDB Simple Key/Value Store Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-spanner</artifactId>
<name>JSimpleDB Google Cloud Spanner Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-sql</artifactId>
<name>JSimpleDB SQL Database Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-sqlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-sqlite</artifactId>
<name>JSimpleDB SQLite Key/Value Store</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv-test</artifactId>
<name>JSimpleDB Key/Value Store Test Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-kv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-kv</artifactId>
<name>JSimpleDB Key/Value Store Base Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-main</artifactId>
<name>JSimpleDB Main Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-parse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-parse</artifactId>
<name>JSimpleDB Parsing Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-spring</artifactId>
<name>JSimpleDB Spring Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-test</artifactId>
<name>JSimpleDB Test Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-util</artifactId>
<name>JSimpleDB Utility Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion jsimpledb-vaadin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<artifactId>jsimpledb-vaadin</artifactId>
<name>JSimpleDB Vaadin Classes</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.jsimpledb</groupId>
<artifactId>jsimpledb</artifactId>
<name>JSimpleDB</name>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<packaging>pom</packaging>
<description>JSimpleDB is a better persistence layer for Java.</description>
<url>https://github.com/archiecobbs/jsimpledb/</url>
Expand Down

0 comments on commit 1899644

Please sign in to comment.