Skip to content

Commit 9961ca8

Browse files
committed
Issue #55: Rebrand Codebase from Sentry Software to MetricsHub
* Updated pom.xml
1 parent 0d9fe4a commit 9961ca8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>2</version>
88
</parent>
99

10-
<artifactId>winrm</artifactId>
10+
<artifactId>winrm-java</artifactId>
1111
<version>1.1.02-SNAPSHOT</version>
1212

1313
<name>WinRM Java Client</name>
@@ -18,7 +18,7 @@
1818
<url>https://metricshub.com</url>
1919
</organization>
2020

21-
<url>https://metricshub.org/winrm</url>
21+
<url>https://metricshub.org/winrm-java</url>
2222
<inceptionYear>2023</inceptionYear>
2323

2424
<licenses>
@@ -31,12 +31,12 @@
3131

3232
<issueManagement>
3333
<system>GitHub</system>
34-
<url>https://github.com/metricshub/winrm/issues/</url>
34+
<url>https://github.com/metricshub/winrm-java/issues/</url>
3535
</issueManagement>
3636

3737
<scm>
38-
<connection>scm:git:https://github.com/metricshub/winrm.git</connection>
39-
<url>https://github.com/metricshub/winrm</url>
38+
<connection>scm:git:https://github.com/metricshub/winrm-java.git</connection>
39+
<url>https://github.com/metricshub/winrm-java</url>
4040
<tag>HEAD</tag>
4141
</scm>
4242

0 commit comments

Comments
 (0)