Skip to content

Commit d5d974b

Browse files
committed
Set url-s directly in tags
1 parent 087e6fb commit d5d974b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
</developer>
4242
</developers>
4343

44-
<url>${url}</url>
44+
<url>https://github.com/aleksandr-m/gitflow-maven-plugin</url>
4545

4646
<scm>
47-
<url>${url}</url>
48-
<connection>${scm.url}</connection>
49-
<developerConnection>${scm.url}</developerConnection>
47+
<url>https://github.com/aleksandr-m/gitflow-maven-plugin</url>
48+
<connection>scm:git:git@github.com:aleksandr-m/gitflow-maven-plugin.git</connection>
49+
<developerConnection>scm:git:git@github.com:aleksandr-m/gitflow-maven-plugin.git</developerConnection>
5050
</scm>
5151

5252
<distributionManagement>
@@ -65,8 +65,6 @@
6565
<properties>
6666
<java.version>1.7</java.version>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68-
<scm.url>scm:git:git@github.com:aleksandr-m/gitflow-maven-plugin.git</scm.url>
69-
<url>https://github.com/aleksandr-m/gitflow-maven-plugin</url>
7068
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
7169
</properties>
7270

0 commit comments

Comments
 (0)