Skip to content

Commit

Permalink
update version to 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jun 4, 2022
1 parent b449c84 commit 246c129
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion api/communication/communication-column/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.nosql.communication</groupId>
<artifactId>communication-api</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>communication-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/communication/communication-core/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>jakarta.nosql.communication</groupId>
<artifactId>communication-api</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>communication-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/communication/communication-document/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.nosql.communication</groupId>
<artifactId>communication-api</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion api/communication/communication-key-value/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.nosql.communication</groupId>
<artifactId>communication-api</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>communication-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/communication/communication-query/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.communication</groupId>
<artifactId>communication-api</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion api/communication/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>api-parent</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<groupId>jakarta.nosql.communication</groupId>
Expand Down
2 changes: 1 addition & 1 deletion api/mapping/mapping-column/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>jakarta.nosql.mapping</groupId>
<artifactId>mapping-api</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/mapping/mapping-core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.nosql.mapping</groupId>
<artifactId>mapping-api</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/mapping/mapping-document/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.mapping</groupId>
<artifactId>mapping-api</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-document</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/mapping/mapping-key-value/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.mapping</groupId>
<artifactId>mapping-api</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/mapping/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>api-parent</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>jakarta-nosql-parent</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>api-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -20,7 +20,7 @@

<groupId>jakarta.nosql</groupId>
<artifactId>jakarta-nosql-parent</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta NoSQL</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>jakarta-nosql-parent</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/communication-tck/communication-tck-column/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck.communication</groupId>
<artifactId>communication-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>communication-tck-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/communication-tck/communication-tck-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck.communication</groupId>
<artifactId>communication-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>communication-tck-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/communication-tck/communication-tck-document/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck.communication</groupId>
<artifactId>communication-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>communication-tck-document</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/communication-tck/communication-tck-key-value/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck.communication</groupId>
<artifactId>communication-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>communication-tck-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/communication-tck/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.nosql.tck</groupId>
<artifactId>tck-parent</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion tck/driver-tck/driver-tck-column/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck.communication.driver</groupId>
<artifactId>driver-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>driver-tck-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/driver-tck/driver-tck-document/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck.communication.driver</groupId>
<artifactId>driver-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>driver-tck-document</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/driver-tck/driver-tck-key-value/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck.communication.driver</groupId>
<artifactId>driver-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>driver-tck-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/driver-tck/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.nosql.tck</groupId>
<artifactId>tck-parent</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion tck/mapping-tck/mapping-tck-column/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>jakarta.nosql.tck.mapping</groupId>
<artifactId>mapping-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-tck-column</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/mapping-tck/mapping-tck-core/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>jakarta.nosql.tck.mapping</groupId>
<artifactId>mapping-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-tck-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/mapping-tck/mapping-tck-document/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>jakarta.nosql.tck.mapping</groupId>
<artifactId>mapping-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-tck-document</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/mapping-tck/mapping-tck-entities/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck.mapping</groupId>
<artifactId>mapping-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-tck-entities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/mapping-tck/mapping-tck-key-value/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>jakarta.nosql.tck.mapping</groupId>
<artifactId>mapping-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-tck-key-value</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/mapping-tck/mapping-tck-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck.mapping</groupId>
<artifactId>mapping-tck</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>mapping-tck-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/mapping-tck/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>jakarta.nosql.tck</groupId>
<artifactId>tck-parent</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>jakarta-nosql-parent</artifactId>
<version>1.0.0-b4</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<groupId>jakarta.nosql.tck</groupId>
Expand Down

0 comments on commit 246c129

Please sign in to comment.