Skip to content

Commit

Permalink
refactor(package): update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Jan 2, 2024
1 parent 131a122 commit a9563fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>io.roboscale.robot</groupId>
<artifactId>robot-fabric8-client</artifactId>
<version>0.1.0-alpha.16</version>
<name>robot-fabric8-client</name>
<artifactId>external-fabric8-models</artifactId>
<version>0.1.0-alpha.1</version>
<name>external-fabric8-models</name>
<url>https://robolaunch.io</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -99,7 +99,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/robolaunch/robot-client-java-fabric8</url>
<url>https://maven.pkg.github.com/robolaunch/external-fabric8-models</url>
</repository>
</distributionManagement>
</project>

0 comments on commit a9563fa

Please sign in to comment.