Skip to content

Commit

Permalink
Merge pull request #54 from shalousun/master
Browse files Browse the repository at this point in the history
update: release config
  • Loading branch information
shalousun authored Oct 12, 2023
2 parents 07dc30b + c65fd63 commit 3f7cd82
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>maven-plugin</packaging>

<name>smart-doc-maven-plugin</name>
<url>https://github.com/smart-doc-group/smart-doc-maven-plugin.git</url>
<url>https://github.com/TongchengOpenSource/smart-doc-maven-plugin.git</url>
<description>smart-doc maven plugin</description>

<licenses>
Expand All @@ -21,9 +21,9 @@
</license>
</licenses>
<scm>
<url>https://github.com/smart-doc-group/smart-doc-maven-plugin.git</url>
<connection>scm:https://github.com/smart-doc-group/smart-doc-maven-plugin.git</connection>
<developerConnection>scm:https://github.com/smart-doc-group/smart-doc-maven-plugin.git</developerConnection>
<url>https://github.com/TongchengOpenSource/smart-doc-maven-plugin.git</url>
<connection>scm:https://github.com/TongchengOpenSource/smart-doc-maven-plugin.git</connection>
<developerConnection>scm:https://github.com/TongchengOpenSource/smart-doc-maven-plugin.git</developerConnection>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -147,12 +147,12 @@
</build>
<distributionManagement>
<snapshotRepository>
<id>oss</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<id>oss01</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>oss</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>oss01</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit 3f7cd82

Please sign in to comment.