@since: Standardise on number only; drop redundant component name

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1455148 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
index b127571..6ed6280 100644
--- a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
+++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
@@ -315,7 +315,7 @@
      *
      * @param headerBuf The header bytes from a tar archive entry.
      * @param encoding encoding to use for file names
-     * @since Commons Compress 1.4
+     * @since 1.4
      * @throws IllegalArgumentException if any of the numeric fields have an invalid format
      */
     public TarArchiveEntry(byte[] headerBuf, ZipEncoding encoding)
@@ -922,7 +922,7 @@
      *
      * @param header The tar entry header buffer to get information from.
      * @param encoding encoding to use for file names
-     * @since Commons Compress 1.4
+     * @since 1.4
      * @throws IllegalArgumentException if any of the numeric fields
      * have an invalid format
      */