Skip to content

Commit

Permalink
chore(main): release playground-backend 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 4, 2024
1 parent 6b1ffa4 commit a91582b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"playground-backend":"0.1.0"}
17 changes: 17 additions & 0 deletions playground-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 0.1.0 (2024-03-04)


### Features

* add backend actions ([#6](https://github.com/SchweizerischeBundesbahnen/DAS/issues/6)) ([d7fc9e8](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d7fc9e883baddcaf343d658309457eca7137fe94))
* change java version from 17 to 21 ([e2a1491](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e2a1491fb39722f27135616b1d1b823ee5370aa3))
* rename method ([b99f563](https://github.com/SchweizerischeBundesbahnen/DAS/commit/b99f5636ebbac3840e25e48944fa61b1bcf6c9a9))
* rename test ([83acd14](https://github.com/SchweizerischeBundesbahnen/DAS/commit/83acd1469cf86f4b1ac99994bdba8dcdc8232fa2))
* trigger build ([3f41ab7](https://github.com/SchweizerischeBundesbahnen/DAS/commit/3f41ab714bfedffedadaffaaf8a8905176424c6d))


### Miscellaneous Chores

* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065))
5 changes: 2 additions & 3 deletions playground-backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -10,7 +9,7 @@
</parent>
<groupId>ch.sbb</groupId>
<artifactId>playground-backend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<name>playground-backend</name>
<description>Demo playground project</description>
<properties>
Expand Down

0 comments on commit a91582b

Please sign in to comment.