Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Apr 19, 2024
1 parent be2ac99 commit 4421111
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
</developers>

<scm>
<url>https://github.com/microsphere-projects/microsphere-multiactive</url>
<connection>scm:git:git://github.com/microsphere-projects/microsphere-multiactive.git</connection>
<developerConnection>scm:git:ssh://git@github.com/microsphere-projects/microsphere-multiactive.git
</developerConnection>
<url>git@github.com/microsphere-projects/microsphere-multiactive.git</url>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:ssh://${project.scm.url}</developerConnection>
</scm>


<properties>
<revision>0.0.1-SNAPSHOT</revision>
</properties>
Expand Down Expand Up @@ -91,5 +91,5 @@
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>

</project>

0 comments on commit 4421111

Please sign in to comment.