提交 3e3e0422 编写于 作者: K Kohsuke Kawaguchi

releasing a new plugin parent POM

上级 dc311f2f
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>org.jenkins-ci.plugins</groupId> <groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId> <artifactId>plugin</artifactId>
<name>Jenkins plugin POM</name> <name>Jenkins plugin POM</name>
<version>1.459-SNAPSHOT</version> <version>1.459</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<!-- <!--
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,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.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId> <artifactId>maven-plugin</artifactId>
<version>1.459-SNAPSHOT</version> <version>1.459</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
...@@ -43,25 +43,25 @@ ...@@ -43,25 +43,25 @@
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId> <artifactId>jenkins-war</artifactId>
<type>war</type> <type>war</type>
<version>1.459-SNAPSHOT</version> <version>1.459</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-core</artifactId> <artifactId>jenkins-core</artifactId>
<version>1.459-SNAPSHOT</version> <version>1.459</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId> <artifactId>jenkins-test-harness</artifactId>
<version>1.459-SNAPSHOT</version> <version>1.459</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>ui-samples-plugin</artifactId> <artifactId>ui-samples-plugin</artifactId>
<version>1.459-SNAPSHOT</version> <version>1.459</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册