提交 204bad88 编写于 作者: K Kohsuke Kawaguchi

released a new plugin parent POM

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