Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Fix typo in pom.xml #147

Merged
merged 2 commits into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions external-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>dev.parodos</groupId>
<artifactId>parados-parent</artifactId>
<artifactId>parodos-parent</artifactId>
<version>${revision}</version>
</parent>

Expand Down Expand Up @@ -57,4 +57,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions prebuilt-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>dev.parodos</groupId>
<artifactId>parados-parent</artifactId>
<artifactId>parodos-parent</artifactId>
<version>${revision}</version>
</parent>

Expand Down Expand Up @@ -56,4 +56,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>