[jenkinsci/jenkins] f98070: maven plugin is moved off to a separate repository...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f98070d3e6dabab0817f80f2526f78f61ffa1c83
  
https://github.com/jenkinsci/jenkins/commit/f98070d3e6dabab0817f80f2526f78f61ffa1c83
  Author: Kohsuke Kawaguchi k...@kohsuke.org
  Date:   2013-10-03 (Thu, 03 Oct 2013)

  Changed paths:
M .idea/compiler.xml
R maven-plugin/pom.xml
R maven-plugin/src/main/java/hudson/maven/AbstractMavenBuild.java
R maven-plugin/src/main/java/hudson/maven/AbstractMavenBuilder.java
R maven-plugin/src/main/java/hudson/maven/AbstractMavenProcessFactory.java
R maven-plugin/src/main/java/hudson/maven/AbstractMavenProject.java
R maven-plugin/src/main/java/hudson/maven/AggregatableAction.java
R maven-plugin/src/main/java/hudson/maven/AggregatingClassLoader.java
R maven-plugin/src/main/java/hudson/maven/ExecutedMojo.java
R maven-plugin/src/main/java/hudson/maven/FilteredChangeLogSet.java
R maven-plugin/src/main/java/hudson/maven/Maven2Builder.java
R maven-plugin/src/main/java/hudson/maven/Maven31ProcessFactory.java
R maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
R maven-plugin/src/main/java/hudson/maven/Maven3ProcessFactory.java
R maven-plugin/src/main/java/hudson/maven/MavenAggregatedReport.java
R 
maven-plugin/src/main/java/hudson/maven/MavenArgumentInterceptorAction.java
R maven-plugin/src/main/java/hudson/maven/MavenBuild.java
R maven-plugin/src/main/java/hudson/maven/MavenBuildInformation.java
R maven-plugin/src/main/java/hudson/maven/MavenBuildProxy.java
R maven-plugin/src/main/java/hudson/maven/MavenBuildProxy2.java
R maven-plugin/src/main/java/hudson/maven/MavenBuilder.java
R maven-plugin/src/main/java/hudson/maven/MavenEmbedderRequest.java
R maven-plugin/src/main/java/hudson/maven/MavenModule.java
R maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java
R maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
R maven-plugin/src/main/java/hudson/maven/MavenProbeAction.java
R maven-plugin/src/main/java/hudson/maven/MavenProcessFactory.java
R maven-plugin/src/main/java/hudson/maven/MavenProjectActionBuilder.java
R maven-plugin/src/main/java/hudson/maven/MavenReportInfo.java
R maven-plugin/src/main/java/hudson/maven/MavenReporter.java
R maven-plugin/src/main/java/hudson/maven/MavenReporterDescriptor.java
R maven-plugin/src/main/java/hudson/maven/MavenReporters.java
R maven-plugin/src/main/java/hudson/maven/MavenTestDataPublisher.java
R maven-plugin/src/main/java/hudson/maven/MavenUtil.java
R maven-plugin/src/main/java/hudson/maven/MavenVersionCallable.java
R maven-plugin/src/main/java/hudson/maven/ModuleDependency.java
R maven-plugin/src/main/java/hudson/maven/ModuleName.java
R maven-plugin/src/main/java/hudson/maven/MojoInfo.java
R maven-plugin/src/main/java/hudson/maven/NeedsFullBuildAction.java
R maven-plugin/src/main/java/hudson/maven/PlexusModuleContributor.java
R 
maven-plugin/src/main/java/hudson/maven/PlexusModuleContributorFactory.java
R maven-plugin/src/main/java/hudson/maven/PluginImpl.java
R maven-plugin/src/main/java/hudson/maven/PluginName.java
R maven-plugin/src/main/java/hudson/maven/PomInfo.java
R maven-plugin/src/main/java/hudson/maven/ProcessCache.java
R maven-plugin/src/main/java/hudson/maven/RedeployPublisher.java
R maven-plugin/src/main/java/hudson/maven/SplittableBuildListener.java
R maven-plugin/src/main/java/hudson/maven/TransferListenerImpl.java
R maven-plugin/src/main/java/hudson/maven/UnbuiltModuleAction.java
R 
maven-plugin/src/main/java/hudson/maven/local_repo/DefaultLocalRepositoryLocator.java
R 
maven-plugin/src/main/java/hudson/maven/local_repo/LocalRepositoryLocator.java
R 
maven-plugin/src/main/java/hudson/maven/local_repo/LocalRepositoryLocatorDescriptor.java
R 
maven-plugin/src/main/java/hudson/maven/local_repo/PerExecutorLocalRepositoryLocator.java
R 
maven-plugin/src/main/java/hudson/maven/local_repo/PerJobLocalRepositoryLocator.java
R maven-plugin/src/main/java/hudson/maven/package.html
R 
maven-plugin/src/main/java/hudson/maven/reporters/AbstractMavenJavadocArchiver.java
R maven-plugin/src/main/java/hudson/maven/reporters/BuildInfoRecorder.java
R 
maven-plugin/src/main/java/hudson/maven/reporters/MavenAbstractArtifactRecord.java
R 
maven-plugin/src/main/java/hudson/maven/reporters/MavenAggregatedArtifactRecord.java
R maven-plugin/src/main/java/hudson/maven/reporters/MavenArtifact.java
R 
maven-plugin/src/main/java/hudson/maven/reporters/MavenArtifactArchiver.java
R maven-plugin/src/main/java/hudson/maven/reporters/MavenArtifactRecord.java
R maven-plugin/src/main/java/hudson/maven/reporters/MavenFingerprinter.java
R 
maven-plugin/src/main/java/hudson/maven/reporters/MavenJavadocArchiver.java
R maven-plugin/src/main/java/hudson/maven/reporters/MavenMailer.java
R 

[jenkinsci/winstone] 7d666e: reference to unused code

2013-10-04 Thread GitHub
  Branch: refs/heads/jetty
  Home:   https://github.com/jenkinsci/winstone
  Commit: 7d666ea7cb3807a06da6de23cf172599fdcd1293
  
https://github.com/jenkinsci/winstone/commit/7d666ea7cb3807a06da6de23cf172599fdcd1293
  Author: Kohsuke Kawaguchi k...@kohsuke.org
  Date:   2013-10-03 (Thu, 03 Oct 2013)

  Changed paths:
M src/java/winstone/realm/ArgumentsRealm.java
M src/java/winstone/realm/FileRealm.java

  Log Message:
  ---
  reference to unused code


  Commit: 4d7ce02d6428df68a85be23f66dbfa49ca555a74
  
https://github.com/jenkinsci/winstone/commit/4d7ce02d6428df68a85be23f66dbfa49ca555a74
  Author: Kohsuke Kawaguchi k...@kohsuke.org
  Date:   2013-10-03 (Thu, 03 Oct 2013)

  Changed paths:
R src/test/winstone/testCase/NamingTest.java

  Log Message:
  ---
  JNDI support was removed


  Commit: 30e6def780db03696dc303b6f825eba408a98193
  
https://github.com/jenkinsci/winstone/commit/30e6def780db03696dc303b6f825eba408a98193
  Author: Kohsuke Kawaguchi k...@kohsuke.org
  Date:   2013-10-03 (Thu, 03 Oct 2013)

  Changed paths:
M pom.xml
M src/java/winstone/LocalStrings.properties

  Log Message:
  ---
  these are still in use


  Commit: 61067f8ae76cb8c5c1c17a29e9e39272a8ec3ef6
  
https://github.com/jenkinsci/winstone/commit/61067f8ae76cb8c5c1c17a29e9e39272a8ec3ef6
  Author: Kohsuke Kawaguchi k...@kohsuke.org
  Date:   2013-10-03 (Thu, 03 Oct 2013)

  Changed paths:
M src/java/winstone/HostConfiguration.java

  Log Message:
  ---
  Bug fix


  Commit: 901bfd3ee30710780f363a04a158f59755194476
  
