Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tessera-0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed Dec 17, 2019
1 parent d445165 commit 57243f0
Show file tree
Hide file tree
Showing 59 changed files with 115 additions and 117 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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion cli/admin-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cli</artifactId>
<groupId>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions cli/cli-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -12,7 +10,7 @@
<parent>
<artifactId>cli</artifactId>
<groupId>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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 @@ -11,7 +11,7 @@
<parent>
<groupId>com.jpmorgan.quorum</groupId>
<artifactId>tessera</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>tessera</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>tessera</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>tessera</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>tessera</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</version>
</parent>
<artifactId>ddls</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.jpmorgan.quorum</groupId>
<artifactId>tessera-core</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</version>
</dependency>

<dependency>
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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>enclave</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>enclave</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>encryption</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>encryption</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>encryption</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<artifactId>encryption</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</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>com.jpmorgan.quorum</groupId>
<version>0.11-SNAPSHOT</version>
<version>0.10.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 57243f0

Please sign in to comment.