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

Commit

Permalink
fix(github-packages): fix artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
vparrac committed Nov 21, 2023
1 parent c52fa73 commit f1fa5db
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 f1fa5db

Please sign in to comment.