Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit fafe3d8

Browse files
authored
Merge pull request #193 from chyt/fix-boost-common
Fix boost-common URLs
2 parents 1b0ae0c + 16207c8 commit fafe3d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

boost-common/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>boost-common</artifactId>
1313
<version>0.1.2-SNAPSHOT</version>
1414

15-
<url>https://github.com/OpenLiberty/boost-common</url>
15+
<url>https://github.com/OpenLiberty/boost</url>
1616

1717
<parent>
1818
<groupId>net.wasdev.maven.parent</groupId>
@@ -30,9 +30,9 @@
3030
</licenses>
3131

3232
<scm>
33-
<connection>scm:git:[email protected]:OpenLiberty/boost-common.git</connection>
34-
<developerConnection>scm:git:[email protected]:OpenLiberty/boost-common.git</developerConnection>
35-
<url>[email protected]:OpenLiberty/boost-common.git</url>
33+
<connection>scm:git:[email protected]:OpenLiberty/boost.git</connection>
34+
<developerConnection>scm:git:[email protected]:OpenLiberty/boost.git</developerConnection>
35+
<url>[email protected]:OpenLiberty/boost.git</url>
3636
<tag>HEAD</tag>
3737
</scm>
3838

0 commit comments

Comments
 (0)