Skip to content

Commit

Permalink
Update for 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jan 7, 2022
1 parent c7262ac commit 61a4449
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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/)


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):
Expand All @@ -24,7 +24,7 @@ The JAR files are available in [Maven Central](https://search.maven.org/search?q
<dependency>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-measure</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
</dependency>
```

Expand Down Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-examples</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Strata-Examples</name>
<description>Example code to demonstrate use of Strata</description>
Expand Down
2 changes: 1 addition & 1 deletion modules/basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-basics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/calc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-calc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/collect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-collect</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-loader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/market/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-market</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/math/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-math</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/measure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-measure</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Strata-Parent</name>
<description>OpenGamma Strata Parent</description>
Expand Down Expand Up @@ -734,8 +734,8 @@
<slf4j.version>1.7.32</slf4j.version>
<!-- Properties for maven-checkstyle-plugin -->
<!-- versions must be retained to allow the version to be overridden on the command line -->
<build-config.version>2.7.0</build-config.version>
<checkstyle.version>8.41.1</checkstyle.version>
<build-config.version>2.6.0</build-config.version>
<checkstyle.version>8.26</checkstyle.version>
<!-- Properties for maven-javadoc-plugin -->
<windowtitle>OpenGamma Strata</windowtitle>
<doctitle><![CDATA[<h1>OpenGamma Strata</h1>]]></doctitle>
Expand Down
2 changes: 1 addition & 1 deletion modules/pricer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-pricer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-product</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-parent</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>strata-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.opengamma.strata</groupId>
<artifactId>strata-root</artifactId>
<version>2.10.25-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Strata-Root</name>
<description>OpenGamma Strata root</description>
Expand Down

0 comments on commit 61a4449

Please sign in to comment.