Skip to content

Commit

Permalink
add version for source-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fulan.zjf committed Jul 1, 2020
1 parent a353942 commit e48f51a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cola-statemachine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -97,7 +98,7 @@
<doclint>none</doclint>
</configuration>
</plugin>
<!-- This is for central repository, comment it when build at local-->
<!-- This is for central repository, comment it when build at local
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -112,7 +113,7 @@
</execution>
</executions>
</plugin>

-->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit e48f51a

Please sign in to comment.