Skip to content

Commit

Permalink
Fix the "groupId" in pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
LSmyrnaios committed Feb 7, 2024
1 parent ab33077 commit 12eb399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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>

<groupId>com.openaire.publications_retriever</groupId>
<groupId>eu.openaire.publications_retriever</groupId>
<artifactId>publications_retriever</artifactId>
<version>1.2-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down

0 comments on commit 12eb399

Please sign in to comment.