提交 7ef347be 编写于 作者: K Kohsuke Kawaguchi

Bumping up to 1.28 to avoid picking up org.jvnet:animal-sniffer

上级 ead639a1
......@@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.27</version>
<version>1.28</version>
</parent>
<groupId>org.jenkins-ci.plugins</groupId>
......@@ -304,15 +304,16 @@
<goal>check</goal>
</goals>
<phase>test</phase>
<configuration>
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java15</artifactId>
<version>1.0</version>
</signature>
</configuration>
</execution>
</executions>
<configuration>
<!-- outside <execution> so that we can run 'animal-sniffer:check' from the top without breaking anything -->
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java15</artifactId>
<version>1.0</version>
</signature>
</configuration>
</plugin>
</plugins>
</pluginManagement>
......
......@@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.27</version>
<version>1.28</version>
</parent>
<groupId>org.jenkins-ci.main</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册