Skip to content

Commit 4907bb6

Browse files
committed
fixed typo
1 parent 533316e commit 4907bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-scm-publish-plugin</artifactId>
5252
<configuration>
53-
<pubScmUrl>${project.scm.developerConnection}/codehaus-plexus.github.io.git</pubScmUrl>
53+
<pubScmUrl>${project.scm.developerConnection}</pubScmUrl>
5454
<scmBranch>master</scmBranch><!-- see https://help.github.com/articles/user-organization-and-project-pages/ -->
5555
<content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage -->
5656
</configuration>

0 commit comments

Comments
 (0)