Skip to content

Commit

Permalink
Fix groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Mar 28, 2024
1 parent 9e79297 commit 39353b9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.lightstreamer</groupId>
<groupId>com.lightstreamer.examples</groupId>
<artifactId>example-chattile-adapter-java</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
Expand Down Expand Up @@ -43,19 +43,11 @@
</plugins>
</build>

<!-- <repositories>
<repository>
<id>Twitter</id>
<name>Twitter repository</name>
<url>https://maven.twttr.com/</url>
</repository>
</repositories> -->

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Lightstreamer Apache Maven Packages</name>
<url>https://maven.pkg.github.com/Lightstreamer/Lightstreamer-example-ChatTile-adapter-java</url>
<url>https://maven.pkg.github.com/lightstreamer/Lightstreamer-example-ChatTile-adapter-java</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 39353b9

Please sign in to comment.