Skip to content

Commit

Permalink
Update to version 1.0.0-b4
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Jun 4, 2022
1 parent 1233c61 commit fc8bab7
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion communication/communication-column/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>communication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>communication-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion communication/communication-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>communication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>communication-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion communication/communication-document/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>communication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>communication-document</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion communication/communication-key-value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>communication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>communication-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion communication/communication-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>communication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>communication-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion communication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.jnosql</groupId>
<artifactId>jnosql-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<groupId>org.eclipse.jnosql.communication</groupId>
Expand Down
2 changes: 1 addition & 1 deletion mapping/mapping-column/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>mapping-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>mapping-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapping/mapping-core/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>mapping-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>mapping-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapping/mapping-document/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>mapping-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>mapping-document</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapping/mapping-graph/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>mapping-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>mapping-graph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapping/mapping-key-value/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>mapping-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>mapping-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapping/mapping-reactive/mapping-reactive-column/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping.reactive</groupId>
<artifactId>mapping-reactive-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

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

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

<artifactId>mapping-reactive-document</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping.reactive</groupId>
<artifactId>mapping-reactive-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>mapping-reactive-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapping/mapping-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>mapping-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion mapping/mapping-test/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>mapping-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<artifactId>mapping-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapping/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>mapping-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

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


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>jakarta-nosql-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-b4</version>
</parent>

<groupId>org.eclipse.jnosql</groupId>
Expand Down

0 comments on commit fc8bab7

Please sign in to comment.