Skip to content

Commit

Permalink
release: release 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: slievrly <[email protected]>
  • Loading branch information
slievrly committed Dec 10, 2020
1 parent fcc74e7 commit 9569bed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@
<serverId>oss_seata</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
</configuration>
</plugin>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
<serverId>oss_seata</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
</configuration>
</plugin>
<plugin>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<module>config</module>
<module>core</module>
<module>discovery</module>
<!--<module>distribution</module>-->
<module>distribution</module>
<module>integration/dubbo</module>
<module>integration/dubbo-alibaba</module>
<module>integration/sofa-rpc</module>
Expand All @@ -41,7 +41,7 @@
<module>server</module>
<module>spring</module>
<module>tcc</module>
<!--<module>test</module>-->
<module>test</module>
<module>tm</module>
<module>metrics</module>
<module>serializer</module>
Expand Down Expand Up @@ -212,6 +212,7 @@
<serverId>oss_seata</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -245,7 +246,7 @@
</repository>
</distributionManagement>
<properties>
<!--<image.publish.skip>false</image.publish.skip>-->
<image.publish.skip>false</image.publish.skip>
<image.tags>${project.version},latest</image.tags>
</properties>
</profile>
Expand Down

0 comments on commit 9569bed

Please sign in to comment.