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

Commit

Permalink
Merge pull request #7 from FLAGlab/fix-artifact-id
Browse files Browse the repository at this point in the history
fix(github-packages): fix artifact id
  • Loading branch information
vparrac authored Nov 21, 2023
2 parents 596edb7 + f1fa5db commit c5ee26b
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 @@ -4,9 +4,9 @@
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>

<groupId>metapenta</groupId>
<artifactId>MetaPeNTA</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>uniandes.edu.co.flag.metapenta</groupId>
<artifactId>metapenta</artifactId>
<version>3.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit c5ee26b

Please sign in to comment.