Hi Ullrich, You left a comment on my pull request<https://github.com/jenkinsci/tfs-plugin/pull/12#pullrequestreviewcomment-5324383>concerning the text of the /project/parent/groupId element.
I tried the Jenkins Plugin Skeleton Generator<http://plugin-generator.jenkins-ci.org/> and it gave me a POM containing the following: <parent> <groupId>org.jenkins-ci.plugins</groupId> <artifactId>plugin</artifactId> <version>1.509.1</version><!-- which version of Jenkins is this plugin built against? --> </parent> Are you concerned that without the old groupId (org.jvnet.hudson.plugins), the TFS plugin will be Jenkins-only and no longer work with Hudson? Thanks! - Oli On Monday, July 22, 2013 1:12:52 PM UTC-4, Ullrich Hafner wrote: > > Hi Olivier, > > I added you as a committer of the tfs-plugin. > > Before merging your changes please check my comments for the pom! > > Ulli > > Am 17.07.2013 um 20:52 schrieb Olivier Dagenais > <[email protected]<javascript:> > >: > > Hi, > > I submitted pull request #12<https://github.com/jenkinsci/tfs-plugin/pull/12> > to > the tfs-plugin repo on June 18th, then updated it again on June 24th. I > have made two attempts to contact the plugin's current maintainer, with no > success. > > I submitted just the POM upgrade (and corresponding code changes) on its > own, so that the two other changes I have prepared (but not yet shared - > they depend on this upgrade) could be reviewed more easily. > > We are actively using TFS 2012 at my current employer and I have access to > a couple of Jenkins instances to run various long-term (soak) tests. > > I should also be able to slowly go through the backlog of pull requests to > incorporate the fixes and new features that have been waiting for up to a > year. (no promises, though!) > > Thanks! > - Oli > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
