From 1e54382c3318a5f8f24b93754ba982126e11034b Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 26 Sep 2013 22:20:25 +0900 Subject: [PATCH] Use 2.8-SNAPSHOT in plugin archetype example in plugin documentation The example uses 2.5-SNAPSHOT which is quite old. Change it to 2.8-SNAPSHOT to be in line with the version of Gerrit currently under development. Change-Id: Ice247fe45799bf884eae7f9181c9f85fdcbcd9ac --- 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 ad576a0a65..195a57bcf3 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -38,7 +38,7 @@ plugin project. ---- mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \ -DarchetypeArtifactId=gerrit-plugin-archetype \ - -DarchetypeVersion=2.5-SNAPSHOT \ + -DarchetypeVersion=2.8-SNAPSHOT \ -DgroupId=com.google.gerrit \ -DartifactId=testPlugin ----