提交 8e432f8f 编写于 作者: K Kohsuke Kawaguchi

merged back the RC branch

此差异已折叠。
jenkins (1.396) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Wed, 02 Feb 2011 11:50:36 -0800
jenkins (1.395) unstable; urgency=low jenkins (1.395) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details. * See http://jenkins-ci.org/changelog for more details.
......
无法预览此类型文件
...@@ -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.396-SNAPSHOT</version> <version>1.397-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,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.396-SNAPSHOT</version> <version>1.397-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
...@@ -48,25 +48,25 @@ ...@@ -48,25 +48,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.396-SNAPSHOT</version> <version>1.397-SNAPSHOT</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.396-SNAPSHOT</version> <version>1.397-SNAPSHOT</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.396-SNAPSHOT</version> <version>1.397-SNAPSHOT</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.396-SNAPSHOT</version> <version>1.397-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -426,9 +426,9 @@ THE SOFTWARE. ...@@ -426,9 +426,9 @@ THE SOFTWARE.
<activeByDefault>true</activeByDefault> <activeByDefault>true</activeByDefault>
</activation> </activation>
<properties> <properties>
<hudson.sign.alias>hudson</hudson.sign.alias> <hudson.sign.alias>jenkins</hudson.sign.alias>
<hudson.sign.keystore>../dummy.keystore</hudson.sign.keystore> <hudson.sign.keystore>../dummy.keystore</hudson.sign.keystore>
<hudson.sign.storepass>hudson</hudson.sign.storepass> <hudson.sign.storepass>jenkins</hudson.sign.storepass>
</properties> </properties>
</profile> </profile>
<profile> <profile>
...@@ -559,11 +559,11 @@ THE SOFTWARE. ...@@ -559,11 +559,11 @@ THE SOFTWARE.
<distributionManagement> <distributionManagement>
<site> <site>
<id>hudson-www</id> <id>hudson-www</id>
<url>scp://hudson-labs.org/home/kohsuke/www/hudson-labs.org/maven-site/</url> <url>scp://jenkins-ci.org/home/kohsuke/www/hudson-labs.org/maven-site/</url>
</site> </site>
<snapshotRepository> <snapshotRepository>
<id>maven.hudson-labs.org</id> <id>maven.hudson-labs.org</id>
<url>http://maven.hudson-labs.org:8081/content/repositories/snapshots</url> <url>http://maven.jenkins-ci.org:8081/content/repositories/snapshots</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
</project> </project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册