Skip to content

Commit

Permalink
Fixed mysql Tests
Browse files Browse the repository at this point in the history
Fixed mongodb Tests
Fixed update
Removed SNAPSHOT
  • Loading branch information
Mme-adorsys committed Jul 12, 2023
1 parent 3c1ca0a commit 8c7f752
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>keystore-management</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>keystore-management</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extras-keyrotation/distributed-keyrotation-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>extras-keyrotation</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extras-keyrotation/distributed-keyrotation-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>extras-keyrotation</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>extras-keyrotation</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extras-keyrotation/keyrotation-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>extras-keyrotation</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extras-keyrotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>keystore-management</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion juggler/juggler-bouncycastle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>juggler</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion juggler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>keystore-management</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.adorsys.keymanagement</groupId>
<artifactId>keystore-management</artifactId>
<packaging>pom</packaging>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
<modules>
<module>api</module>
<module>core</module>
Expand Down
2 changes: 1 addition & 1 deletion security-provider-adapters/bouncycastle-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>security-provider-adapters</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion security-provider-adapters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>keystore-management</artifactId>
<groupId>de.adorsys.keymanagement</groupId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 8c7f752

Please sign in to comment.