From cf48dd7f594dacba5a152209be56c46551e55d81 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Wed, 4 Jun 2014 09:00:50 +0200 Subject: [PATCH] Update archetype version in plugin documentation to 2.9 When 2.9 is released plugin developers should be able to copy and paste the archetype command from the plugin documentation. For this the version should match the released version. The command will work only after the 2.9 plugin artifacts have been published to Maven Central. Change-Id: I4188c3740536f31eb49be2091cc89630da6cda96 Signed-off-by: Edwin Kempin --- Documentation/dev-plugins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index 39cd1fcf56..76c3da9af5 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -36,7 +36,7 @@ plugin project. ---- mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \ -DarchetypeArtifactId=gerrit-plugin-archetype \ - -DarchetypeVersion=2.9-SNAPSHOT \ + -DarchetypeVersion=2.9 \ -DgroupId=com.googlesource.gerrit.plugins.testplugin \ -DartifactId=testplugin ----