https://github.com/jenkinsci/winstone/commit/901bfd3ee30710780f363a04a158f59755194476
  Author: Kohsuke Kawaguchi k...@kohsuke.org
  Date:   2013-10-03 (Thu, 03 Oct 2013)

  Changed paths:
M src/java/winstone/Launcher.java

  Log Message:
  ---
  consturctor argument type change


  Commit: df85508bb687819c6c9cc4ea8fe24a39cdad247f
  
https://github.com/jenkinsci/winstone/commit/df85508bb687819c6c9cc4ea8fe24a39cdad247f
  Author: Kohsuke Kawaguchi k...@kohsuke.org
  Date:   2013-10-03 (Thu, 03 Oct 2013)

  Changed paths:
M src/java/winstone/Launcher.java
M src/java/winstone/LocalStrings.properties

  Log Message:
  ---
  More bug fixes


Compare: 
https://github.com/jenkinsci/winstone/compare/d5ea1c8f451e...df85508bb687

-- 
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.


[jenkinsci/copyartifact-plugin] 201f61: use MockFolder to test folders support

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/copyartifact-plugin
  Commit: 201f613d7dfe82f2abed8e5e93454b3e09214ee6
  
https://github.com/jenkinsci/copyartifact-plugin/commit/201f613d7dfe82f2abed8e5e93454b3e09214ee6
  Author: Nicolas De Loof nicolas.del...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
M src/test/java/hudson/plugins/copyartifact/CopyArtifactTest.java

  Log Message:
  ---
  use MockFolder to test folders support



-- 
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.


[jenkinsci/ssh-slaves-plugin] 638f0c: Don't grab the Jenkins user credentials if none ar...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: 638f0c2982c8ef1982a69ecbce132da501707a12
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/638f0c2982c8ef1982a69ecbce132da501707a12
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/sshslaves/SSHLauncher.java

  Log Message:
  ---
  Don't grab the Jenkins user credentials if none are selected



-- 
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.


[jenkinsci/ssh-credentials-plugin] d2a4a5: Heal borked upgrades

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin
  Commit: d2a4a5e340d1807786c03cfbf91c836cc3cbe561
  
https://github.com/jenkinsci/ssh-credentials-plugin/commit/d2a4a5e340d1807786c03cfbf91c836cc3cbe561
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey.java

  Log Message:
  ---
  Heal borked upgrades



-- 
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.


[jenkinsci/ssh-credentials-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/ssh-credentials-1.5
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin

-- 
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.


[jenkinsci/ssh-credentials-plugin] 3aa3f5: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin
  Commit: 3aa3f543503811dbb1fb1d1a10c36fe425f1e809
  
https://github.com/jenkinsci/ssh-credentials-plugin/commit/3aa3f543503811dbb1fb1d1a10c36fe425f1e809
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/ssh-credentials-plugin] f0869e: [maven-release-plugin] prepare release ssh-credent...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin
  Commit: f0869e7e746286c34597942af8bb3e7dda8aefb4
  
https://github.com/jenkinsci/ssh-credentials-plugin/commit/f0869e7e746286c34597942af8bb3e7dda8aefb4
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ssh-credentials-1.5



-- 
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.


[jenkinsci/beaker-builder-plugin] c3384e: Fix possible NPE and aloow to change Beaker URL

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/beaker-builder-plugin
  Commit: c3384ef57580e445a2f7fd2939b44a836d48cb82
  
https://github.com/jenkinsci/beaker-builder-plugin/commit/c3384ef57580e445a2f7fd2939b44a836d48cb82
  Author: Vojtech Juranek vjura...@redhat.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/beakerbuilder/BeakerBuilder.java

  Log Message:
  ---
  Fix possible NPE and aloow to change Beaker URL

When beaker builder is installed for the first time, beaker server URL is not 
setup and therefore beaker client is not setup (is null).
Later on, when URL is setup in main config, beaker client is not recreated for 
that to get rid of null, Jenkins has to be restarted.
Also when one want to change Beaker URL, it's not changed and Jenkins needs to 
be restarted.



-- 
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.


[jenkinsci/beaker-builder-plugin] 2cabad: [maven-release-plugin] prepare release beaker-buil...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/beaker-builder-plugin
  Commit: 2cabad6c619fd9e508686a65cd641c9570a91a9d
  
https://github.com/jenkinsci/beaker-builder-plugin/commit/2cabad6c619fd9e508686a65cd641c9570a91a9d
  Author: Vojtech Juranek vjura...@redhat.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release beaker-builder-1.2



-- 
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.


[jenkinsci/beaker-builder-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/beaker-builder-1.2
  Home:   https://github.com/jenkinsci/beaker-builder-plugin

-- 
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.


[jenkinsci/beaker-builder-plugin] 6f5f08: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/beaker-builder-plugin
  Commit: 6f5f0867195290236e8c7500cda6e212a356b37c
  
https://github.com/jenkinsci/beaker-builder-plugin/commit/6f5f0867195290236e8c7500cda6e212a356b37c
  Author: Vojtech Juranek vjura...@redhat.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/ssh-credentials-plugin] 25f65b: Add missing UI binding

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin
  Commit: 25f65be8cad74b54384127cbd864a691c0f2648f
  
https://github.com/jenkinsci/ssh-credentials-plugin/commit/25f65be8cad74b54384127cbd864a691c0f2648f
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
src/main/java/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey.java

  Log Message:
  ---
  Add missing UI binding


  Commit: ebe9c380ec73cbd292e671801a530e85643ee14a
  
https://github.com/jenkinsci/ssh-credentials-plugin/commit/ebe9c380ec73cbd292e671801a530e85643ee14a
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
src/main/resources/com/cloudbees/jenkins/plugins/sshcredentials/impl/BasicSSHUserPrivateKey/credentials.jelly

  Log Message:
  ---
  work around UI glitch in Jenkins core


Compare: 
https://github.com/jenkinsci/ssh-credentials-plugin/compare/3aa3f5435038...ebe9c380ec73

-- 
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.


[jenkinsci/ssh-credentials-plugin] c8acf5: [maven-release-plugin] prepare release ssh-credent...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin
  Commit: c8acf532278bd176ac5e8b6fa02bcb2f45f63943
  
https://github.com/jenkinsci/ssh-credentials-plugin/commit/c8acf532278bd176ac5e8b6fa02bcb2f45f63943
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ssh-credentials-1.5.1



-- 
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.


[jenkinsci/ssh-credentials-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/ssh-credentials-1.5.1
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin

-- 
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.


[jenkinsci/ssh-credentials-plugin] 299ff2: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-credentials-plugin
  Commit: 299ff205a9002632a0cdfccae1aae6f9bbbf7fc8
  
https://github.com/jenkinsci/ssh-credentials-plugin/commit/299ff205a9002632a0cdfccae1aae6f9bbbf7fc8
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/ssh-slaves-plugin] 4ba4ac: Use the new CredentialStore interface and ensure u...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: 4ba4ac9873b48b97bbd9facc29f93544e0eb0f82
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/4ba4ac9873b48b97bbd9facc29f93544e0eb0f82
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/sshslaves/SSHLauncher.java

  Log Message:
  ---
  Use the new CredentialStore interface and ensure upgrades are atomic


  Commit: 1816cd2a79ea487ec1a0dad2e02d19e9efe4d910
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/1816cd2a79ea487ec1a0dad2e02d19e9efe4d910
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  make development easier

- Given that ssh-slaves is bundled it can be difficult to test with hpi:run


  Commit: 1c3f8a1452d2a9139bb0c6b3cfa508faca1b8db5
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/1c3f8a1452d2a9139bb0c6b3cfa508faca1b8db5
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/sshslaves/SSHLauncher.java

  Log Message:
  ---
  When there are multiple key files for the same user name, upgrade can make it 
hard to differentiate


  Commit: c26ab97e3a9263dc264c6b8f0b6dfe0d9177566b
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/c26ab97e3a9263dc264c6b8f0b6dfe0d9177566b
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/sshslaves/SSHLauncher.java

  Log Message:
  ---
  Use a more forgiving of minor formatting differences comparison of PEM keys


  Commit: 609399c5bf2babb5e0086012e10aaf98078b3f54
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/609399c5bf2babb5e0086012e10aaf98078b3f54
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to ssh-credentials 1.5.1 to ensure any borked keys from upgrade are 
fixed


