Skip to content

Commit 538fe8d

Browse files
committed
set consistent artifact id
1 parent a1f3bcc commit 538fe8d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>net.twasi</groupId>
8-
<artifactId>obs-remote-java</artifactId>
9-
<version>1.0-SNAPSHOT</version>
8+
<artifactId>obs-websocket-java</artifactId>
9+
<version>1.0.0</version>
1010
<build>
1111
<plugins>
1212
<plugin>
@@ -42,11 +42,11 @@
4242
</repositories>
4343

4444
<distributionManagement>
45-
<snapshotRepository>
46-
<id>snapshots</id>
47-
<name>75d64b6ca878-snapshots</name>
48-
<url>https://artifactory.twasi.net/artifactory/libs-snapshot-local</url>
49-
</snapshotRepository>
45+
<repository>
46+
<id>central</id>
47+
<name>libs-release-local</name>
48+
<url>https://artifactory.twasi.net/artifactory/libs-release-local</url>
49+
</repository>
5050
</distributionManagement>
5151

5252
<dependencies>

0 commit comments

Comments
 (0)