Skip to content

Commit 33cbe5a

Browse files
author
gejiaxing
committed
update maven
1 parent 14915a3 commit 33cbe5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<scm>
3939
<url>https://github.com/zoeminghong/spring-boot-starter-mybatis</url>
40-
<connection>scm:git:https://github.com/zoeminghong/spring-boot-starter-mybatis.git</connection>
40+
<connection>scm:git@github.com:zoeminghong/spring-boot-starter-mybatis.git</connection>
4141
</scm>
4242

4343
<licenses>
@@ -124,11 +124,11 @@
124124
</build>
125125
<distributionManagement>
126126
<repository>
127-
<id>releases</id>
127+
<id>oss</id>
128128
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
129129
</repository>
130130
<snapshotRepository>
131-
<id>snapshots</id>
131+
<id>oss</id>
132132
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
133133
</snapshotRepository>
134134
<downloadUrl>https://oss.sonatype.org/content/groups/public</downloadUrl>

0 commit comments

Comments
 (0)