We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fbc6a commit e285088Copy full SHA for e285088
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>org.jenkins-ci.test</groupId>
11
<artifactId>docker-fixtures</artifactId>
12
- <version>1.12</version>
+ <version>1.13-SNAPSHOT</version>
13
<name>Docker Fixtures</name>
14
<description>Docker rule for JUnit.</description>
15
<repositories>
@@ -34,7 +34,7 @@
34
<connection>scm:git:ssh://github.com/jenkinsci/docker-fixtures.git</connection>
35
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/docker-fixtures.git</developerConnection>
36
<url>https://github.com/jenkinsci/docker-fixtures</url>
37
- <tag>docker-fixtures-1.12</tag>
+ <tag>HEAD</tag>
38
</scm>
39
<build>
40
<plugins>
0 commit comments