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): update groupid and distribution managment
Browse files Browse the repository at this point in the history
  • Loading branch information
vparrac committed Nov 21, 2023
1 parent c5ee26b commit 2a5cbcc
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>uniandes.edu.co.flag.metapenta</groupId>
<groupId>uniandes.flag.edu.co.metapenta</groupId>
<artifactId>metapenta</artifactId>
<version>3.0-SNAPSHOT</version>
<version>5.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -34,7 +34,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://github.com/FLAGlab/MetaPeNTA</url>
<url>https://maven.pkg.github.com/FLAGlab/MetaPeNTA</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 2a5cbcc

Please sign in to comment.