Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 9, 2025
1 parent 4f82ad1 commit 1b1a56f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 2 additions & 4 deletions app/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>ch.sbb.pfi.netzgrafikeditor</groupId>
<artifactId>netzgrafik-editor-converter</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>netzgrafik-editor-converter-app</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>ch.sbb.pfi.netzgrafikeditor</groupId>
<artifactId>netzgrafik-editor-converter</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>netzgrafik-editor-converter-lib</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>ch.sbb.pfi.netzgrafikeditor</groupId>
<artifactId>netzgrafik-editor-converter</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>netzgrafik-editor-converter</name>
<description>Converter to expand network graphics from the Netzgrafik-Editor into timetables for the entire service
Expand Down
6 changes: 2 additions & 4 deletions test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>ch.sbb.pfi.netzgrafikeditor</groupId>
<artifactId>netzgrafik-editor-converter</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>netzgrafik-editor-converter-test</artifactId>
Expand Down

0 comments on commit 1b1a56f

Please sign in to comment.