Skip to content

Commit 29a2311

Browse files
committed
ci: add scm configuration to aggregator pom
1 parent a384b20 commit 29a2311

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99

1010
<name>Commons Demo Aggregator</name>
1111

12+
<scm>
13+
<url>https://github.com/FlowingCode/CommonsDemo</url>
14+
<connection>scm:git:git://github.com/FlowingCode/CommonsDemo.git</connection>
15+
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/CommonsDemo.git</developerConnection>
16+
<tag>master</tag>
17+
</scm>
18+
1219
<build>
1320
<plugins>
1421
<plugin>

0 commit comments

Comments
 (0)