Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jan 11, 2023
1 parent bed404b commit 11322ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/nosql-column/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>jakarta.nosql.mapping</groupId>
<artifactId>mapping-api</artifactId>
<groupId>jakarta.nosql</groupId>
<artifactId>api-parent</artifactId>
<version>1.0.0-b6-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions api/nosql-document/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakarta.nosql.mapping</groupId>
<artifactId>api-parent</artifactId>
<groupId>jakarta.nosql</groupId>
<artifactId>api-parent</artifactId>
<version>1.0.0-b6-SNAPSHOT</version>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions api/nosql-key-value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>jakarta.nosql.mapping</groupId>
<artifactId>api-parent</artifactId>
<version>1.0.0-b6-SNAPSHOT</version>
<groupId>jakarta.nosql</groupId>
<artifactId>api-parent</artifactId>
<version>1.0.0-b6-SNAPSHOT</version>
</parent>

<artifactId>nosql-key-value</artifactId>
<packaging>jar</packaging>

Expand Down

0 comments on commit 11322ca

Please sign in to comment.