Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Update latest staging plugin example to 1.6.6 and provide link to dow…
Browse files Browse the repository at this point in the history
…nload latest plugin
  • Loading branch information
msurani committed Dec 1, 2015
1 parent 715a6e3 commit 467a87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapter-staging.asciidoc
Expand Up @@ -432,7 +432,7 @@ by adding it to the project build plugins section as an extension:
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<version>1.6.6</version>
<extensions>true</extensions>
<configuration>
<serverId>nexus</serverId>
Expand All @@ -444,7 +444,7 @@ by adding it to the project build plugins section as an extension:
NOTE: It is important to use a version of the plugin that is compatible with your {pro} server. Version 1.2 is
compatible with {pro} 2.3, Version 1.4.4 is compatible with {pro} 2.4, Version 1.4.8 is compatible with {pro} 2.5
and 2.6. 1.5 and 1.6.x can be used for {pro} 2.7 to 2.10. The latest version of the plugin available is always
compatible with the latest available version of {pro}. Try to use the newest possible plugin version to take
compatible with the latest available version of {pro}. Try to use the http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22nexus-staging-maven-plugin%22[newest possible plugin] version to take
advantage of any available improvements.

Following Maven best practices, the version should be pulled out into a
Expand Down

1 comment on commit 467a87d

@mosabua
Copy link
Contributor

@mosabua mosabua commented on 467a87d Dec 2, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future please send pull requests instead of directly committing to master @msurani

Please sign in to comment.