Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tessera-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quorumbot committed Oct 26, 2020
1 parent c5996a5 commit db0f762
Show file tree
Hide file tree
Showing 59 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion argon2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>tessera</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion cli/cli-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>cli</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cli/config-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cli</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<name>config-migration</name>
Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion data-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions ddls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>ddls</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion eclipselink-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>eclipselink-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion enclave/enclave-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>enclave</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion enclave/enclave-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>enclave</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>enclave-jaxrs</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enclave/enclave-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>enclave</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>enclave-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion enclave/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tessera</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion encryption/encryption-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>encryption</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion encryption/encryption-ec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>encryption</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>encryption-ec</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion encryption/encryption-jnacl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>encryption</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion encryption/encryption-kalium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>encryption</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion encryption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>tessera</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion key-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tessera</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion key-vault/aws-key-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>key-vault</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion key-vault/azure-key-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>key-vault</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion key-vault/hashicorp-key-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>key-vault</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion key-vault/key-vault-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>key-vault</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion key-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tessera</artifactId>
<groupId>net.consensys.quorum.tessera</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit db0f762

Please sign in to comment.