From 56fe870c1488f49f6b0158d9d96221858d38c01c Mon Sep 17 00:00:00 2001 From: Stephen Colebourne <stephen@opengamma.com> Date: Fri, 28 Jun 2019 11:37:58 +0100 Subject: [PATCH] Release v2.5.0 --- examples/pom.xml | 2 +- modules/basics/pom.xml | 2 +- modules/calc/pom.xml | 2 +- modules/collect/pom.xml | 2 +- modules/data/pom.xml | 2 +- modules/loader/pom.xml | 2 +- modules/market/pom.xml | 2 +- modules/math/pom.xml | 2 +- modules/measure/pom.xml | 2 +- modules/pom.xml | 2 +- modules/pricer/pom.xml | 2 +- modules/product/pom.xml | 2 +- modules/report/pom.xml | 2 +- pom.xml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 22a0515f33..4ba18e9e21 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -13,7 +13,7 @@ </parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-examples</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <packaging>jar</packaging> <name>Strata-Examples</name> <description>Example code to demonstrate use of Strata</description> diff --git a/modules/basics/pom.xml b/modules/basics/pom.xml index 616be3a6d5..7169882ece 100644 --- a/modules/basics/pom.xml +++ b/modules/basics/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-basics</artifactId> diff --git a/modules/calc/pom.xml b/modules/calc/pom.xml index 7de5fa83c3..f0fc3ea7f4 100644 --- a/modules/calc/pom.xml +++ b/modules/calc/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-calc</artifactId> diff --git a/modules/collect/pom.xml b/modules/collect/pom.xml index a50b2cf122..8c5ab6c18e 100644 --- a/modules/collect/pom.xml +++ b/modules/collect/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-collect</artifactId> diff --git a/modules/data/pom.xml b/modules/data/pom.xml index 3c8f39d98b..89f76c93d2 100644 --- a/modules/data/pom.xml +++ b/modules/data/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-data</artifactId> diff --git a/modules/loader/pom.xml b/modules/loader/pom.xml index b4fae292c5..a52c2df848 100644 --- a/modules/loader/pom.xml +++ b/modules/loader/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-loader</artifactId> diff --git a/modules/market/pom.xml b/modules/market/pom.xml index 5e2e8ea43d..3fb668af4f 100644 --- a/modules/market/pom.xml +++ b/modules/market/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-market</artifactId> diff --git a/modules/math/pom.xml b/modules/math/pom.xml index 751a008d70..9afa3cf0db 100644 --- a/modules/math/pom.xml +++ b/modules/math/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-math</artifactId> diff --git a/modules/measure/pom.xml b/modules/measure/pom.xml index cc57fc7116..b38575bef3 100644 --- a/modules/measure/pom.xml +++ b/modules/measure/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-measure</artifactId> diff --git a/modules/pom.xml b/modules/pom.xml index 878e00b2f1..c7bd82e435 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -13,7 +13,7 @@ </parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <packaging>pom</packaging> <name>Strata-Parent</name> <description>OpenGamma Strata Parent</description> diff --git a/modules/pricer/pom.xml b/modules/pricer/pom.xml index bebf5dc64b..5f4a9d8a63 100644 --- a/modules/pricer/pom.xml +++ b/modules/pricer/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-pricer</artifactId> diff --git a/modules/product/pom.xml b/modules/product/pom.xml index c77b731ad7..e941f1b4d9 100644 --- a/modules/product/pom.xml +++ b/modules/product/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-product</artifactId> diff --git a/modules/report/pom.xml b/modules/report/pom.xml index 7d484e5533..c372573bbc 100644 --- a/modules/report/pom.xml +++ b/modules/report/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <relativePath>..</relativePath> </parent> <artifactId>strata-report</artifactId> diff --git a/pom.xml b/pom.xml index 006ed018d9..a4ad32ee9d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ </parent> <groupId>com.opengamma.strata</groupId> <artifactId>strata-root</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.5.0</version> <packaging>pom</packaging> <name>Strata-Root</name> <description>OpenGamma Strata root</description>