Skip to content

Commit

Permalink
Merge pull request #393 from LiUSemWeb/release/0.0.5
Browse files Browse the repository at this point in the history
Release/0.0.5
  • Loading branch information
hartig authored Mar 4, 2025
2 parents d5db84e + fd5a83f commit 1133a7b
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 15 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

### Added
- nothing yet

### Changed
- nothing yet


## [0.0.5] - 2025-03-04

Starting the change log at this version.
2 changes: 1 addition & 1 deletion hefquin-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>hefquin-base</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions hefquin-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>hefquin-cli</artifactId>
Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin-engine</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
<!-- hefquin-service -->
<dependency>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin-service</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions hefquin-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>hefquin-engine</artifactId>
Expand All @@ -15,19 +15,19 @@
<dependency>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin-base</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
<!-- hefquin-pgconnector -->
<dependency>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin-pgconnector</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
<!-- hefquin-graphqlconnector -->
<dependency>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin-graphqlconnector</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
Expand Down
4 changes: 2 additions & 2 deletions hefquin-graphqlconnector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>hefquin-graphqlconnector</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin-base</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions hefquin-pgconnector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>hefquin-pgconnector</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin-base</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions hefquin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>hefquin-service</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin-engine</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>se.liu.research.hefquin</groupId>
<artifactId>hefquin</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 1133a7b

Please sign in to comment.