Title: [41051] trunk/hudson/dtkit/dtkit-plugins/pom.xml: typo + upgrade to org.jenkins-ci:jenkins:1.33
Revision
41051
Author
gbois
Date
2013-12-30 16:35:46 -0500 (Mon, 30 Dec 2013)

Log Message

typo + upgrade to org.jenkins-ci:jenkins:1.33

Modified Paths


Diff

Modified: trunk/hudson/dtkit/dtkit-plugins/pom.xml (41050 => 41051)


--- trunk/hudson/dtkit/dtkit-plugins/pom.xml	2013-12-30 21:35:07 UTC (rev 41050)
+++ trunk/hudson/dtkit/dtkit-plugins/pom.xml	2013-12-30 21:35:46 UTC (rev 41051)
@@ -1,17 +1,18 @@
-<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.jenkins-ci</groupId>
         <artifactId>jenkins</artifactId>
-        <version>1.25</version>
+        <version>1.33</version>
     </parent>
 
     <groupId>org.jenkins-ci.lib.dtkit</groupId>
     <artifactId>dtkit-plugins</artifactId>
     <version>0.15-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>DTKIT Plugins</name>
+    <name>DTKit Plugins</name>
     <url>http://wiki.jenkins-ci.org/display/JENKINS/DTKit</url>
 
     <licenses>
@@ -34,7 +35,7 @@
     </developers>
 
     <properties>
-        <dtkit.frmk.version>0.19</dtkit.frmk.version>
+        <dtkit.frmk.version>1.0.0</dtkit.frmk.version>
     </properties>
 
     <dependencyManagement>
@@ -75,9 +76,8 @@
 
     <scm>
         <connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-plugins</connection>
-        <developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-plugins
-        </developerConnection>  
-    <url>https://github.com/jenkinsci/pom/dtkit-plugins</url>
-  </scm>
+        <developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-plugins</developerConnection>
+        <url>https://github.com/jenkinsci/pom/dtkit-plugins</url>
+    </scm>
 
 </project>

--
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to