Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'stable-1.642' of git://github.com/jenkinsci/jenkins int…
…o stable-1.642
  • Loading branch information
jglick committed Feb 2, 2016
2 parents bf58731 + 71c2ad3 commit ad5ae19
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId>
<version>1.642.1-SNAPSHOT</version>
<version>1.642.1</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId>
<version>1.642.1-SNAPSHOT</version>
<version>1.642.1</version>
</parent>

<artifactId>jenkins-core</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions plugins/pom.xml
Expand Up @@ -12,7 +12,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<name>Jenkins plugin POM</name>
<version>1.642.1-SNAPSHOT</version>
<version>1.642.1</version>
<packaging>pom</packaging>

<!--
Expand All @@ -23,7 +23,7 @@
<connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/</connection>
<developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/</developerConnection>
<url>https://svn.jenkins-ci.org/trunk/hudson/plugins/</url>
<tag>HEAD</tag>
<tag>jenkins-1.642.1</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -61,19 +61,19 @@
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId>
<type>war</type>
<version>1.642.1-SNAPSHOT</version>
<version>1.642.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-core</artifactId>
<version>1.642.1-SNAPSHOT</version>
<version>1.642.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>1.642.1-SNAPSHOT</version>
<version>1.642.1</version>
<scope>test</scope>
</dependency>
<!--
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -33,7 +33,7 @@ THE SOFTWARE.

<groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId>
<version>1.642.1-SNAPSHOT</version>
<version>1.642.1</version>
<packaging>pom</packaging>

<name>Jenkins main module</name>
Expand All @@ -59,7 +59,7 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/jenkinsci/jenkins.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/jenkins.git</developerConnection>
<url>https://github.com/jenkinsci/jenkins</url>
<tag>HEAD</tag>
<tag>jenkins-1.642.1</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId>
<version>1.642.1-SNAPSHOT</version>
<version>1.642.1</version>
</parent>

<artifactId>jenkins-test-harness</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId>
<version>1.642.1-SNAPSHOT</version>
<version>1.642.1</version>
</parent>

<artifactId>jenkins-war</artifactId>
Expand Down

0 comments on commit ad5ae19

Please sign in to comment.