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

[maven-release-plugin] prepare release jenkins-1.625.1

上级 6b0120f4
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.625.1-SNAPSHOT</version> <version>1.625.1</version>
</parent> </parent>
<artifactId>cli</artifactId> <artifactId>cli</artifactId>
......
...@@ -29,7 +29,7 @@ THE SOFTWARE. ...@@ -29,7 +29,7 @@ THE SOFTWARE.
<parent> <parent>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.625.1-SNAPSHOT</version> <version>1.625.1</version>
</parent> </parent>
<artifactId>jenkins-core</artifactId> <artifactId>jenkins-core</artifactId>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,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.625.1-SNAPSHOT</version> <version>1.625.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<!-- <!--
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/</connection> <connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/</connection>
<developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/</developerConnection> <developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/</developerConnection>
<url>https://svn.jenkins-ci.org/trunk/hudson/plugins/</url> <url>https://svn.jenkins-ci.org/trunk/hudson/plugins/</url>
<tag>HEAD</tag> <tag>jenkins-1.625.1</tag>
</scm> </scm>
<issueManagement> <issueManagement>
...@@ -41,19 +41,19 @@ ...@@ -41,19 +41,19 @@
<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.625.1-SNAPSHOT</version> <version>1.625.1</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.625.1-SNAPSHOT</version> <version>1.625.1</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.625.1-SNAPSHOT</version> <version>1.625.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- <!--
......
...@@ -33,7 +33,7 @@ THE SOFTWARE. ...@@ -33,7 +33,7 @@ THE SOFTWARE.
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.625.1-SNAPSHOT</version> <version>1.625.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Jenkins main module</name> <name>Jenkins main module</name>
...@@ -59,7 +59,7 @@ THE SOFTWARE. ...@@ -59,7 +59,7 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/jenkinsci/jenkins.git</connection> <connection>scm:git:git://github.com/jenkinsci/jenkins.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/jenkins.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/jenkinsci/jenkins.git</developerConnection>
<url>https://github.com/jenkinsci/jenkins</url> <url>https://github.com/jenkinsci/jenkins</url>
<tag>HEAD</tag> <tag>jenkins-1.625.1</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
......
...@@ -28,7 +28,7 @@ THE SOFTWARE. ...@@ -28,7 +28,7 @@ THE SOFTWARE.
<parent> <parent>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.625.1-SNAPSHOT</version> <version>1.625.1</version>
</parent> </parent>
<artifactId>jenkins-test-harness</artifactId> <artifactId>jenkins-test-harness</artifactId>
......
...@@ -28,7 +28,7 @@ THE SOFTWARE. ...@@ -28,7 +28,7 @@ THE SOFTWARE.
<parent> <parent>
<groupId>org.jenkins-ci.main</groupId> <groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>1.625.1-SNAPSHOT</version> <version>1.625.1</version>
</parent> </parent>
<artifactId>jenkins-war</artifactId> <artifactId>jenkins-war</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册