Skip to content

Commit

Permalink
chore: return to version 1.0.0-SNAPSHOT
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 22, 2023
1 parent 43bedfe commit 4c70fe2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/nosql-column/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>api-parent</artifactId>
<version>1.0.0-b7</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

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

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

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

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

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

<groupId>jakarta.nosql</groupId>
<artifactId>jakarta-nosql-parent</artifactId>
<version>1.0.0-b7</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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>jakarta.nosql</groupId>
<artifactId>jakarta-nosql-parent</artifactId>
<version>1.0.0-b7</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>spec</artifactId>
Expand Down

0 comments on commit 4c70fe2

Please sign in to comment.