Skip to content

Commit

Permalink
Updated GitLab Docker version to 12.1.1 (gitlab4j#420).
Browse files Browse the repository at this point in the history
  • Loading branch information
gmessner committed Jul 27, 2019
1 parent 506018d commit cb03c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<packaging>jar</packaging>
<version>4.11.20-SNAPSHOT</version>
<version>4.12.0-SNAPSHOT</version>
<name>GitLab4J-API - GitLab API Java Client</name>
<description>GitLab4J-API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories and servers via the GitLab REST API.</description>
<url>https://github.com/gitlab4j/gitlab4j-api</url>
Expand Down Expand Up @@ -57,7 +57,7 @@

<changelog-lib.version>1.59</changelog-lib.version>

<gitlab.version>11.11.2-ce.0</gitlab.version>
<gitlab.version>12.1.1-ce.0</gitlab.version>
<gitlab.autoremove-container>true</gitlab.autoremove-container>
<gitlab.skip-docker-start>true</gitlab.skip-docker-start>
<gitlab.port>8090</gitlab.port>
Expand Down

0 comments on commit cb03c7f

Please sign in to comment.