Skip to content

Commit

Permalink
(doc) switch scm url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 1, 2023
1 parent 26f6fd4 commit 4d28443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</modules>

<scm>
<connection>scm:git:git@github.com:codehaus-plexus/plexus-languages.git</connection>
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-languages.git</developerConnection>
<connection>scm:git:htts://github.com/codehaus-plexus/plexus-languages.git</connection>

This comment has been minimized.

Copy link
@pzygielo

pzygielo Jan 1, 2023

Contributor
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-languages.git</developerConnection>
<url>https://github.com/codehaus-plexus/plexus-languages/tree/plexus-languages</url>
<tag>HEAD</tag>
</scm>
Expand All @@ -39,7 +39,7 @@
</distributionManagement>

<properties>
<scm.url>scm:git:git@github.com:codehaus-plexus/plexus-languages.git</scm.url>
<scm.url>scm:git:https://github.com/codehaus-plexus/plexus-languages.git</scm.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2022-01-31T22:27:44Z</project.build.outputTimestamp>
Expand Down

0 comments on commit 4d28443

Please # to comment.