Skip to content

Commit

Permalink
Fix parent relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Dec 5, 2024
1 parent dc96d4b commit 5001f5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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>io.github.ardoco.core</groupId>
<groupId>io.github.ardoco</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-refactoring</version>
</parent>
<groupId>io.github.ardoco.tlr</groupId>
<artifactId>parent-tlr</artifactId>
Expand Down Expand Up @@ -68,7 +68,7 @@
</distributionManagement>

<properties>
<revision>2.0.0-SNAPSHOT</revision>
<revision>2.0.0-refactoring</revision>
<ardoco.version>${revision}</ardoco.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 5001f5b

Please sign in to comment.