Compare: 
https://github.com/jenkinsci/ssh-slaves-plugin/compare/638f0c2982c8...609399c5bf2b

-- 
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.


[jenkinsci/ssh-slaves-plugin] b03dab: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: b03dab254543b8adaa2bf4dfb79f6fae4b4c6566
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/b03dab254543b8adaa2bf4dfb79f6fae4b4c6566
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/ssh-slaves-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/ssh-slaves-1.3
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin

-- 
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.


[jenkinsci/ssh-slaves-plugin] bc43e2: [maven-release-plugin] prepare release ssh-slaves-...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ssh-slaves-plugin
  Commit: bc43e214eec58497e4dd57d6f623b5dd3978bde6
  
https://github.com/jenkinsci/ssh-slaves-plugin/commit/bc43e214eec58497e4dd57d6f623b5dd3978bde6
  Author: Stephen Connolly stephen.alan.conno...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ssh-slaves-1.3



-- 
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.


[jenkinsci/gerrit-trigger-plugin] c683da: Literally changed README to markdown

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: c683da9b763291647321a5772b3639a2a75d5c1f
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/c683da9b763291647321a5772b3639a2a75d5c1f
  Author: rsandell sandell.rob...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
A .cloudbees.md
A .jenkins/artifacts.lst
A .jenkins/junit.lst
A README.md
R README.txt

  Log Message:
  ---
  Literally changed README to markdown

Pun intended, see https://github.com/jenkinsci/literate-plugin



-- 
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.


[jenkinsci/gerrit-trigger-plugin] ddec4d: Fixed license formatting

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: ddec4d7090dd305f454688d36c4113c023a2cd2b
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/ddec4d7090dd305f454688d36c4113c023a2cd2b
  Author: rsandell sandell.rob...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M README.md

  Log Message:
  ---
  Fixed license formatting



-- 
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.


[jenkinsci/clearcase-plugin] 1e88ea: Call endview -server before setcs/update in snapsh...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clearcase-plugin
  Commit: 1e88ea2a318fc65d8c256d7393a47f2d93366910
  
https://github.com/jenkinsci/clearcase-plugin/commit/1e88ea2a318fc65d8c256d7393a47f2d93366910
  Author: Vincent Latombe vinc...@latombe.net
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/clearcase/ClearTool.java
M src/main/java/hudson/plugins/clearcase/ClearToolExec.java
M 
src/main/java/hudson/plugins/clearcase/action/BaseSnapshotCheckoutAction.java
M 
src/main/java/hudson/plugins/clearcase/action/UcmSnapshotCheckoutAction.java

  Log Message:
  ---
  Call endview -server before setcs/update in snapshot views


  Commit: f6a656fcc00e83c63f68c714da2071024faee4ab
  
https://github.com/jenkinsci/clearcase-plugin/commit/f6a656fcc00e83c63f68c714da2071024faee4ab
  Author: Vincent Latombe vinc...@latombe.net
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/clearcase/ucm/model/ActivitiesDelta.java
A src/test/java/hudson/plugins/clearcase/ucm/model/ActivitiesDeltaTest.java

  Log Message:
  ---
  Fix activity parsing regular expression to support activities with
quotes in headline


Compare: 
https://github.com/jenkinsci/clearcase-plugin/compare/3b07ba196a5c...f6a656fcc00e

-- 
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.


[jenkinsci/clearcase-plugin] 8c56b8: Hide fields that are not present

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clearcase-plugin
  Commit: 8c56b8803fbe867470aca81e167a565a23896f2e
  
https://github.com/jenkinsci/clearcase-plugin/commit/8c56b8803fbe867470aca81e167a565a23896f2e
  Author: Vincent Latombe vinc...@latombe.net
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
src/main/resources/hudson/plugins/clearcase/ucm/UcmChangeLogSet/subactivities.jelly

  Log Message:
  ---
  Hide fields that are not present



-- 
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.


[jenkinsci/clearcase-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/clearcase-1.4
  Home:   https://github.com/jenkinsci/clearcase-plugin

-- 
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.


[jenkinsci/clearcase-plugin] 4c8e9a: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clearcase-plugin
  Commit: 4c8e9aa7efc3babcc359d4414a2aa15452440562
  
https://github.com/jenkinsci/clearcase-plugin/commit/4c8e9aa7efc3babcc359d4414a2aa15452440562
  Author: Vincent Latombe vinc...@latombe.net
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/clearcase-plugin] 685e4e: [maven-release-plugin] prepare release clearcase-1...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clearcase-plugin
  Commit: 685e4e50bd87872ec7f6d0ad88c0dffd43651a0f
  
https://github.com/jenkinsci/clearcase-plugin/commit/685e4e50bd87872ec7f6d0ad88c0dffd43651a0f
  Author: Vincent Latombe vinc...@latombe.net
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clearcase-1.4



-- 
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.


[jenkinsci/scm2job-plugin] 22ce13: .gitignore added

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/scm2job-plugin
  Commit: 22ce13ebceeb5639fb2472c005e3289c2451234c
  
https://github.com/jenkinsci/scm2job-plugin/commit/22ce13ebceeb5639fb2472c005e3289c2451234c
  Author: Stefan Brausch stefan.brau...@1und1.de
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
A .gitignore

  Log Message:
  ---
  .gitignore added



-- 
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.


[jenkinsci/global-build-stats-plugin] 08cf5c: Simplifying code with Run.getCause(Class).

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/global-build-stats-plugin
  Commit: 08cf5c61e837ddf8ff860c657d84437ffabbb0ec
  
https://github.com/jenkinsci/global-build-stats-plugin/commit/08cf5c61e837ddf8ff860c657d84437ffabbb0ec
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/global_build_stats/JobBuildResultFactory.java

  Log Message:
  ---
  Simplifying code with Run.getCause(Class).



-- 
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.


[jenkinsci/jira-plugin]

2013-10-04 Thread GitHub
  Branch: refs/heads/addversion
  Home:   https://github.com/jenkinsci/jira-plugin

-- 
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.


[jenkinsci/maven-plugin] e99c42: Forgotten ignore list.

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: e99c420bfc7e3f11ba137347edfbf2e3828f111a
  
https://github.com/jenkinsci/maven-plugin/commit/e99c420bfc7e3f11ba137347edfbf2e3828f111a
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
A .gitignore

  Log Message:
  ---
  Forgotten ignore list.



-- 
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.


[jenkinsci/jira-plugin] e569ec: Don't fail on already-released versions

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: e569ec36d53351f7948b786194582255ec84f8f8
  
https://github.com/jenkinsci/jira-plugin/commit/e569ec36d53351f7948b786194582255ec84f8f8
  Author: Julien Roncaglia jul...@roncaglia.fr
  Date:   2013-08-29 (Thu, 29 Aug 2013)

  Changed paths:
M src/main/java/hudson/plugins/jira/JiraReleaseVersionUpdater.java

  Log Message:
  ---
  Don't fail on already-released versions


  Commit: 5d437cfcbc54b84ceb871a9373d2b1bced3470d9
  
https://github.com/jenkinsci/jira-plugin/commit/5d437cfcbc54b84ceb871a9373d2b1bced3470d9
  Author: Julien Roncaglia jul...@roncaglia.fr
  Date:   2013-09-02 (Mon, 02 Sep 2013)

  Changed paths:
M src/main/java/hudson/plugins/jira/JiraReleaseVersionUpdater.java
A src/test/java/hudson/plugins/jira/JiraReleaseVersionUpdaterTest.java

  Log Message:
  ---
  Add unit tests to JiraReleaseVersionUpdater

Test the basic functionality and the bug fix to stop failing if the
version is already released


  Commit: 01ace864ac8465dcd13622f0a8ad56b4c1114160
  
