Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 043c50e

Browse filesBrowse files
Use https in scm/url
1 parent a2f0ac7 commit 043c50e
Copy full SHA for 043c50e

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<scm>
3131
<connection>scm:git:https://github.com/codehaus-plexus/plexus-archiver.git</connection>
3232
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-archiver.git</developerConnection>
33-
<tag>plexus-archiver-4.6.1</tag>
34-
<url>http://github.com/codehaus-plexus/plexus-archiver/tree/${project.scm.tag}/</url>
33+
<tag>HEAD</tag>
34+
<url>https://github.com/codehaus-plexus/plexus-archiver/tree/${project.scm.tag}/</url>
3535
</scm>
3636
<issueManagement>
37-
<system>jira</system>
37+
<system>GitHub</system>
3838
<url>https://github.com/codehaus-plexus/plexus-archiver/issues</url>
3939
</issueManagement>
4040
<distributionManagement>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.