Skip to content

Commit 053d524

Browse files
authored
Merge pull request #171 from rhusar/pom
Fix project.issueManagement.system, project.scm.url, project.url, and project.organization.url in Maven pom
2 parents 70a7ff2 + bd07612 commit 053d524

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<packaging>jar</packaging>
66
<name>JGroups - AWS</name>
77
<version>2.0.1.Final-SNAPSHOT</version>
8-
<url>http://www.github.com/jgroups-extras/jgroups-aws</url>
8+
<url>https://www.github.com/jgroups-extras/jgroups-aws</url>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -25,7 +25,7 @@
2525

2626
<organization>
2727
<name>JBoss, a division of Red Hat</name>
28-
<url>http://www.jboss.org</url>
28+
<url>https://www.jboss.org/</url>
2929
</organization>
3030

3131
<developers>
@@ -51,12 +51,12 @@
5151
<scm>
5252
<connection>scm:git:git://github.com/jgroups-extras/jgroups-aws.git</connection>
5353
<developerConnection>scm:git:ssh://[email protected]/jgroups-extras/jgroups-aws.git</developerConnection>
54-
<url>https://github.com/belaban/JGroups</url>
54+
<url>https://github.com/jgroups-extras/jgroups-aws</url>
5555
<tag>HEAD</tag>
5656
</scm>
5757

5858
<issueManagement>
59-
<system>jira</system>
59+
<system>GitHub</system>
6060
<url>https://github.com/jgroups-extras/jgroups-aws/issues</url>
6161
</issueManagement>
6262

0 commit comments

Comments
 (0)