https://github.com/jenkinsci/jira-plugin/commit/01ace864ac8465dcd13622f0a8ad56b4c1114160
  Author: Artem Koshelev artkoshe...@yandex-team.ru
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/jira/JiraReleaseVersionUpdater.java
A src/test/java/hudson/plugins/jira/JiraReleaseVersionUpdaterTest.java
M src/test/java/hudson/plugins/jira/VersionCreatorTest.java

  Log Message:
  ---
  fix - merge pull-request#34


  Commit: 988295a6024bb886395e5caabcfa5308e07532a0
  
https://github.com/jenkinsci/jira-plugin/commit/988295a6024bb886395e5caabcfa5308e07532a0
  Author: artkoshelev art.koshe...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/jira/JiraReleaseVersionUpdater.java
A src/test/java/hudson/plugins/jira/JiraReleaseVersionUpdaterTest.java
M src/test/java/hudson/plugins/jira/VersionCreatorTest.java

  Log Message:
  ---
  Merge pull request #39 from artkoshelev/RFQ-hub-ignore_already_released

Rfq hub ignore already released


Compare: 
https://github.com/jenkinsci/jira-plugin/compare/5baab3e8b215...988295a6024b

-- 
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.


[jenkinsci/jenkins] 8deb42: [JENKINS-19473] Removing workaround since root bug...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8deb42bf89b0ced99a1ef5a9721986b35deda244
  
https://github.com/jenkinsci/jenkins/commit/8deb42bf89b0ced99a1ef5a9721986b35deda244
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M core/pom.xml
M core/src/main/java/hudson/FilePath.java

  Log Message:
  ---
  [JENKINS-19473] Removing workaround since root bug should be fixed in jzlib 
1.1.3.



-- 
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.


[jenkinsci/run-condition-plugin] 729f7c: ease development with eclipse (m2e)

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/run-condition-plugin
  Commit: 729f7cbda63a3709477f29974668f177a4817b30
  
https://github.com/jenkinsci/run-condition-plugin/commit/729f7cbda63a3709477f29974668f177a4817b30
  Author: imod d...@fortysix.ch
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  ease development with eclipse (m2e)



-- 
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.


[jenkinsci/gerrit-trigger-plugin] 418cbe: Remove interfaces for ConnectionListener from Hand...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 418cbeddcd0a7e143334abd22a9754090a5eb13b
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/418cbeddcd0a7e143334abd22a9754090a5eb13b
  Author: rinrinne rinrin...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/Handler.java

  Log Message:
  ---
  Remove interfaces for ConnectionListener from Handler


  Commit: 783e4b8536ab162b87742a7e103bff77cd25d987
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/783e4b8536ab162b87742a7e103bff77cd25d987
  Author: rinrinne rinrin...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritConnection.java

  Log Message:
  ---
  Add listener collection and interfaces to GerritConnection class


  Commit: 7913853c0bd16dce0f36f83685b086c4c97f971b
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/7913853c0bd16dce0f36f83685b086c4c97f971b
  Author: rinrinne rinrin...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritHandler.java

  Log Message:
  ---
  Remove listener collection and interfaces from GerritHandler class


  Commit: 23fe18d294d63e88b8924edffa5b7632199d877f
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/23fe18d294d63e88b8924edffa5b7632199d877f
  Author: rinrinne rinrin...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritConnection.java

  Log Message:
  ---
  Fix Javadoc comment


  Commit: 35382ddc892b9f0ad106df128d8ff75b338abde4
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/35382ddc892b9f0ad106df128d8ff75b338abde4
  Author: rinrinne rinrin...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
gerrit-events/src/test/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritConnectionTest.java
M 
gerrit-events/src/test/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/watchdog/StreamWatchdogTest.java

  Log Message:
  ---
  Fix tests for gerrit-events


  Commit: 991735a4769b7aec4bfd4dc73731286294790a3f
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/991735a4769b7aec4bfd4dc73731286294790a3f
  Author: rinrinne rinrin...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer.java

  Log Message:
  ---
  Implement new connection listener solution to gerrit-trigger


  Commit: 912a21e8489288b5151535e3163e219abbf453d3
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/912a21e8489288b5151535e3163e219abbf453d3
  Author: Robert Sandell robert.sand...@sonymobile.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritConnection.java
M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritHandler.java
M 
gerrit-events/src/main/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/Handler.java
M 
gerrit-events/src/test/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/GerritConnectionTest.java
M 
gerrit-events/src/test/java/com/sonyericsson/hudson/plugins/gerrit/gerritevents/watchdog/StreamWatchdogTest.java
M 
gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer.java

  Log Message:
  ---
  Merge pull request #83 from rinrinne/connection-handler

Move the list of ConnectionListener from GerritHandler to GerritConnection


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/ddec4d7090dd...912a21e84892

-- 
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.


[jenkinsci/maven-plugin] eda136: Moving one test case to maven-plugin.

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: eda1360a51f5724b12b438347b0a0f1529ed02cc
  
https://github.com/jenkinsci/maven-plugin/commit/eda1360a51f5724b12b438347b0a0f1529ed02cc
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
A src/test/java/hudson/maven/CaseResultTest.java

  Log Message:
  ---
  Moving one test case to maven-plugin.



-- 
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.


[jenkinsci/integrity-plugin] 520b49: Upgraded to Jenkins 1533

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/integrity-plugin
  Commit: 520b49f79cdca5e5c9a5ecd8f337a156021edbd5
  
https://github.com/jenkinsci/integrity-plugin/commit/520b49f79cdca5e5c9a5ecd8f337a156021edbd5
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgraded to Jenkins 1533


  Commit: 7aa55b14829c8485e355943d0c561571fe8def28
  
https://github.com/jenkinsci/integrity-plugin/commit/7aa55b14829c8485e355943d0c561571fe8def28
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/scm/APISession.java

  Log Message:
  ---
  Resolved deprecated API calls


  Commit: f41988ebf8f803245a10b753b7d290b0d644f508
  
https://github.com/jenkinsci/integrity-plugin/commit/f41988ebf8f803245a10b753b7d290b0d644f508
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/scm/IntegrityCMProject.java

  Log Message:
  ---
  Fixed JENKINS-19791 Workaround for missing 'memberdescription' field in API 
response - thanks to Joerg Steeg for patch!


  Commit: 17186663a64e58c1d7f9fb89fc4c52006b81ec21
  
https://github.com/jenkinsci/integrity-plugin/commit/17186663a64e58c1d7f9fb89fc4c52006b81ec21
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/scm/IntegrityCheckoutTask.java

  Log Message:
  ---
  Throwing specific exception


  Commit: 1bc0bf458e1b5ba0fca9458f1e3374e4d984f5a3
  
https://github.com/jenkinsci/integrity-plugin/commit/1bc0bf458e1b5ba0fca9458f1e3374e4d984f5a3
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/scm/IntegrityCheckpointAction.java

  Log Message:
  ---
  Added enhancement JENKINS-14037 which allows the ability to add a checkpoint 
label to the build prior to synchronizing the workspace


  Commit: 9b1bd44ddf89c599d625c460b162aa61ce91dec3
  
https://github.com/jenkinsci/integrity-plugin/commit/9b1bd44ddf89c599d625c460b162aa61ce91dec3
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/scm/IntegrityItemAction.java

  Log Message:
  ---
  Added the ability to collect Test Results from Jenkins build and update an 
Integrity Test Session


  Commit: 373c36dda5d61726a5c677e3636cfab5b88b2570
  
https://github.com/jenkinsci/integrity-plugin/commit/373c36dda5d61726a5c677e3636cfab5b88b2570
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/scm/IntegritySCM.java

  Log Message:
  ---
  Fixed JENKINS-19790 There was an issue with locating the previous build - 
thanks to Joerg Steeg for patch!
Added enhancement JENKINS-14705 which allows substitution of Jenkins' built-in 
variables and other build parameters for Integrity's Config Path parameter
Added enhancement JENKINS-14037 which allows the ability to add a checkpoint 
label to the build prior to synchronizing the workspace


  Commit: ec73e6f3e5dcd9ef4623f595316177dbfca27a72
  
