Log Message
Upgrade to dtkit-frmk 0.19
Modified Paths
- trunk/hudson/dtkit/dtkit-plugins/dtkit-hudson-maven-plugin/pom.xml
- trunk/hudson/dtkit/dtkit-plugins/dtkit-hudson-maven-plugin/src/main/groovy/com/thalesgroup/dtkit/maven/HudsonGenerator.groovy
- trunk/hudson/dtkit/dtkit-plugins/pom.xml
Diff
Modified: trunk/hudson/dtkit/dtkit-plugins/dtkit-hudson-maven-plugin/pom.xml (40832 => 40833)
--- trunk/hudson/dtkit/dtkit-plugins/dtkit-hudson-maven-plugin/pom.xml 2013-05-01 15:18:27 UTC (rev 40832)
+++ trunk/hudson/dtkit/dtkit-plugins/dtkit-hudson-maven-plugin/pom.xml 2013-05-01 15:22:00 UTC (rev 40833)
@@ -34,7 +34,7 @@
<artifactId>dtkit-hudson-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <name>DTKIT Hudson Maven Plugin</name>
+ <name>DTKIT Hudson/Jenkins Maven Plugin</name>
<properties>
<maven.plugin.version>2.2.1</maven.plugin.version>
Modified: trunk/hudson/dtkit/dtkit-plugins/dtkit-hudson-maven-plugin/src/main/groovy/com/thalesgroup/dtkit/maven/HudsonGenerator.groovy (40832 => 40833)
--- trunk/hudson/dtkit/dtkit-plugins/dtkit-hudson-maven-plugin/src/main/groovy/com/thalesgroup/dtkit/maven/HudsonGenerator.groovy 2013-05-01 15:18:27 UTC (rev 40832)
+++ trunk/hudson/dtkit/dtkit-plugins/dtkit-hudson-maven-plugin/src/main/groovy/com/thalesgroup/dtkit/maven/HudsonGenerator.groovy 2013-05-01 15:22:00 UTC (rev 40833)
@@ -47,8 +47,8 @@
out << "\n"
out << " @DataBoundConstructor\n"
- out << " public " + className + "(String pattern, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) {\n"
- out << " super(pattern, failIfNotNew, deleteOutputFiles, stopProcessingIfError);\n"
+ out << " public " + className + "(String pattern, boolean skipNoTestFiles, boolean failIfNotNew, boolean deleteOutputFiles, boolean stopProcessingIfError) {\n"
+ out << " super(pattern, skipNoTestFiles, failIfNotNew, deleteOutputFiles, stopProcessingIfError);\n"
out << " }\n"
out << "\n"
Modified: trunk/hudson/dtkit/dtkit-plugins/pom.xml (40832 => 40833)
--- trunk/hudson/dtkit/dtkit-plugins/pom.xml 2013-05-01 15:18:27 UTC (rev 40832)
+++ trunk/hudson/dtkit/dtkit-plugins/pom.xml 2013-05-01 15:22:00 UTC (rev 40833)
@@ -34,7 +34,7 @@
</developers>
<properties>
- <dtkit.frmk.version>0.17</dtkit.frmk.version>
+ <dtkit.frmk.version>0.19</dtkit.frmk.version>
</properties>
<dependencyManagement>
@@ -77,7 +77,6 @@
<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>
</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.