Skip to content

Commit

Permalink
DSL Update (#442)
Browse files Browse the repository at this point in the history
* DSL update

* Cleaned
  • Loading branch information
SimonCockx authored Nov 20, 2024
1 parent d019f7e commit 51b9f1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.enforced.version>[17,18)</java.enforced.version>
<maven.compiler.release>8</maven.compiler.release>
<rosetta.dsl.version>9.22.0</rosetta.dsl.version>
<rosetta.dsl.version>9.22.1</rosetta.dsl.version>

<!-- Release -->
<gpg.keyname>configured-by-release-profile</gpg.keyname>
Expand Down
2 changes: 0 additions & 2 deletions src/test/resources/xml-serialisation/schema/import-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
schemaLocation: "./schema.xsd"
target:
namespace: "com.rosetta.test"
nameOverrides: # TODO: make nullable
"a": "b"

0 comments on commit 51b9f1c

Please sign in to comment.