https://github.com/jenkinsci/integrity-plugin/commit/ec73e6f3e5dcd9ef4623f595316177dbfca27a72
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/resources/hudson/scm/IntegrityItemAction/config.jelly

  Log Message:
  ---
  Added the ability to collect Test Results from Jenkins build and update an 
Integrity Test Session


  Commit: 60fe7fe0a8d106b4f3705f0d1df59de9a0e383c3
  
https://github.com/jenkinsci/integrity-plugin/commit/60fe7fe0a8d106b4f3705f0d1df59de9a0e383c3
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/resources/hudson/scm/IntegrityItemAction/help.html

  Log Message:
  ---
  Added the ability to filter (include/exclude) Integrity SCM Project to limit 
the amount of data synchronized in the workspace - thanks to Musa Molla for 
patch!


  Commit: 14d8e10416d26a65225b3a09e0a48555390928be
  
https://github.com/jenkinsci/integrity-plugin/commit/14d8e10416d26a65225b3a09e0a48555390928be
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/resources/hudson/scm/IntegritySCM/config.jelly

  Log Message:
  ---
  Added the ability to filter (include/exclude) Integrity SCM Project to limit 
the amount of data synchronized in the workspace - thanks to Musa Molla for 
patch!


  Commit: 909c7a9e1f985112bb12400d4ab30c6f3ca6f738
  
https://github.com/jenkinsci/integrity-plugin/commit/909c7a9e1f985112bb12400d4ab30c6f3ca6f738
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
A 

[jenkinsci/integrity-plugin] c4964d: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/integrity-plugin
  Commit: c4964dc09728dfbb0f9a11d488188f5ed3fe2b42
  
https://github.com/jenkinsci/integrity-plugin/commit/c4964dc09728dfbb0f9a11d488188f5ed3fe2b42
  Author: Cletus D'Souza cdso...@ptc.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/integrity-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/integrity-plugin-1.18
  Home:   https://github.com/jenkinsci/integrity-plugin

-- 
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.


[jenkinsci/vsphere-cloud-plugin] 66c02c: Had to change the version of required Jenkins. The...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 66c02c1a6b5108dfc941454a49e132230606c102
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/66c02c1a6b5108dfc941454a49e132230606c102
  Author: Jason Swager jswa...@alohaoi.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Had to change the version of required Jenkins. The newer one wouldn't run on 
my dev system, so it wouldn't release.



-- 
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.


[jenkinsci/vsphere-cloud-plugin] 1fe790: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: 1fe79035358a83d95fb583c1cb140f3a6b7ef8da
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/1fe79035358a83d95fb583c1cb140f3a6b7ef8da
  Author: Jason Swager jswa...@alohaoi.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/vsphere-cloud-plugin] a3421c: [maven-release-plugin] prepare release vsphere-clo...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin
  Commit: a3421c6f690b8cb186b9af01c89a62664752de48
  
https://github.com/jenkinsci/vsphere-cloud-plugin/commit/a3421c6f690b8cb186b9af01c89a62664752de48
  Author: Jason Swager jswa...@alohaoi.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release vsphere-cloud-1.1.0



-- 
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.


