Skip to content

Commit

Permalink
DSL update
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCockx committed Oct 5, 2023
1 parent 4b609b8 commit 544806d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# *CDM Distribution - Code Generation - CDM in Excel format*
# *Infrastructure - Dependency Update*

_What is being released?_

This release changes the deployed Excel code generation from a zipped folder to an .xlsx file. Instructions on the download page have been updated to be clearer for users to follow.
This release updates the `rosetta-dsl` dependency.

_Review directions_
Version updates include:
- `rosetta-dsl` 8.8.1: Changes to support serialisation to XML. For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/8.8.1.

In the CDM documentation, go to Downloads (https://cdm.finos.org/docs/download/), and download CDM as Excel.
There are no changes to the model, so the test expectations remain the same.

- Review the .xlsx file.
- Inspect the Pull Request: https://github.com/finos/common-domain-model/pull/2403
The changes can be reviewed in PR #2410.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@

<repoServerHost>oss.sonatype.org</repoServerHost>

<rosetta.bundle.version>7.9.0</rosetta.bundle.version>
<rosetta.bundle.version>7.10.2</rosetta.bundle.version>
<rosetta.code-gen.version>${rosetta.bundle.version}</rosetta.code-gen.version>
<rosetta.dsl.version>8.8.0</rosetta.dsl.version>
<rosetta.dsl.version>8.8.2</rosetta.dsl.version>

<xtext.version>2.27.0</xtext.version>
<opengamma.strata.version>1.7.0</opengamma.strata.version>
Expand Down

0 comments on commit 544806d

Please sign in to comment.