Skip to content

Commit

Permalink
Move developer connection to parent config pom
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Oct 6, 2022
1 parent f802195 commit 4dab459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion maven-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
</developers>

<scm>
<developerConnection>scm:git:[email protected]:https://github.com/axonivy/web-tester.git</developerConnection>
<connection>scm:git:[email protected]:axonivy/web-tester.git</connection>
<developerConnection>scm:git:[email protected]:axonivy/web-tester.git</developerConnection>
<url>[email protected]:axonivy/web-tester.git</url>
</scm>

<organization>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
<module>unit-tester</module>
</modules>

<scm>
<connection>scm:git:[email protected]:axonivy/web-tester.git</connection>
<developerConnection>scm:git:[email protected]:axonivy/web-tester.git</developerConnection>
<url>[email protected]:axonivy/web-tester.git</url>
</scm>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 4dab459

Please sign in to comment.