Skip to content

Commit 62904fc

Browse files
committed
issue #141 Migrate to a new Maven Central Portal
1 parent c51f4ba commit 62904fc

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,10 @@
5151
<parent>
5252
<groupId>za.co.absa</groupId>
5353
<artifactId>root-pom</artifactId>
54-
<version>1.0.11</version>
54+
<version>1.1.0</version>
5555
</parent>
5656

5757
<properties>
58-
<scm.url>http://github.com/AbsaOSS/commons/tree/master</scm.url>
59-
<scm.connection>scm:git:git://github.com/AbsaOSS/commons.git</scm.connection>
60-
<scm.developerConnection>scm:git:ssh://github.com/AbsaOSS/commons.git</scm.developerConnection>
6158
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6259
<maven.compiler.source>1.8</maven.compiler.source>
6360
<maven.compiler.target>1.8</maven.compiler.target>
@@ -99,7 +96,7 @@
9996
</properties>
10097

10198
<scm>
102-
<url>${scm.url}</url>
99+
<url>http://github.com/AbsaOSS/commons</url>
103100
<connection>${scm.connection}</connection>
104101
<developerConnection>${scm.developerConnection}</developerConnection>
105102
<tag>HEAD</tag>

0 commit comments

Comments
 (0)