diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 7ea711c9a..ae4dd02f9 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -8,6 +8,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version == [Unreleased] +== [1.0.0] - 2023-6-22 + === Changed - Define integration test and disable it by default diff --git a/jnosql-arangodb/pom.xml b/jnosql-arangodb/pom.xml index 84044ed6a..c54545b69 100644 --- a/jnosql-arangodb/pom.xml +++ b/jnosql-arangodb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-arangodb diff --git a/jnosql-cassandra/pom.xml b/jnosql-cassandra/pom.xml index d5ac31a4a..6c411601b 100644 --- a/jnosql-cassandra/pom.xml +++ b/jnosql-cassandra/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-cassandra diff --git a/jnosql-couchbase/pom.xml b/jnosql-couchbase/pom.xml index 7c694987c..daa2806ad 100644 --- a/jnosql-couchbase/pom.xml +++ b/jnosql-couchbase/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-couchbase diff --git a/jnosql-couchdb/pom.xml b/jnosql-couchdb/pom.xml index b7cedf62f..ab2b7a4c3 100644 --- a/jnosql-couchdb/pom.xml +++ b/jnosql-couchdb/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-couchdb diff --git a/jnosql-database-commons/pom.xml b/jnosql-database-commons/pom.xml index 6c32457dc..31b56f816 100644 --- a/jnosql-database-commons/pom.xml +++ b/jnosql-database-commons/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-database-commons diff --git a/jnosql-dynamodb/pom.xml b/jnosql-dynamodb/pom.xml index cb09dd47c..6a241ffce 100644 --- a/jnosql-dynamodb/pom.xml +++ b/jnosql-dynamodb/pom.xml @@ -15,7 +15,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-dynamodb diff --git a/jnosql-elasticsearch/pom.xml b/jnosql-elasticsearch/pom.xml index a4afd9914..b7c03b542 100644 --- a/jnosql-elasticsearch/pom.xml +++ b/jnosql-elasticsearch/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-elasticsearch diff --git a/jnosql-hazelcast/pom.xml b/jnosql-hazelcast/pom.xml index 3516bc262..7fb8b7bac 100644 --- a/jnosql-hazelcast/pom.xml +++ b/jnosql-hazelcast/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-hazelcast diff --git a/jnosql-hbase/pom.xml b/jnosql-hbase/pom.xml index af40f2b61..5af4d5d7e 100644 --- a/jnosql-hbase/pom.xml +++ b/jnosql-hbase/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-hbase diff --git a/jnosql-infinispan/pom.xml b/jnosql-infinispan/pom.xml index 1283ed236..053fbb920 100644 --- a/jnosql-infinispan/pom.xml +++ b/jnosql-infinispan/pom.xml @@ -19,7 +19,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-infinispan diff --git a/jnosql-memcached/pom.xml b/jnosql-memcached/pom.xml index 8efc52927..fd48cd671 100644 --- a/jnosql-memcached/pom.xml +++ b/jnosql-memcached/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-memcached diff --git a/jnosql-mongodb/pom.xml b/jnosql-mongodb/pom.xml index 46ffb4ed7..fe3625856 100644 --- a/jnosql-mongodb/pom.xml +++ b/jnosql-mongodb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-mongodb diff --git a/jnosql-orientdb/pom.xml b/jnosql-orientdb/pom.xml index 11db5998d..b71e0968f 100644 --- a/jnosql-orientdb/pom.xml +++ b/jnosql-orientdb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-orientdb diff --git a/jnosql-ravendb/pom.xml b/jnosql-ravendb/pom.xml index 9dda52b3a..114aaea4d 100644 --- a/jnosql-ravendb/pom.xml +++ b/jnosql-ravendb/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-ravendb diff --git a/jnosql-redis/pom.xml b/jnosql-redis/pom.xml index 8be66f7f2..1a883c15d 100644 --- a/jnosql-redis/pom.xml +++ b/jnosql-redis/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-redis diff --git a/jnosql-riak/pom.xml b/jnosql-riak/pom.xml index e821f0495..accc68815 100644 --- a/jnosql-riak/pom.xml +++ b/jnosql-riak/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-riak diff --git a/jnosql-solr/pom.xml b/jnosql-solr/pom.xml index 968ea2e18..1b7a61af1 100644 --- a/jnosql-solr/pom.xml +++ b/jnosql-solr/pom.xml @@ -20,7 +20,7 @@ org.eclipse.jnosql.databases jnosql-databases-parent - 1.0.0-SNAPSHOT + 1.0.0 jnosql-solr diff --git a/pom.xml b/pom.xml index ca51fdef7..1be7468e8 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.eclipse.jnosql.mapping jnosql-mapping-parent - 1.0.0-SNAPSHOT + 1.0.0 org.eclipse.jnosql.databases