Skip to content

Commit

Permalink
Merge pull request #93 from eclipse/upgrade-1-0-1
Browse files Browse the repository at this point in the history
Update and release version 1.0.1
  • Loading branch information
otaviojava authored Jul 31, 2023
2 parents 82b4ccd + 6dee4f0 commit 67362aa
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version

== [Unreleased]

== [1.0.1] - 2023-7-31

== [1.0.0] - 2023-6-22

=== Added
Expand Down
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Eclipse JNoSQL provide support for bean validation. It will validate before inse
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-validation</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
----

Expand Down Expand Up @@ -64,7 +64,7 @@ Graph connections is a project that contains several `GraphConfiguration` implem
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-jnosql-graph-connections</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
----

Expand Down Expand Up @@ -194,13 +194,13 @@ The Criteria API can be used via CriteriaDocumentTemplate.
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-metamodel-processor-extension</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-criteria-extension</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion jnosql-criteria-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-extensions</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>jnosql-criteria-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-graph-connections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-extensions</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>jnosql-graph-connections</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-mapping-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-extensions</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>jnosql-mapping-validation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-metamodel-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-extensions</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>jnosql-metamodel-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jnosql-metamodel-processor-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-extensions</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>jnosql-metamodel-processor-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>jnosql-mapping-extensions</artifactId>
Expand Down

0 comments on commit 67362aa

Please sign in to comment.