Title: [40729] trunk/hudson/plugins/configurationslicing/pom.xml: [maven-release-plugin] prepare release configurationslicing-1.35
- Revision
- 40729
- Author
- jacob_robertson
- Date
- 2012-10-27 09:00:45 -0400 (Sat, 27 Oct 2012)
Log Message
[maven-release-plugin] prepare release configurationslicing-1.35
Modified Paths
Diff
Modified: trunk/hudson/plugins/configurationslicing/pom.xml (40728 => 40729)
--- trunk/hudson/plugins/configurationslicing/pom.xml 2012-10-27 12:24:46 UTC (rev 40728)
+++ trunk/hudson/plugins/configurationslicing/pom.xml 2012-10-27 13:00:45 UTC (rev 40729)
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
@@ -10,7 +9,7 @@
<artifactId>configurationslicing</artifactId>
<packaging>hpi</packaging>
- <version>1.34-SNAPSHOT</version>
+ <version>1.35</version>
<name>Configuration Slicing plugin</name>
<description>Allows configuration of a single property across a group of projects</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin</url>
@@ -98,9 +97,9 @@
</dependencies>
<scm>
- <connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/configurationslicing</connection>
- <developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/configurationslicing</developerConnection>
- <url>https://svn.jenkins-ci.org/trunk/hudson/plugins/configurationslicing</url>
+ <connection>scm:svn:https://svn.jenkins-ci.org/tags/configurationslicing-1.35</connection>
+ <developerConnection>scm:svn:https://svn.jenkins-ci.org/tags/configurationslicing-1.35</developerConnection>
+ <url>https://svn.jenkins-ci.org/tags/configurationslicing-1.35</url>
</scm>
<build>