From 1b1a56f832d9311ddc93118b356bb3d549134c3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:38:41 +0100 Subject: [PATCH] chore(main): release 2.0.0 (#44) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ app/pom.xml | 6 ++---- lib/pom.xml | 6 ++---- pom.xml | 5 ++--- test/pom.xml | 6 ++---- 5 files changed, 19 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fc8b6..4699fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-converter/compare/v1.1.0...v2.0.0) (2025-01-09) + + +### ⚠ BREAKING CHANGES + +* split project into maven modules app, lib and test ([#43](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-converter/issues/43)) + +### Features + +* split project into maven modules app, lib and test ([#43](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-converter/issues/43)) ([4f82ad1](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-converter/commit/4f82ad18fe5665e36d8e6a03a9bb6b14a9fe8852)) + ## [1.1.0](https://github.com/SchweizerischeBundesbahnen/netzgrafik-editor-converter/compare/v1.0.1...v1.1.0) (2024-12-13) diff --git a/app/pom.xml b/app/pom.xml index 0351ad4..3259057 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 ch.sbb.pfi.netzgrafikeditor netzgrafik-editor-converter - 1.1.1-SNAPSHOT + 2.0.0 netzgrafik-editor-converter-app diff --git a/lib/pom.xml b/lib/pom.xml index a5754af..b967ed8 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 ch.sbb.pfi.netzgrafikeditor netzgrafik-editor-converter - 1.1.1-SNAPSHOT + 2.0.0 netzgrafik-editor-converter-lib diff --git a/pom.xml b/pom.xml index 0c8474b..1ac7a6e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 ch.sbb.pfi.netzgrafikeditor netzgrafik-editor-converter - 1.1.1-SNAPSHOT + 2.0.0 pom netzgrafik-editor-converter Converter to expand network graphics from the Netzgrafik-Editor into timetables for the entire service diff --git a/test/pom.xml b/test/pom.xml index a4182b3..2876031 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 ch.sbb.pfi.netzgrafikeditor netzgrafik-editor-converter - 1.1.1-SNAPSHOT + 2.0.0 netzgrafik-editor-converter-test