提交 a6486f7e 编写于 作者: K Kohsuke Kawaguchi

released a new plugin parent POM

上级 4cf0043b
......@@ -10,7 +10,7 @@
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>plugin</artifactId>
<name>Hudson plugin POM</name>
<version>1.392</version>
<version>1.393</version>
<packaging>pom</packaging>
<properties>
......@@ -38,7 +38,7 @@
<dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically -->
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.392</version>
<version>1.393</version>
</dependency>
</dependencies>
</dependencyManagement>
......@@ -48,25 +48,25 @@
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-war</artifactId>
<type>war</type>
<version>1.392</version>
<version>1.393</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-core</artifactId>
<version>1.392</version>
<version>1.393</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-test-harness</artifactId>
<version>1.392</version>
<version>1.393</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>ui-samples-plugin</artifactId>
<version>1.392</version>
<version>1.393</version>
<scope>test</scope>
</dependency>
<dependency>
......@@ -97,7 +97,7 @@
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.392</version>
<version>1.393</version>
</dependency>
</dependencies>
</dependencyManagement-->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册