Skip to content

Commit 39353b9

Browse files
committed
Fix groupId
1 parent 9e79297 commit 39353b9

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>com.lightstreamer</groupId>
5+
<groupId>com.lightstreamer.examples</groupId>
66
<artifactId>example-chattile-adapter-java</artifactId>
77
<version>1.0.0</version>
88
<packaging>jar</packaging>
@@ -43,19 +43,11 @@
4343
</plugins>
4444
</build>
4545

46-
<!-- <repositories>
47-
<repository>
48-
<id>Twitter</id>
49-
<name>Twitter repository</name>
50-
<url>https://maven.twttr.com/</url>
51-
</repository>
52-
</repositories> -->
53-
5446
<distributionManagement>
5547
<repository>
5648
<id>github</id>
5749
<name>GitHub Lightstreamer Apache Maven Packages</name>
58-
<url>https://maven.pkg.github.com/Lightstreamer/Lightstreamer-example-ChatTile-adapter-java</url>
50+
<url>https://maven.pkg.github.com/lightstreamer/Lightstreamer-example-ChatTile-adapter-java</url>
5951
</repository>
6052
</distributionManagement>
6153

0 commit comments

Comments
 (0)