Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tessera-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Aug 15, 2018
1 parent 508dadc commit 926fac2
Show file tree
Hide file tree
Showing 25 changed files with 43 additions and 43 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.quorum.tessera</groupId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


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

<artifactId>config-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 @@ -4,7 +4,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<artifactId>config-migration</artifactId>
<packaging>jar</packaging>
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.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</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 @@ -4,7 +4,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<artifactId>data-migration</artifactId>
<packaging>jar</packaging>
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.quorum.tessera</groupId>
<artifactId>encryption</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


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.quorum.tessera</groupId>
<artifactId>encryption</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</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.quorum.tessera</groupId>
<artifactId>encryption</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</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.quorum.tessera</groupId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>

<name>tessera</name>
<packaging>pom</packaging>
Expand All @@ -20,7 +20,7 @@
<url>https://github.com/QuorumEngineering/tessera</url>
<connection>scm:git:git://github.com/QuorumEngineering/tessera.git</connection>
<developerConnection>scm:git:git@github.com:QuorumEngineering/tessera.git</developerConnection>
<tag>master</tag>
<tag>tessera-0.6</tag>
</scm>

<ciManagement>
Expand Down Expand Up @@ -244,93 +244,93 @@
<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>encryption-api</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>argon2</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>config</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>config-cli</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>unixsocket</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>security</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>junixsocket-adapter</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>encryption-jnacl</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>encryption-kalium</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>service-locator-api</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>service-locator-spring</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>rest-server-api</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>jersey-server</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>resteasy-server</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>test-util</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>tessera</artifactId>
<groupId>com.quorum.tessera</groupId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion server/jersey-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>rest-server</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>tessera</artifactId>
<groupId>com.quorum.tessera</groupId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion server/resteasy-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>rest-server</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<artifactId>resteasy-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion service-locator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>tessera</artifactId>
<groupId>com.quorum.tessera</groupId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion service-locator/service-locator-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>service-locator</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion service-locator/service-locator-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>service-locator</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion socket/junixsocket-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>socket</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion socket/unixsocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>socket</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tessera-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>tessera</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
6 changes: 3 additions & 3 deletions tests/acceptance-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>tests</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<dependencies>
Expand All @@ -18,7 +18,7 @@
<groupId>com.quorum.tessera</groupId>
<artifactId>tessera-app</artifactId>
<classifier>app</classifier>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.quorum.tessera</groupId>
<artifactId>test-util</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

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

Expand Down
2 changes: 1 addition & 1 deletion tests/test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.quorum.tessera</groupId>
<artifactId>tests</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<artifactId>test-util</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 926fac2

Please sign in to comment.