diff --git a/README.md b/README.md index 79044b949d..acf2863303 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ Strata ====== -[![Build Status](https://travis-ci.org/OpenGamma/Strata.svg?branch=master)](https://travis-ci.org/OpenGamma/Strata) [![License](http://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) +[![Strata Build Status](https://circleci.com/gh/OpenGamma/Strata.svg?style=shield)](https://strata.opengamma.io) [![License](http://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -This repository contains the source code of Strata, the open source analytics and market risk library from OpenGamma. +This repository contains the source code of [Strata](https://strata.opengamma.io), +the open source analytics and market risk library from [OpenGamma](https://opengamma.com/). Strata is released as Open Source Software under the [Apache v2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html). -Commercial support is [available](https://opengamma.com/) from the authors. [![OpenGamma](https://s3-eu-west-1.amazonaws.com/og-public-downloads/og-logo-alpha.png "OpenGamma")](https://opengamma.com/) @@ -15,7 +15,7 @@ Commercial support is [available](https://opengamma.com/) from the authors. Using Strata ------------ -Documentation for Strata can be found at https://strata.opengamma.io. +Documentation for Strata can be found at the [Strata home page](https://strata.opengamma.io). To use Strata Java SE 8u40 or later is required. The JAR files are available in [Maven Central](https://search.maven.org/search?q=g:com.opengamma.strata): @@ -24,7 +24,7 @@ The JAR files are available in [Maven Central](https://search.maven.org/search?q com.opengamma.strata strata-measure - 2.10.0 + 2.11.0 ``` @@ -59,7 +59,7 @@ On Java 8, this will be excluded from compilation if JavaFX is not available in On Java 11, OpenJFX is included as a jar file from Maven Central, so the GUI is always compiled. We recommend builds of OpenJDK from providers other than Oracle, notably -[Amazon Corretto](https://aws.amazon.com/corretto/) and [AdoptOpenJDK](https://adoptopenjdk.net/). +[Amazon Corretto](https://aws.amazon.com/corretto/) and [Adoptium](https://adoptium.net/). For more information about developing code on Strata see the [documentation](https://strata.opengamma.io). diff --git a/examples/pom.xml b/examples/pom.xml index 9caed4756d..00a2cc506e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -10,7 +10,7 @@ com.opengamma.strata strata-examples - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT jar Strata-Examples Example code to demonstrate use of Strata diff --git a/modules/basics/pom.xml b/modules/basics/pom.xml index 6ce14d2963..327a73504c 100644 --- a/modules/basics/pom.xml +++ b/modules/basics/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-basics diff --git a/modules/calc/pom.xml b/modules/calc/pom.xml index 43c59f9ea4..5add8ff9dc 100644 --- a/modules/calc/pom.xml +++ b/modules/calc/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-calc diff --git a/modules/collect/pom.xml b/modules/collect/pom.xml index 8202a1b1d6..e85f709e10 100644 --- a/modules/collect/pom.xml +++ b/modules/collect/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-collect diff --git a/modules/data/pom.xml b/modules/data/pom.xml index 06a29965cb..be2da09c94 100644 --- a/modules/data/pom.xml +++ b/modules/data/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-data diff --git a/modules/loader/pom.xml b/modules/loader/pom.xml index a465bd3daa..0e68eb9e31 100644 --- a/modules/loader/pom.xml +++ b/modules/loader/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-loader diff --git a/modules/market/pom.xml b/modules/market/pom.xml index ffb6f7d4bd..24b9867a6f 100644 --- a/modules/market/pom.xml +++ b/modules/market/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-market diff --git a/modules/math/pom.xml b/modules/math/pom.xml index f7f70d47d8..847a0103a1 100644 --- a/modules/math/pom.xml +++ b/modules/math/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-math diff --git a/modules/measure/pom.xml b/modules/measure/pom.xml index 32d13fd495..97961e05fb 100644 --- a/modules/measure/pom.xml +++ b/modules/measure/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-measure diff --git a/modules/pom.xml b/modules/pom.xml index 65a33683b0..1521ca658e 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -10,7 +10,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT pom Strata-Parent OpenGamma Strata Parent @@ -734,8 +734,8 @@ 1.7.32 - 2.7.0 - 8.41.1 + 2.6.0 + 8.26 OpenGamma Strata OpenGamma Strata]]> diff --git a/modules/pricer/pom.xml b/modules/pricer/pom.xml index df4dece1c0..c64e7483f8 100644 --- a/modules/pricer/pom.xml +++ b/modules/pricer/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-pricer diff --git a/modules/product/pom.xml b/modules/product/pom.xml index ec779fcc7c..a74853ea65 100644 --- a/modules/product/pom.xml +++ b/modules/product/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-product diff --git a/modules/report/pom.xml b/modules/report/pom.xml index 352e883a66..800b18f7d9 100644 --- a/modules/report/pom.xml +++ b/modules/report/pom.xml @@ -5,7 +5,7 @@ com.opengamma.strata strata-parent - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT .. strata-report diff --git a/pom.xml b/pom.xml index b137daa3e7..87617dcda9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.opengamma.strata strata-root - 2.10.25-SNAPSHOT + 2.11.0-SNAPSHOT pom Strata-Root OpenGamma Strata root