Skip to content

Commit 8195b82

Browse files
committed
rollback
1 parent 8cea608 commit 8195b82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<relativePath />
88
</parent>
99
<artifactId>gitlab-plugin</artifactId>
10-
<version>1.5.20-SNAPSHOT</version>
10+
<version>1.5.20</version>
1111
<name>GitLab Plugin</name>
1212
<url>https://github.com/jenkinsci/gitlab-plugin/</url>
1313
<packaging>hpi</packaging>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:ssh://github.com:jenkinsci/gitlab-plugin.git</connection>
5858
<developerConnection>scm:git:[email protected]:jenkinsci/gitlab-plugin.git</developerConnection>
5959
<url>https://github.com/jenkinsci/gitlab-plugin</url>
60-
<tag>HEAD</tag>
60+
<tag>gitlab-plugin-1.5.20</tag>
6161
</scm>
6262
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
6363
<repositories>
@@ -326,7 +326,7 @@
326326
<dependency>
327327
<groupId>com.google.guava</groupId>
328328
<artifactId>guava</artifactId>
329-
<version>[24.1.1-jre,)</version>
329+
<version>18.0</version>
330330
</dependency>
331331
<dependency>
332332
<groupId>net.karneim</groupId>

0 commit comments

Comments
 (0)