Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Fix upstream repo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarsballe committed Dec 7, 2019
1 parent f4041e9 commit c8ad086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@
</repositories>

<scm>
<developerConnection>scm:git:[email protected]:gsstratus/stratus</developerConnection>
<developerConnection>scm:git:[email protected]:planetlabs/stratus</developerConnection>
<tag>HEAD</tag>
</scm>

Expand All @@ -838,7 +838,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<tagBase>https://github.com/gsstratus/stratus/releases</tagBase>
<tagBase>https://github.com/planetlabs/stratus/releases</tagBase>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
Expand Down

0 comments on commit c8ad086

Please sign in to comment.