summaryrefslogtreecommitdiff
path: root/doc/api/packages/maven.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/packages/maven.md')
-rw-r--r--doc/api/packages/maven.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/packages/maven.md b/doc/api/packages/maven.md
index b046b0dc411..27bc4da07a1 100644
--- a/doc/api/packages/maven.md
+++ b/doc/api/packages/maven.md
@@ -22,8 +22,6 @@ for details on which headers and token types are supported.
## Download a package file at the instance-level
-> Introduced in GitLab 11.6.
-
Download a Maven package file:
```plaintext
@@ -49,8 +47,6 @@ This writes the downloaded file to `mypkg-1.0-SNAPSHOT.jar` in the current direc
## Download a package file at the group-level
-> Introduced in GitLab 11.7.
-
Download a Maven package file:
```plaintext
@@ -76,8 +72,6 @@ This writes the downloaded file to `mypkg-1.0-SNAPSHOT.jar` in the current direc
## Download a package file at the project-level
-> Introduced in GitLab 11.3.
-
Download a Maven package file:
```plaintext
@@ -103,8 +97,6 @@ This writes the downloaded file to `mypkg-1.0-SNAPSHOT.jar` in the current direc
## Upload a package file
-> Introduced in GitLab 11.3.
-
Upload a Maven package file:
```plaintext