Skip to content

Commit 1275bb1

Browse files
committed
hotfix: update pom.xml
1 parent 31eaa8f commit 1275bb1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pom.xml

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

77
<groupId>co.featbit</groupId>
8-
<artifactId>Featbit-Java-SDK</artifactId>
8+
<artifactId>featbit-java-sdk</artifactId>
99
<version>1.0</version>
1010

11-
<name>featbit/Featbit-Java-SDK</name>
11+
<name>featbit/featbit-java-sdk</name>
1212

13-
<url>https://github.com/featbit/Featbit-Java-SDK</url>
13+
<url>https://github.com/featbit/featbit-java-sdk</url>
1414

1515
<description>
1616
This is the Java Server Side SDK for the feature management platform FeatBit.
@@ -34,8 +34,8 @@
3434
</developers>
3535

3636
<scm>
37-
<connection>scm:git:[email protected]:featbit/Featbit-Java-SDK.git</connection>
38-
<url>https://github.com/featbit/Featbit-Java-SDK</url>
37+
<connection>scm:git:[email protected]:featbit/featbit-java-sdk.git</connection>
38+
<url>https://github.com/featbit/featbit-java-sdk</url>
3939
</scm>
4040

4141
<properties>
@@ -110,6 +110,10 @@
110110
<id>ossrh</id>
111111
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
112112
</snapshotRepository>
113+
<repository>
114+
<id>ossrh</id>
115+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
116+
</repository>
113117
</distributionManagement>
114118

115119
<build>

0 commit comments

Comments
 (0)