[jenkinsci/vsphere-cloud-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/vsphere-cloud-1.1.0
  Home:   https://github.com/jenkinsci/vsphere-cloud-plugin

-- 
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.


[jenkinsci/maven-plugin] c87013: Need repositories pluginRepositories to buil...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-plugin
  Commit: c87013d3f82bd9021140b9043161ec2efe597806
  
https://github.com/jenkinsci/maven-plugin/commit/c87013d3f82bd9021140b9043161ec2efe597806
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Need repositories  pluginRepositories to build on BuildHive.
Also should not need distributionManagement as this should be picked up from 
parent POM.



-- 
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.


[jenkinsci/jenkins] facfc1: Moving hudson.maven tests to maven-plugin.

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: facfc178dfecb17decfc757a186d2888a79ea684
  
https://github.com/jenkinsci/jenkins/commit/facfc178dfecb17decfc757a186d2888a79ea684
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M test/pom.xml
R test/src/test/java/hudson/maven/AbortedMavenBuildTest.java
R test/src/test/java/hudson/maven/AbstractMaven3xBuildTest.java
R test/src/test/java/hudson/maven/Maven30xBuildTest.java
R test/src/test/java/hudson/maven/Maven31xBuildTest.java
R test/src/test/java/hudson/maven/MavenArgumentInterceptorTest.java
R test/src/test/java/hudson/maven/MavenBuildSurefireFailedTest.java
R test/src/test/java/hudson/maven/MavenBuildTest.java
R test/src/test/java/hudson/maven/MavenEmptyModuleTest.java
R 
test/src/test/java/hudson/maven/MavenEnvironmentContributingActionTest.java
R test/src/test/java/hudson/maven/MavenJellyTest.java
R test/src/test/java/hudson/maven/MavenModuleSetTest.java
R 
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java
R test/src/test/java/hudson/maven/MavenMultiModuleTest.java
R test/src/test/java/hudson/maven/MavenMultiModuleTestIncremental.java
R test/src/test/java/hudson/maven/MavenOptsTest.java
R test/src/test/java/hudson/maven/MavenProjectTest.java
R test/src/test/java/hudson/maven/MavenSnapshotTriggerTest.java
R test/src/test/java/hudson/maven/ModuleDependencyLocator.java
R test/src/test/java/hudson/maven/PlexusModuleContributorTest.java
R test/src/test/java/hudson/maven/RedeployPublisherTest.java
R test/src/test/java/hudson/maven/ResultExposingBuilder.java
R test/src/test/java/hudson/maven/reporters/MavenMailerTest.java
R test/src/test/java/hudson/maven/reporters/MavenSiteArchiverTest.java
R test/src/test/java/hudson/maven/reporters/SurefireArchiverTest.java
R test/src/test/resources/hudson/maven/HUDSON-4192.zip
R test/src/test/resources/hudson/maven/JENKINS-1557.zip
R test/src/test/resources/hudson/maven/JENKINS-15865.zip
R test/src/test/resources/hudson/maven/JENKINS-8573.zip
R test/src/test/resources/hudson/maven/JENKINS-9326.zip
R test/src/test/resources/hudson/maven/big-artifact.pom
R test/src/test/resources/hudson/maven/custom-plexus-component.pom
R test/src/test/resources/hudson/maven/envars-maven-project.zip
R test/src/test/resources/hudson/maven/foobar_eclipse_with_fix.zip
R test/src/test/resources/hudson/maven/incorrect-inheritence-testcase.zip
R test/src/test/resources/hudson/maven/maven-compilation-failure.zip
R test/src/test/resources/hudson/maven/maven-dep-test-A-changed.zip
R test/src/test/resources/hudson/maven/maven-dep-test-A.zip
R test/src/test/resources/hudson/maven/maven-dep-test-B.zip
R test/src/test/resources/hudson/maven/maven-dep-test-C.zip
R test/src/test/resources/hudson/maven/maven-empty-mod.zip
R test/src/test/resources/hudson/maven/maven-multimod-changes.zip
R test/src/test/resources/hudson/maven/maven-multimod-incr.zip
R test/src/test/resources/hudson/maven/maven-multimod-rel-base.zip
R test/src/test/resources/hudson/maven/maven-multimod.zip
R test/src/test/resources/hudson/maven/maven-multimodule-site.zip
R test/src/test/resources/hudson/maven/maven-multimodule-unit-failure.zip
R test/src/test/resources/hudson/maven/maven-opts-echo.zip
R test/src/test/resources/hudson/maven/maven-surefire-unstable.zip
R test/src/test/resources/hudson/maven/maven-test-failure-findbugs.zip
R test/src/test/resources/hudson/maven/maven3-project.zip
R test/src/test/resources/hudson/maven/multimodule-maven.zip
R test/src/test/resources/hudson/maven/several-modules-in-directory.zip
R test/src/test/resources/hudson/maven/targz-artifact.pom
R test/src/test/resources/hudson/maven/test-pom-7162.xml
R test/src/test/resources/hudson/maven/test-pom-8395.xml

  Log Message:
  ---
  Moving hudson.maven tests to maven-plugin.


  Commit: 261f40533ebd5bfd34bc6232052e51c12c88d5c1
  
https://github.com/jenkinsci/jenkins/commit/261f40533ebd5bfd34bc6232052e51c12c88d5c1
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M test/src/test/java/hudson/tasks/junit/CaseResultTest.java

  Log Message:
  ---
  Moving one test case to maven-plugin.


Compare: 
https://github.com/jenkinsci/jenkins/compare/8deb42bf89b0...261f40533ebd

-- 
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.


[jenkinsci/jenkins] ff71ab: Migrated some usages of GNUCLibrary to the jnr Pos...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: ff71ab755cc11d36ae596694b7ddec18312e7596
  
https://github.com/jenkinsci/jenkins/commit/ff71ab755cc11d36ae596694b7ddec18312e7596
  Author: Andrew Kiellor akiel...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M core/src/main/java/hudson/FilePath.java
M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java

  Log Message:
  ---
  Migrated some usages of GNUCLibrary to the jnr PosixAPI, fixed 'mvn 
-Plight-test install' on ubuntu with OpenJDK.


  Commit: 47c90210e300afe10090b1b47cf0f393ec0cde11
  
https://github.com/jenkinsci/jenkins/commit/47c90210e300afe10090b1b47cf0f393ec0cde11
  Author: Andrew Kiellor akiel...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M core/src/main/java/hudson/FilePath.java

  Log Message:
  ---
  Remove unused import.


  Commit: 7b38b7c5e9acb1a742adc026956334516093748b
  
https://github.com/jenkinsci/jenkins/commit/7b38b7c5e9acb1a742adc026956334516093748b
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M core/src/main/java/hudson/FilePath.java
M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java

  Log Message:
  ---
  Merge pull request #967 from akiellor/fix-local-build-issues

Fix `mvn -Plight-test install` on Ubuntu 13.04 with OpenJDK


Compare: 
https://github.com/jenkinsci/jenkins/compare/261f40533ebd...7b38b7c5e9ac

-- 
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.


[jenkinsci/matrix-auth-plugin] 57d77f: Split from core.

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 57d77f56829ae31219d4330a6990367f829683a6
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/57d77f56829ae31219d4330a6990367f829683a6
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
A pom.xml
A src/main/java/hudson/security/AuthorizationMatrixProperty.java
A src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java
A src/main/java/hudson/security/ProjectMatrixAuthorizationStrategy.java
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config.jelly
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config_da.properties
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config_de.properties
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config_es.properties
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config_fr.properties
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config_ja.properties
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config_pt_BR.properties
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config_tr.properties
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config_zh_CN.properties
A 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config_zh_TW.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config.jelly
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_da.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_de.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_es.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_fi.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_fr.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_ja.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_nb_NO.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_nl.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_pt_BR.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_ru.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_sv_SE.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_tr.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_zh_CN.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_zh_TW.properties
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help-user-group.jelly
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help-user-group_ja.jelly
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help-user-group_zh_TW.jelly
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help.html
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help_de.html
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help_fr.html
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help_ja.html
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help_pt_BR.html
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help_ru.html
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help_tr.html
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help_zh_CN.html
A 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help_zh_TW.html
A 
src/main/resources/hudson/security/ProjectMatrixAuthorizationStrategy/help.html
A 
src/main/resources/hudson/security/ProjectMatrixAuthorizationStrategy/help_de.html
A 
src/main/resources/hudson/security/ProjectMatrixAuthorizationStrategy/help_ja.html
A 
src/main/resources/hudson/security/ProjectMatrixAuthorizationStrategy/help_zh_CN.html
A 
src/main/resources/hudson/security/ProjectMatrixAuthorizationStrategy/help_zh_TW.html
A src/main/resources/index.jelly
A src/main/resources/org/jenkinsci/plugins/matrixauth/Messages.properties
A src/main/resources/org/jenkinsci/plugins/matrixauth/Messages_da.properties
A src/main/resources/org/jenkinsci/plugins/matrixauth/Messages_de.properties
A src/main/resources/org/jenkinsci/plugins/matrixauth/Messages_es.properties
A src/main/resources/org/jenkinsci/plugins/matrixauth/Messages_fr.properties
A 

[jenkinsci/matrix-auth-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/matrix-auth-1.0
  Home:   https://github.com/jenkinsci/matrix-auth-plugin

-- 
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.


[jenkinsci/matrix-auth-plugin] ba0ae1: [maven-release-plugin] prepare release matrix-auth...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: ba0ae16cd4b4809cdc689d5314179d5bfecc80cf
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/ba0ae16cd4b4809cdc689d5314179d5bfecc80cf
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release matrix-auth-1.0



-- 
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.


[jenkinsci/matrix-auth-plugin] 045cb2: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 045cb2e1f437c58d60fdcc6be2625d1ce0ee1dfb
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/045cb2e1f437c58d60fdcc6be2625d1ce0ee1dfb
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/matrix-auth-plugin] 7cc0c2: Prep for PermissionAdder extension point in 1.535.

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 7cc0c2dd824bb01582873b9db00f4e2241676892
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/7cc0c2dd824bb01582873b9db00f4e2241676892
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml
M src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java

  Log Message:
  ---
  Prep for PermissionAdder extension point in 1.535.



-- 
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.


[jenkinsci/pom] 45709e: maven-hpi-plugin 1.99

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pom
  Commit: 45709e7939225bdd39b24a39e2f650ffeffd2020
  
https://github.com/jenkinsci/pom/commit/45709e7939225bdd39b24a39e2f650ffeffd2020
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  maven-hpi-plugin 1.99



-- 
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.


[jenkinsci/tfs-plugin] f7da3d: CheckedInByUser now behaves more like Author

2013-10-04 Thread GitHub
  Branch: refs/heads/useTfsSdk
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: f7da3dd4f2261d09b85ea45c5ccebf363ad2066c
  
https://github.com/jenkinsci/tfs-plugin/commit/f7da3dd4f2261d09b85ea45c5ccebf363ad2066c
  Author: Olivier Dagenais olivier.dagen...@gmail.com
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/ChangeSet.java
M src/test/java/hudson/plugins/tfs/ChangeSetReaderTest.java

  Log Message:
  ---
  CheckedInByUser now behaves more like Author


  Commit: c7e9a63b38739fa2466092a00c8c70394d847549
  
https://github.com/jenkinsci/tfs-plugin/commit/c7e9a63b38739fa2466092a00c8c70394d847549
  Author: Olivier Dagenais olivier.dagen...@gmail.com
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/ChangeSet.java

  Log Message:
  ---
  Rename user - userString


  Commit: 623f90ece946c484af732faf77b67a91a4204183
  
https://github.com/jenkinsci/tfs-plugin/commit/623f90ece946c484af732faf77b67a91a4204183
  Author: Olivier Dagenais olivier.dagen...@gmail.com
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/ChangeSet.java

  Log Message:
  ---
  Add authorUser field and constructor overload.
This will allow users to be resolved earlier.


  Commit: cc25487a81bc1755eb7c6145a20e3705f1d56975
  
https://github.com/jenkinsci/tfs-plugin/commit/cc25487a81bc1755eb7c6145a20e3705f1d56975
  Author: Olivier Dagenais olivier.dagen...@gmail.com
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/ChangeSet.java

  Log Message:
  ---
  Add ability to set checked in by user.


  Commit: 6efa14d682965577fc449c45777c51ff7e240a00
  
https://github.com/jenkinsci/tfs-plugin/commit/6efa14d682965577fc449c45777c51ff7e240a00
  Author: Olivier Dagenais olivier.dagen...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/Server.java

  Log Message:
  ---
  Added TFSTeamProjectCollection field and initializing in constructor.


  Commit: 77bd362bbccd2b2f9308fc25009cd1671c125eb5
  
https://github.com/jenkinsci/tfs-plugin/commit/77bd362bbccd2b2f9308fc25009cd1671c125eb5
  Author: Olivier Dagenais olivier.dagen...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/Project.java
M src/test/java/hudson/plugins/tfs/model/ProjectTest.java

  Log Message:
  ---
  Convert TFS's Changeset and Change to our ChangeSet and Item, respectively.


  Commit: fbd0a4437500718317e06d04ca996faff2285bd2
  
https://github.com/jenkinsci/tfs-plugin/commit/fbd0a4437500718317e06d04ca996faff2285bd2
  Author: Olivier Dagenais olivier.dagen...@gmail.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/Project.java

  Log Message:
  ---
  getDetailedHistory() now uses the TFS API.


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/af49749cda40...fbd0a4437500

-- 
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.


[jenkinsci/weblogic-deployer-plugin] f0ba97: commented extra dependencies and unused profile

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/weblogic-deployer-plugin
  Commit: f0ba972702b49e56e335d4de79303bec0d453354
  
https://github.com/jenkinsci/weblogic-deployer-plugin/commit/f0ba972702b49e56e335d4de79303bec0d453354
  Author: RaphaelC r...@orange.fr
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  commented extra dependencies and unused profile



-- 
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.


[jenkinsci/weblogic-deployer-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/weblogic-deployer-plugin-2.7
  Home:   https://github.com/jenkinsci/weblogic-deployer-plugin

-- 
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.


[jenkinsci/weblogic-deployer-plugin] 550247: [maven-release-plugin] prepare release weblogic-de...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/weblogic-deployer-plugin
  Commit: 5502477f6cdc74d188380d0765cfd5fb48d0a295
  
https://github.com/jenkinsci/weblogic-deployer-plugin/commit/5502477f6cdc74d188380d0765cfd5fb48d0a295
  Author: RaphaelC r...@orange.fr
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release weblogic-deployer-plugin-2.7



-- 
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.


[jenkinsci/weblogic-deployer-plugin] 9de392: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/weblogic-deployer-plugin
  Commit: 9de392fe9b6b07d1a2f3b5a31dc12e65489ff83e
  
https://github.com/jenkinsci/weblogic-deployer-plugin/commit/9de392fe9b6b07d1a2f3b5a31dc12e65489ff83e
  Author: RaphaelC r...@orange.fr
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/matrix-auth-plugin] 7fdea8: Different form of st:include needed to work when r...

2013-10-04 Thread GitHub
  Branch: refs/heads/1.0.1
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 7fdea8ff2655e2e2c52a2d129a09d4f89882dfaa
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/7fdea8ff2655e2e2c52a2d129a09d4f89882dfaa
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml
M 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config.jelly

  Log Message:
  ---
  Different form of st:include needed to work when run as a bundled plugin 
rather than from hpi:run.



-- 
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.


[jenkinsci/matrix-auth-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/matrix-auth-1.0.1
  Home:   https://github.com/jenkinsci/matrix-auth-plugin

-- 
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.


[jenkinsci/matrix-auth-plugin] 26df97: [maven-release-plugin] prepare release matrix-auth...

2013-10-04 Thread GitHub
  Branch: refs/heads/1.0.1
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 26df97fa24c75f8fb4b2675d2d34c84d5aa63d98
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/26df97fa24c75f8fb4b2675d2d34c84d5aa63d98
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release matrix-auth-1.0.1



-- 
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.


[jenkinsci/matrix-auth-plugin] d830ec: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/1.0.1
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: d830ecf09dcbee23b780d289fc718d5ea9eff491
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/d830ecf09dcbee23b780d289fc718d5ea9eff491
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/matrix-auth-plugin] 7fdea8: Different form of st:include needed to work when r...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 7fdea8ff2655e2e2c52a2d129a09d4f89882dfaa
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/7fdea8ff2655e2e2c52a2d129a09d4f89882dfaa
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml
M 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config.jelly

  Log Message:
  ---
  Different form of st:include needed to work when run as a bundled plugin 
rather than from hpi:run.


  Commit: 26df97fa24c75f8fb4b2675d2d34c84d5aa63d98
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/26df97fa24c75f8fb4b2675d2d34c84d5aa63d98
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release matrix-auth-1.0.1


  Commit: d830ecf09dcbee23b780d289fc718d5ea9eff491
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/d830ecf09dcbee23b780d289fc718d5ea9eff491
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


  Commit: af65e1cad5e3c409bc5de3cfbd1e24bfb1aaf3df
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/af65e1cad5e3c409bc5de3cfbd1e24bfb1aaf3df
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml
M 
src/main/resources/hudson/security/AuthorizationMatrixProperty/config.jelly

  Log Message:
  ---
  Merge branch '1.0.1'


  Commit: 6061ce2acbec9010e83a7373270f8e91be6be68a
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/6061ce2acbec9010e83a7373270f8e91be6be68a
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Next should be 1.1.


Compare: 
https://github.com/jenkinsci/matrix-auth-plugin/compare/7cc0c2dd824b...6061ce2acbec

-- 
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.


[jenkinsci/matrix-auth-plugin]

2013-10-04 Thread GitHub
  Branch: refs/heads/1.0.1
  Home:   https://github.com/jenkinsci/matrix-auth-plugin

-- 
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.


[jenkinsci/matrix-auth-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/matrix-auth-1.0.2
  Home:   https://github.com/jenkinsci/matrix-auth-plugin

-- 
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.


[jenkinsci/matrix-auth-plugin] 8bce29: Forgot the CSS!

2013-10-04 Thread GitHub
  Branch: refs/heads/1.0.2
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 8bce2998ffc8b931e5e3edb8cd95355e4f45684d
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/8bce2998ffc8b931e5e3edb8cd95355e4f45684d
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
A src/main/resources/hudson/security/table.css

  Log Message:
  ---
  Forgot the CSS!



-- 
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.


[jenkinsci/matrix-auth-plugin] 1ecca0: [maven-release-plugin] prepare release matrix-auth...

2013-10-04 Thread GitHub
  Branch: refs/heads/1.0.2
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 1ecca0a023fc516175fca6d7275e4e6d3682d04c
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/1ecca0a023fc516175fca6d7275e4e6d3682d04c
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release matrix-auth-1.0.2



-- 
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.


[jenkinsci/matrix-auth-plugin] 3f1230: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/1.0.2
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 3f123026ef40c7453815a28dfa0ee6e7e5393b7a
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/3f123026ef40c7453815a28dfa0ee6e7e5393b7a
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/matrix-auth-plugin]

2013-10-04 Thread GitHub
  Branch: refs/heads/1.0.2
  Home:   https://github.com/jenkinsci/matrix-auth-plugin

-- 
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.


[jenkinsci/ui-samples-plugin] aae7a4: Split out of core.

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ui-samples-plugin
  Commit: aae7a4a47ad1066c1cdb3940985c7dd95351556d
  
https://github.com/jenkinsci/ui-samples-plugin/commit/aae7a4a47ad1066c1cdb3940985c7dd95351556d
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
A .gitignore
A pom.xml
A samples/taglib b/src/main/resources/lib/samples/taglib
A src/main/java/jenkins/plugins/ui_samples/AutoCompleteTextBox.java
A src/main/java/jenkins/plugins/ui_samples/CopyButton.java
A src/main/java/jenkins/plugins/ui_samples/DropdownList.java
A src/main/java/jenkins/plugins/ui_samples/DynamicComboBox.java
A src/main/java/jenkins/plugins/ui_samples/DynamicDropDownListBox.java
A 
src/main/java/jenkins/plugins/ui_samples/FormFieldValidationWithContext.java
A src/main/java/jenkins/plugins/ui_samples/HeteroList.java
A 
src/main/java/jenkins/plugins/ui_samples/InpageNavigationWithBreadcrumb.java
A src/main/java/jenkins/plugins/ui_samples/JavaScriptProxy.java
A src/main/java/jenkins/plugins/ui_samples/ModularizeViewScript.java
A src/main/java/jenkins/plugins/ui_samples/NavigationContextMenu.java
A src/main/java/jenkins/plugins/ui_samples/NotificationBar.java
A src/main/java/jenkins/plugins/ui_samples/ProgressBar.java
A src/main/java/jenkins/plugins/ui_samples/ProgressivelyRendered.java
A src/main/java/jenkins/plugins/ui_samples/Root.java
A src/main/java/jenkins/plugins/ui_samples/SyntaxHighlightedTextArea.java
A src/main/java/jenkins/plugins/ui_samples/UISample.java
A src/main/java/jenkins/plugins/ui_samples/UISampleDescriptor.java
A src/main/resources/index.jelly
A 
src/main/resources/jenkins/plugins/ui_samples/AutoCompleteTextBox/index.jelly
A src/main/resources/jenkins/plugins/ui_samples/CopyButton/index.groovy
A src/main/resources/jenkins/plugins/ui_samples/CopyButton/index.properties
A 
src/main/resources/jenkins/plugins/ui_samples/DropdownList/Apple/config.jelly
A 
src/main/resources/jenkins/plugins/ui_samples/DropdownList/Banana/config.jelly
A src/main/resources/jenkins/plugins/ui_samples/DropdownList/index.jelly
A src/main/resources/jenkins/plugins/ui_samples/DynamicComboBox/index.jelly
A 
src/main/resources/jenkins/plugins/ui_samples/DynamicDropDownListBox/index.jelly
A 
src/main/resources/jenkins/plugins/ui_samples/FormFieldValidationWithContext/City/config.groovy
A 
src/main/resources/jenkins/plugins/ui_samples/FormFieldValidationWithContext/State/config.groovy
A 
src/main/resources/jenkins/plugins/ui_samples/FormFieldValidationWithContext/index.groovy
A 
src/main/resources/jenkins/plugins/ui_samples/FormFieldValidationWithContext/index.properties
A 
src/main/resources/jenkins/plugins/ui_samples/HeteroList/ChoiceEntry/config.jelly
A 
src/main/resources/jenkins/plugins/ui_samples/HeteroList/Config/config.jelly
A 
src/main/resources/jenkins/plugins/ui_samples/HeteroList/SimpleEntry/config.jelly
A src/main/resources/jenkins/plugins/ui_samples/HeteroList/configure.jelly
A src/main/resources/jenkins/plugins/ui_samples/HeteroList/index.jelly
A 
src/main/resources/jenkins/plugins/ui_samples/InpageNavigationWithBreadcrumb/header.groovy
A 
src/main/resources/jenkins/plugins/ui_samples/InpageNavigationWithBreadcrumb/index.groovy
A 
src/main/resources/jenkins/plugins/ui_samples/InpageNavigationWithBreadcrumb/index.properties
A src/main/resources/jenkins/plugins/ui_samples/JavaScriptProxy/index.jelly
A 
src/main/resources/jenkins/plugins/ui_samples/ModularizeViewScript/index.groovy
A 
src/main/resources/jenkins/plugins/ui_samples/NavigationContextMenu/index.groovy
A 
src/main/resources/jenkins/plugins/ui_samples/NavigationContextMenu/index.properties
A src/main/resources/jenkins/plugins/ui_samples/NotificationBar/index.groovy
A 
src/main/resources/jenkins/plugins/ui_samples/NotificationBar/index.properties
A src/main/resources/jenkins/plugins/ui_samples/ProgressBar/index.groovy
A 
src/main/resources/jenkins/plugins/ui_samples/ProgressivelyRendered/index.jelly
A src/main/resources/jenkins/plugins/ui_samples/Root/index.jelly
A 
src/main/resources/jenkins/plugins/ui_samples/SyntaxHighlightedTextArea/index.groovy
A src/main/resources/lib/samples/sample.jelly

  Log Message:
  ---
  Split out of core.



-- 
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.


[jenkinsci/ui-samples-plugin]

2013-10-04 Thread GitHub
  Branch: refs/tags/ui-samples-plugin-2.0
  Home:   https://github.com/jenkinsci/ui-samples-plugin

-- 
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.


[jenkinsci/ui-samples-plugin] 3c06af: The usual ${project.artifactId}-plugin will not wo...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ui-samples-plugin
  Commit: 3c06af2dfafeb7f3dcfacb31e501e0e1d217332b
  
https://github.com/jenkinsci/ui-samples-plugin/commit/3c06af2dfafeb7f3dcfacb31e501e0e1d217332b
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  The usual ${project.artifactId}-plugin will not work here.


  Commit: 53a738215fef1c4252ff6c1ab7cb4ee2c62ce4ed
  
https://github.com/jenkinsci/ui-samples-plugin/commit/53a738215fef1c4252ff6c1ab7cb4ee2c62ce4ed
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Oops, needed to specify a version!


  Commit: ce2f8f57b89a0f97da886469756c8a0ad63d736b
  
https://github.com/jenkinsci/ui-samples-plugin/commit/ce2f8f57b89a0f97da886469756c8a0ad63d736b
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ui-samples-plugin-2.0


Compare: 
https://github.com/jenkinsci/ui-samples-plugin/compare/aae7a4a47ad1...ce2f8f57b89a

-- 
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.


[jenkinsci/ui-samples-plugin] 29361d: [maven-release-plugin] prepare for next developmen...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ui-samples-plugin
  Commit: 29361d4477834cc985bfdc8bbbddf1b972133389
  
https://github.com/jenkinsci/ui-samples-plugin/commit/29361d4477834cc985bfdc8bbbddf1b972133389
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



-- 
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.


[jenkinsci/jenkins] f1205f: Copy basic Surefire configuration, esp. forkCount=...

2013-10-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f1205fa4d613119909e0266823344dd8e6d5a519
  
https://github.com/jenkinsci/jenkins/commit/f1205fa4d613119909e0266823344dd8e6d5a519
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M plugins/pom.xml
M pom.xml
M test/src/main/java/org/jvnet/hudson/test/WarExploder.java

  Log Message:
  ---
  Copy basic Surefire configuration, esp. forkCount=2, to the plugin POM.
Shaves 11min off the test time for maven-plugin on my machine!


  Commit: 071139f8e532867222e1bfe0399c8ed215ca705a
  
https://github.com/jenkinsci/jenkins/commit/071139f8e532867222e1bfe0399c8ed215ca705a
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M core/src/main/java/hudson/FilePath.java
M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/jenkins


  Commit: c01f2564eb5f847c0f92d7aa0c4e3702fc736811
  
https://github.com/jenkinsci/jenkins/commit/c01f2564eb5f847c0f92d7aa0c4e3702fc736811
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M plugins/pom.xml

  Log Message:
  ---
  Removing test dep on ui-samples.
Superfluous in that if you *want* to look at UI samples, you can just install 
that plugin.
And observed to cause a cyclic plugin dependency error when splitting 
matrix-auth from core.
(Unclear why ui-samples had a dependency on matrix-auth; perhaps related to 
dependency from test module.)


  Commit: b0ac41c3b1e62b526365a1c7325abd2771316064
  
https://github.com/jenkinsci/jenkins/commit/b0ac41c3b1e62b526365a1c7325abd2771316064
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-10-04 (Fri, 04 Oct 2013)

  Changed paths:
M changelog.html
M core/src/main/java/hudson/ClassicPluginStrategy.java
R core/src/main/java/hudson/security/AuthorizationMatrixProperty.java
R core/src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java
M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
A core/src/main/java/hudson/security/PermissionAdder.java
R core/src/main/java/hudson/security/ProjectMatrixAuthorizationStrategy.java
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config.jelly
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config_da.properties
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config_de.properties
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config_es.properties
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config_fr.properties
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config_ja.properties
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config_pt_BR.properties
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config_tr.properties
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config_zh_CN.properties
R 
core/src/main/resources/hudson/security/AuthorizationMatrixProperty/config_zh_TW.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config.jelly
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_da.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_de.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_es.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_fi.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_fr.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_ja.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_nb_NO.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_nl.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_pt_BR.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_ru.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_sv_SE.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_tr.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_zh_CN.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_zh_TW.properties
R 
core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/help-user-group.jelly
R