Add missing @since tag

Change-Id: I80cfc3e81d5cebf810f36ddf2760aee955c6f50a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
index 31bf766..7a52126 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/Git.java
@@ -406,6 +406,7 @@ public StatusCommand status() {
 	 * Returns a command to create an archive from a tree
 	 *
 	 * @return a {@link ArchiveCommand}
+	 * @since 3.1
 	 */
 	public ArchiveCommand archive() {
 		return new ArchiveCommand(repo);