Skip to content

Commit a48f54a

Browse files
committed
fix missing scm info
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 8c96b8d commit a48f54a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ See the Apache License Version 2.0 for the specific language governing permissio
2222

2323
<artifactId>plexus-build-api</artifactId>
2424
<version>1.0.0-SNAPSHOT</version>
25+
26+
<scm>
27+
<connection>scm:git:https://github.com/codehaus-plexus/plexus-build-api.git</connection>
28+
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-build-api.git</developerConnection>
29+
<url>https://github.com/codehaus-plexus/plexus-build-api</url>
30+
</scm>
2531

2632
<dependencies>
2733
<dependency>
@@ -93,7 +99,4 @@ See the Apache License Version 2.0 for the specific language governing permissio
9399
</plugins>
94100
</build>
95101

96-
<scm>
97-
<tag>plexus-build-api-1.0.0</tag>
98-
</scm>
99102
</project>

0 commit comments

Comments
 (0)