Skip to content

Commit

Permalink
release: 发布1.1.5版本(easyj插件升级到1.1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Mar 1, 2023
1 parent c1dd7f7 commit 9e3ac1e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>icu.easyj</groupId>
<artifactId>easyj-build</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
<packaging>pom</packaging>

<name>${project.groupId} :: ${project.artifactId}</name>
Expand All @@ -27,7 +27,7 @@
<!-- ********** maven-plugin Versions and Default configurations ********** -->

<!-- icu.easyj.maven.plugins : easyj-maven-plugin -->
<easyj-maven-plugin.version>1.1.4</easyj-maven-plugin.version>
<easyj-maven-plugin.version>1.1.5</easyj-maven-plugin.version>
<maven.simplify.simplifiedPomFileName>.flattened-pom.xml</maven.simplify.simplifiedPomFileName>
<maven.simplify.useTabIndent>true</maven.simplify.useTabIndent>

Expand Down Expand Up @@ -791,15 +791,6 @@
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<!-- 使用插件:Nexus-Staging -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<!-- 使用插件:GPG -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 9e3ac1e

Please sign in to comment.