Skip to content

Commit

Permalink
chore(main): release 0.0.1 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
  • Loading branch information
statnett-bot[bot] authored Oct 14, 2024
1 parent 026a74c commit 2445431
Show file tree
Hide file tree
Showing 3 changed files with 11 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,3 +1,3 @@
{
".": "0.0.0"
".": "0.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.0.1](https://github.com/statnett/k3a-topic-terminator/compare/v0.0.0...v0.0.1) (2024-10-14)


### Features

* initial MVP application ([#1](https://github.com/statnett/k3a-topic-terminator/issues/1)) ([53759bd](https://github.com/statnett/k3a-topic-terminator/commit/53759bd51d8770395d4b224dc4cea7d52d559cb4))
5 changes: 2 additions & 3 deletions 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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +10,7 @@

<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-topic-terminator</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<properties>
<java.version>21</java.version>
Expand Down

0 comments on commit 2445431

Please sign in to comment.