Skip to content

Commit

Permalink
Fix maven repository
Browse files Browse the repository at this point in the history
This should fix the maven builds.
  • Loading branch information
sgraband committed Oct 2, 2024
1 parent 5bf626e commit e6057c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/common/maven-conf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/eclipsesource/theia-cloud</url>
<url>https://maven.pkg.github.com/eclipse-theia/theia-cloud</url>
</repository>
</distributionManagement>
<activation>
Expand Down

0 comments on commit e6057c3

Please sign in to comment.