[jenkinsci/copyartifact-plugin]

2017-10-28 Thread GitHub
  Branch: refs/tags/copyartifact-1.39
  Home:   https://github.com/jenkinsci/copyartifact-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/d/optout.


[jenkinsci/copyartifact-plugin] 59d5c3: [maven-release-plugin] prepare for next developmen...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/copyartifact-plugin
  Commit: 59d5c350cd5d8eac71a4e437641fc27264a7a001
  
https://github.com/jenkinsci/copyartifact-plugin/commit/59d5c350cd5d8eac71a4e437641fc27264a7a001
  Author: ikedam 
  Date:   2017-10-29 (Sun, 29 Oct 2017)

  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/d/optout.


[jenkinsci/copyartifact-plugin] 9f703c: [maven-release-plugin] prepare release copyartifac...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/copyartifact-plugin
  Commit: 9f703c930701f723fd8734cb6df11139199be83c
  
https://github.com/jenkinsci/copyartifact-plugin/commit/9f703c930701f723fd8734cb6df11139199be83c
  Author: ikedam 
  Date:   2017-10-29 (Sun, 29 Oct 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release copyartifact-1.39


-- 
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/d/optout.


[jenkinsci/copyartifact-plugin] 20f580: [JENKINS-44496] Add description to pom.xml

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/copyartifact-plugin
  Commit: 20f5808c5b26dcf5fb2d29eef906e0043ed699b6
  
https://github.com/jenkinsci/copyartifact-plugin/commit/20f5808c5b26dcf5fb2d29eef906e0043ed699b6
  Author: ikedam 
  Date:   2017-10-14 (Sat, 14 Oct 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-44496] Add description to pom.xml


  Commit: c31f863108aa7d50add1659192136f6bad3439b7
  
https://github.com/jenkinsci/copyartifact-plugin/commit/c31f863108aa7d50add1659192136f6bad3439b7
  Author: ikedam 
  Date:   2017-10-29 (Sun, 29 Oct 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #93 from ikedam/feature/JENKINS-44496_Description

[JENKINS-44496] Add description to pom.xml


Compare: 
https://github.com/jenkinsci/copyartifact-plugin/compare/62c07a9b2477...c31f863108aa

-- 
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/d/optout.


[jenkinsci/copyartifact-plugin] d8fecd: [JENKINS-46700] symbol support for better pipeline...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/copyartifact-plugin
  Commit: d8fecdcd42fde84fa0e7c18850acfa330fab7941
  
https://github.com/jenkinsci/copyartifact-plugin/commit/d8fecdcd42fde84fa0e7c18850acfa330fab7941
  Author: Kohsuke Kawaguchi 
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
M src/main/java/hudson/plugins/copyartifact/DownstreamBuildSelector.java
M src/main/java/hudson/plugins/copyartifact/LastCompletedBuildSelector.java
M src/main/java/hudson/plugins/copyartifact/ParameterizedBuildSelector.java
M src/main/java/hudson/plugins/copyartifact/PermalinkBuildSelector.java
M src/main/java/hudson/plugins/copyartifact/SavedBuildSelector.java
M src/main/java/hudson/plugins/copyartifact/SpecificBuildSelector.java
M src/main/java/hudson/plugins/copyartifact/StatusBuildSelector.java
M src/main/java/hudson/plugins/copyartifact/TriggeredBuildSelector.java
M src/main/java/hudson/plugins/copyartifact/WorkspaceSelector.java

  Log Message:
  ---
  [JENKINS-46700] symbol support for better pipeline compatibility


  Commit: 271d158e54a21ae349790eb00e1fe08566360f8c
  
https://github.com/jenkinsci/copyartifact-plugin/commit/271d158e54a21ae349790eb00e1fe08566360f8c
  Author: ikedam 
  Date:   2017-09-19 (Tue, 19 Sep 2017)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/copyartifact/CopyArtifactWorkflowTest.java

  Log Message:
  ---
  [JENKINS-46700] Target 1.642.3 and add tests for symbols


  Commit: ebf8b83fd4588220a83864913fb1dc1754208215
  
https://github.com/jenkinsci/copyartifact-plugin/commit/ebf8b83fd4588220a83864913fb1dc1754208215
  Author: ikedam 
  Date:   2017-09-23 (Sat, 23 Sep 2017)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/copyartifact/CopyArtifactWorkflowTest.java
A 
src/test/java/hudson/plugins/copyartifact/testutils/CopyArtifactJenkinsRule.java

  Log Message:
  ---
  [JENKINS-46700] Use the latest pipeline plugins for tests


  Commit: 39df7ccd9639625b3227830c7a09ac04ef9d0472
  
https://github.com/jenkinsci/copyartifact-plugin/commit/39df7ccd9639625b3227830c7a09ac04ef9d0472
  Author: ikedam 
  Date:   2017-09-23 (Sat, 23 Sep 2017)

  Changed paths:
M src/test/java/hudson/plugins/copyartifact/CopyArtifactTest.java
R src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest.zip
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterized/config.xml
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterized/jobs/testJob/builds/2011-02-01_12-00-00/archive/foo.txt
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterized/jobs/testJob/builds/2011-02-01_12-00-00/build.xml
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterized/jobs/testJob/config.xml
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterized/jobs/testJob2/builds/2011-02-01_13-00-00/archive/foo2.txt
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterized/jobs/testJob2/builds/2011-02-01_13-00-00/build.xml
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterized/jobs/testJob2/config.xml
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterized/users/joe/config.xml
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterizedForMatrixConfig/config.xml
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterizedForMatrixConfig/jobs/testMatrix/config.xml
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterizedForMatrixConfig/jobs/testMatrix/configurations/axis-FOO/foo/builds/2011-04-12_09-00-00/archive/foo.txt
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterizedForMatrixConfig/jobs/testMatrix/configurations/axis-FOO/foo/builds/2011-04-12_09-00-00/build.xml
A 
src/test/resources/hudson/plugins/copyartifact/CopyArtifactTest/testPermissionWhenParameterizedForMatrixConfig/jobs/testMatrix/configurations/axis-FOO/foo/config.xml

  Log Message:
  ---
  [JENKINS-46700] Expand zip file for `LocalData` to avoid JENKINS-47075


  Commit: 62c07a9b2477829e7ac608d83800b611e9bedc0d
  
https://github.com/jenkinsci/copyartifact-plugin/commit/62c07a9b2477829e7ac608d83800b611e9bedc0d
  Author: ikedam 
  Date:   2017-10-29 (Sun, 29 Oct 2017)

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

[jenkinsci/last-changes-plugin] 24210e: fixes #16

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: 24210e3d361b90e0b580b40ef9312c72ce7e41d0
  
https://github.com/jenkinsci/last-changes-plugin/commit/24210e3d361b90e0b580b40ef9312c72ce7e41d0
  Author: rmpestano 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M README.adoc
M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java
M src/main/java/com/github/jenkins/lastchanges/model/LastChanges.java
M src/main/java/com/github/jenkins/lastchanges/model/LastChangesConfig.java
M 
src/main/resources/com/github/jenkins/lastchanges/LastChangesBuildAction/index.jelly
M 
src/main/resources/com/github/jenkins/lastchanges/LastChangesPublisher/config.jelly

  Log Message:
  ---
  fixes #16
fixes #17


-- 
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/d/optout.


[jenkinsci/monitoring-plugin] c4d31f: [maven-release-plugin] prepare for next developmen...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/monitoring-plugin
  Commit: c4d31fafa17ed636492efeb20750731fff5867f8
  
https://github.com/jenkinsci/monitoring-plugin/commit/c4d31fafa17ed636492efeb20750731fff5867f8
  Author: evernat 
  Date:   2017-10-29 (Sun, 29 Oct 2017)

  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/d/optout.


[jenkinsci/monitoring-plugin]

2017-10-28 Thread GitHub
  Branch: refs/tags/monitoring-1.70.0
  Home:   https://github.com/jenkinsci/monitoring-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/d/optout.


[jenkinsci/monitoring-plugin] fcece6: [maven-release-plugin] prepare release monitoring-...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/monitoring-plugin
  Commit: fcece6b0eb7b4b3801638a6fbc342d8422da3af5
  
https://github.com/jenkinsci/monitoring-plugin/commit/fcece6b0eb7b4b3801638a6fbc342d8422da3af5
  Author: evernat 
  Date:   2017-10-29 (Sun, 29 Oct 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release monitoring-1.70.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/d/optout.


[jenkinsci/monitoring-plugin] 7c9f66: javamelody-core 1.70.0

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/monitoring-plugin
  Commit: 7c9f66fe395cceeb7d036b56f4ae0fcb4add79f8
  
https://github.com/jenkinsci/monitoring-plugin/commit/7c9f66fe395cceeb7d036b56f4ae0fcb4add79f8
  Author: evernat 
  Date:   2017-10-29 (Sun, 29 Oct 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  javamelody-core 1.70.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/d/optout.


[jenkinsci/jenkins] 1b4f87: Add some PT-BR translations (#3102)

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 1b4f8752dc06781163eb9db9b29a333cab67e881
  
https://github.com/jenkinsci/jenkins/commit/1b4f8752dc06781163eb9db9b29a333cab67e881
  Author: Carlos Tadeu Panato Junior 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M core/src/main/resources/hudson/Messages_pt_BR.properties
M 
core/src/main/resources/hudson/model/AbstractBuild/changes_pt_BR.properties
M core/src/main/resources/hudson/model/AbstractBuild/index_pt_BR.properties
M core/src/main/resources/hudson/model/Computer/sidepanel_pt_BR.properties
M core/src/main/resources/hudson/model/Job/buildTimeTrend_pt_BR.properties
M core/src/main/resources/hudson/model/Job/configure_pt_BR.properties

  Log Message:
  ---
  Add some PT-BR translations (#3102)

* Add some PT-BR translations

* udpate strings per review


-- 
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/d/optout.


[jenkinsci/anchore-container-scanner-plugin] 38c06d: [maven-release-plugin] prepare release anchore-con...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anchore-container-scanner-plugin
  Commit: 38c06dfcc6ec63182e4dc6684d01ade0e3b1f594
  
https://github.com/jenkinsci/anchore-container-scanner-plugin/commit/38c06dfcc6ec63182e4dc6684d01ade0e3b1f594
  Author: Daniel Nurmi 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anchore-container-scanner-1.0.12


-- 
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/d/optout.


[jenkinsci/anchore-container-scanner-plugin] e2db0d: [maven-release-plugin] prepare for next developmen...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anchore-container-scanner-plugin
  Commit: e2db0d9623337e646f24ac46f0a5e59106b5b20e
  
https://github.com/jenkinsci/anchore-container-scanner-plugin/commit/e2db0d9623337e646f24ac46f0a5e59106b5b20e
  Author: Daniel Nurmi 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  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/d/optout.


[jenkinsci/anchore-container-scanner-plugin]

2017-10-28 Thread GitHub
  Branch: refs/tags/anchore-container-scanner-1.0.12
  Home:   https://github.com/jenkinsci/anchore-container-scanner-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/d/optout.


[jenkinsci/jenkins] 0d9beb: [FIXED JENKINS-43834] Stop using deprecated ABORT ...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 0d9beb20ab86a522d019df6dc6e467c3184f0b5b
  
https://github.com/jenkinsci/jenkins/commit/0d9beb20ab86a522d019df6dc6e467c3184f0b5b
  Author: Andrew Bayer 
  Date:   2017-10-20 (Fri, 20 Oct 2017)

  Changed paths:
M core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly

  Log Message:
  ---
  [FIXED JENKINS-43834] Stop using deprecated ABORT permission

This is the only place it's actually referenced, so let's get rid of
it entirely.


  Commit: 9518fac440f71f84161f5c2dbca05d9cb6bcc8bc
  
https://github.com/jenkinsci/jenkins/commit/9518fac440f71f84161f5c2dbca05d9cb6bcc8bc
  Author: Oleg Nenashev 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly

  Log Message:
  ---
  Merge pull request #3101 from abayer/jenkins-43834

[FIXED JENKINS-43834] Stop using deprecated ABORT permission


Compare: 
https://github.com/jenkinsci/jenkins/compare/ac3cd3eb2174...9518fac440f7

-- 
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/d/optout.


[jenkinsci/jenkins] ac3cd3: [JENKINS-47426] getPropertyKey is not consistent o...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: ac3cd3eb217485666596b6f5f4180dbb5d4be099
  
https://github.com/jenkinsci/jenkins/commit/ac3cd3eb217485666596b6f5f4180dbb5d4be099
  Author: Wadeck Follonier 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M core/src/main/java/hudson/cli/ClientAuthenticationCache.java
M test/src/test/java/hudson/cli/ClientAuthenticationCacheTest.java

  Log Message:
  ---
  [JENKINS-47426] getPropertyKey is not consistent over time (#3080)

* JENKINS-47426: getPropertyKey is not consistent over time
- add passing test for the case the rootUrl is set
- add failing test for the case the rootUrl is not set yet, the propertyKey is 
not consistent
- add a warning message when the flow passes in the fallback mode

* - fixing the getEncryptedValue using a static memory

* - add issue annotations

* - modifications proposed by Jesse: use legacyId instead of randomId, stable 
over restart

* - small correction for a test case


-- 
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/d/optout.


[jenkinsci/anchore-container-scanner-plugin] c6dbcf: Label gate actions in reports. Update wiki with a ...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anchore-container-scanner-plugin
  Commit: c6dbcf600bb7076bfdaa4d43bd662336a0305198
  
https://github.com/jenkinsci/anchore-container-scanner-plugin/commit/c6dbcf600bb7076bfdaa4d43bd662336a0305198
  Author: Swathi Gangisetty 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M README.md
M 
src/main/resources/com/anchore/jenkins/plugins/anchore/AnchoreAction/index.jelly
M src/main/webapp/js/renderOutput.js

  Log Message:
  ---
  Label gate actions in reports. Update wiki with a reference to snippet 
generator

Signed-off-by: Swathi Gangisetty 


-- 
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/d/optout.


[jenkinsci/git-client-plugin] 40e928: Fix misleading exception message in getRemoteUrl

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 40e9281402e4505211caadf8b050b908ae35cd77
  
https://github.com/jenkinsci/git-client-plugin/commit/40e9281402e4505211caadf8b050b908ae35cd77
  Author: Mark Waite 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java

  Log Message:
  ---
  Fix misleading exception message in getRemoteUrl


-- 
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/d/optout.


[jenkinsci/last-changes-plugin] 919678: updates img

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: 9196789219e89eb3a7333db918ca43f017bbeb1c
  
https://github.com/jenkinsci/last-changes-plugin/commit/9196789219e89eb3a7333db918ca43f017bbeb1c
  Author: rmpestano 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M images/last-changes-config.png

  Log Message:
  ---
  updates img


-- 
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/d/optout.


[jenkinsci/last-changes-plugin]

2017-10-28 Thread GitHub
  Branch: refs/tags/1.0.12
  Home:   https://github.com/jenkinsci/last-changes-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/d/optout.


[jenkinsci/last-changes-plugin]

2017-10-28 Thread GitHub
  Branch: refs/tags/v1.0.12
  Home:   https://github.com/jenkinsci/last-changes-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/d/optout.


[jenkinsci/last-changes-plugin] e3d9f1: [maven-release-plugin] prepare for next developmen...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: e3d9f16921bafc89d7ae633efa892b1355c3ec88
  
https://github.com/jenkinsci/last-changes-plugin/commit/e3d9f16921bafc89d7ae633efa892b1355c3ec88
  Author: rmpestano 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  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/d/optout.


[jenkinsci/last-changes-plugin] 25890e: [maven-release-plugin] prepare release v1.0.12

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: 25890e6bedaecc341f7c7b4fddf9eded46a18772
  
https://github.com/jenkinsci/last-changes-plugin/commit/25890e6bedaecc341f7c7b4fddf9eded46a18772
  Author: rmpestano 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release v1.0.12


-- 
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/d/optout.


[jenkinsci/last-changes-plugin] 5e1935: refs #15

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: 5e19350d949445b274a5c725b01852f8f8a5059f
  
https://github.com/jenkinsci/last-changes-plugin/commit/5e19350d949445b274a5c725b01852f8f8a5059f
  Author: rmpestano 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java

  Log Message:
  ---
  refs #15


-- 
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/d/optout.


[jenkinsci/last-changes-plugin] 8cd340: refs #15

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: 8cd340bc7648b0a8d8f86afdcc2a76c47ca51e42
  
https://github.com/jenkinsci/last-changes-plugin/commit/8cd340bc7648b0a8d8f86afdcc2a76c47ca51e42
  Author: rmpestano 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java

  Log Message:
  ---
  refs #15


-- 
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/d/optout.


[jenkinsci/last-changes-plugin] 968b21: fixes #15

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: 968b21feca08245cec8f02aaf5fdba54aa6ca0e8
  
https://github.com/jenkinsci/last-changes-plugin/commit/968b21feca08245cec8f02aaf5fdba54aa6ca0e8
  Author: rmpestano 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M src/main/java/com/github/jenkins/lastchanges/LastChangesPublisher.java
M 
src/main/resources/com/github/jenkins/lastchanges/LastChangesPublisher/config.jelly
M src/test/java/com/github/jenkins/lastchanges/LastChangesIT.java

  Log Message:
  ---
  fixes #15


-- 
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/d/optout.


[jenkinsci/last-changes-plugin] fea9d7: fixes #14

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/last-changes-plugin
  Commit: fea9d79b3b156aa6b384f92c1247e2d33b80a2e5
  
https://github.com/jenkinsci/last-changes-plugin/commit/fea9d79b3b156aa6b384f92c1247e2d33b80a2e5
  Author: rmpestano 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M src/main/java/com/github/jenkins/lastchanges/model/LastChangesConfig.java
M 
src/main/resources/com/github/jenkins/lastchanges/LastChangesBuildAction/index.jelly
R src/main/webapp/css/diff2html-2.3.0.min.css
A src/main/webapp/css/diff2html-2.3.1.min.css
R src/main/webapp/js/diff2html-2.3.0.min.js
A src/main/webapp/js/diff2html-2.3.1.min.js
R src/main/webapp/js/diff2html-ui-2.0.12.min.js
A src/main/webapp/js/diff2html-ui-2.3.1.min.js

  Log Message:
  ---
  fixes #14


-- 
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/d/optout.


[jenkinsci/jenkins]

2017-10-28 Thread GitHub
  Branch: refs/heads/NestedView-rename-JENKINS-25276
  Home:   https://github.com/jenkinsci/jenkins

-- 
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/d/optout.


[jenkinsci/plugin-compat-tester] 0146e6: May as well be -source 8 across the board.

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 0146e67ce2d576560897580b7da571086105a473
  
https://github.com/jenkinsci/plugin-compat-tester/commit/0146e67ce2d576560897580b7da571086105a473
  Author: Jesse Glick 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M plugins-compat-tester-cli/pom.xml
M plugins-compat-tester-gae-client/pom.xml
M plugins-compat-tester-gae/pom.xml
M plugins-compat-tester-model/pom.xml
M plugins-compat-tester/pom.xml
M pom.xml

  Log Message:
  ---
  May as well be -source 8 across the board.


  Commit: a830e2541e218f3a11b3848ba6e768b75f0ada0f
  
https://github.com/jenkinsci/plugin-compat-tester/commit/a830e2541e218f3a11b3848ba6e768b75f0ada0f
  Author: Jesse Glick 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M 
plugins-compat-tester/src/main/java/org/jenkins/tools/test/PluginCompatTester.java

  Log Message:
  ---
  Supporting blank lines & comments in split-plugins.txt & 
split-plugin-cycles.txt.


  Commit: 4089c98070162435a67b0cba840cd6598303ce21
  
https://github.com/jenkinsci/plugin-compat-tester/commit/4089c98070162435a67b0cba840cd6598303ce21
  Author: Jesse Glick 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M plugins-compat-tester-cli/pom.xml
M plugins-compat-tester-gae-client/pom.xml
M plugins-compat-tester-gae/pom.xml
M plugins-compat-tester-model/pom.xml
M plugins-compat-tester/pom.xml
M 
plugins-compat-tester/src/main/java/org/jenkins/tools/test/PluginCompatTester.java
M pom.xml

  Log Message:
  ---
  Merge pull request #50 from jglick/metadata-JENKINS-47634

[JENKINS-47634] Metadata fix refinement


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/f0217f1e43b8...4089c9807016

-- 
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/d/optout.


[jenkinsci/jenkins] 1a399a: [JENKINS-47634] Move metadata about split plugins ...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 1a399a1c9efb4702d1bd1ada0824487e78365eab
  
https://github.com/jenkinsci/jenkins/commit/1a399a1c9efb4702d1bd1ada0824487e78365eab
  Author: Jesse Glick 
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
A core/src/main/resources/jenkins/split-plugin-cycles.txt
A core/src/main/resources/jenkins/split-plugins.txt

  Log Message:
  ---
  [JENKINS-47634] Move metadata about split plugins into a resource file so 
that plugin-compat-tester need not be manually synchronized.


  Commit: 6c78da03bb58107e37097c60532285737eeaca45
  
https://github.com/jenkinsci/jenkins/commit/6c78da03bb58107e37097c60532285737eeaca45
  Author: Jesse Glick 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M cli/pom.xml
M core/pom.xml
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/TcpSlaveAgentListener.java
M core/src/main/java/jenkins/slaves/EncryptedSlaveAgentJnlpFile.java
M core/src/main/resources/hudson/Messages_zh_CN.properties
A core/src/main/resources/hudson/search/Messages_zh_CN.properties
M core/src/main/resources/hudson/security/Messages_zh_CN.properties
M core/src/main/resources/hudson/views/Messages_zh_CN.properties
M core/src/main/resources/jenkins/management/Messages_zh_CN.properties
M pom.xml
M war/pom.xml

  Log Message:
  ---
  Merge branch 'master' into metadata-JENKINS-47634


  Commit: e41031330637a43acdc8c88ac622d6d1613b635f
  
https://github.com/jenkinsci/jenkins/commit/e41031330637a43acdc8c88ac622d6d1613b635f
  Author: Jesse Glick 
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/resources/jenkins/split-plugin-cycles.txt
M core/src/main/resources/jenkins/split-plugins.txt

  Log Message:
  ---
  Supporting blank lines & comments in split-plugins.txt & 
split-plugin-cycles.txt.


  Commit: 97e6e400ce5d03f75f4fc72a13a3ddaa503e99dd
  
https://github.com/jenkinsci/jenkins/commit/97e6e400ce5d03f75f4fc72a13a3ddaa503e99dd
  Author: Jesse Glick 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
A core/src/main/resources/jenkins/split-plugin-cycles.txt
A core/src/main/resources/jenkins/split-plugins.txt

  Log Message:
  ---
  Merge pull request #3110 from jglick/metadata-JENKINS-47634

[JENKINS-47634] Move metadata about split plugins into a resource file


Compare: 
https://github.com/jenkinsci/jenkins/compare/671a0ad4d073...97e6e400ce5d

-- 
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/d/optout.


[jenkinsci/doktor-plugin]

2017-10-28 Thread GitHub
  Branch: refs/heads/issues/47
  Home:   https://github.com/jenkinsci/doktor-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/d/optout.


[jenkinsci/doktor-plugin] 3d0b82: Fix #47: Unit tests

2017-10-28 Thread GitHub
  Branch: refs/heads/issues/47
  Home:   https://github.com/jenkinsci/doktor-plugin
  Commit: 3d0b82f236b47bf3de138e72334b5f69d57d3ca8
  
https://github.com/jenkinsci/doktor-plugin/commit/3d0b82f236b47bf3de138e72334b5f69d57d3ca8
  Author: madhead 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M src/main/kotlin/by/dev/madhead/doktor/render/asciidoc.kt
A src/test/kotlin/by/dev/madhead/doktor/config/ConfluenceServer.kt
A src/test/kotlin/by/dev/madhead/doktor/config/ConfluenceServerDescriptor.kt
M src/test/kotlin/by/dev/madhead/doktor/confluence/AddLabels.kt
M src/test/kotlin/by/dev/madhead/doktor/confluence/BaseConfluenceTest.kt
M src/test/kotlin/by/dev/madhead/doktor/render/AsciiDoc.kt
M src/test/kotlin/by/dev/madhead/doktor/render/Markdown.kt
A 
src/test/resources/by/dev/madhead/doktor/confluence/AddLabels/mappings/unsecured_success.json
A 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/invalids/invalid_front_matter.asc
M 
src/test/resources/by/dev/madhead/doktor/render/AsciiDoc/invalids/no_title.asc
A 
src/test/resources/by/dev/madhead/doktor/render/Markdown/invalids/invalid_front_matter.md
M 
src/test/resources/by/dev/madhead/doktor/render/Markdown/invalids/no_title.md

  Log Message:
  ---
  Fix #47: Unit tests


-- 
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/d/optout.


[jenkinsci/jenkins] 671a0a: Add ExtensionList#lookupFirst convenience method (...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 671a0ad4d073bb8622c16d3876c2f63a0c30171a
  
https://github.com/jenkinsci/jenkins/commit/671a0ad4d073bb8622c16d3876c2f63a0c30171a
  Author: Daniel Beck 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M core/src/main/java/hudson/ExtensionList.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/hudson/model/User.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/java/jenkins/security/UpdateSiteWarningsMonitor.java
M core/src/main/java/jenkins/security/UserDetailsCache.java

  Log Message:
  ---
  Add ExtensionList#lookupFirst convenience method (#3021)

* Add ExtensionList#lookupFirst convenience method

* Fix Javadoc

* Convert to lookupSingleton, which throws unless there's only 1

* Address review comments


-- 
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/d/optout.


[jenkinsci/jenkins] 65d141: [FIXED JENKINS-25276] NestedView extends View impl...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 65d14179bf3e134a4903652d9d8198d160cf6b85
  
https://github.com/jenkinsci/jenkins/commit/65d14179bf3e134a4903652d9d8198d160cf6b85
  Author: Jesse Glick 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M core/src/main/java/hudson/model/ListView.java

  Log Message:
  ---
  [FIXED JENKINS-25276] NestedView extends View implements ViewGroup, so need 
to search recursively. (#1798)


-- 
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/d/optout.


[jenkinsci/jenkins] f546ff: [JENKINS-44851] Agents JVM must be 1.8+ now (#2915...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f546ffc9ea09626e2e15bd4d9564ee32da18335d
  
https://github.com/jenkinsci/jenkins/commit/f546ffc9ea09626e2e15bd4d9564ee32da18335d
  Author: Antonio Muniz 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M core/src/main/java/hudson/slaves/ComputerLauncher.java
M core/src/main/resources/hudson/slaves/Messages.properties
M core/src/test/java/hudson/slaves/ComputerLauncherTest.java

  Log Message:
  ---
  [JENKINS-44851] Agents JVM must be 1.8+ now (#2915)

* [JENKINS-44851] Agents JVM must be 1.8+ now

* [JENKINS-44851] Fix tests

* Fix old Java 6 and 7 tests (an exception is expected now)
* Add new tests to Java 8
* Fix messages


-- 
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/d/optout.


[jenkinsci/jenkins] 6e75f7: [FIXED JENKINS-47713] - Do not copy list of plugin...

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6e75f7349ccaa98afe5725ef974e89ab2e25e0e3
  
https://github.com/jenkinsci/jenkins/commit/6e75f7349ccaa98afe5725ef974e89ab2e25e0e3
  Author: Akbashev Alexander 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

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

  Log Message:
  ---
  [FIXED JENKINS-47713] - Do not copy list of plugins on every call (#3109)

[FIXED JENKINS-47713] - Do not copy list of plugins on every call


-- 
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/d/optout.


[jenkinsci/jenkins] 2934c7: Update the Italian localization

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 2934c7b945d248ba6a9d37a77b8cb3639aa4ff3c
  
https://github.com/jenkinsci/jenkins/commit/2934c7b945d248ba6a9d37a77b8cb3639aa4ff3c
  Author: Alessandro Menti 
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
A cli/src/main/resources/hudson/cli/client/Messages_it.properties
M 
core/src/filter/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_it.properties
M core/src/main/resources/hudson/AboutJenkins/index_it.properties
M core/src/main/resources/hudson/Messages_it.properties
A 
core/src/main/resources/hudson/PluginManager/PluginCycleDependenciesMonitor/message_it.properties
A 
core/src/main/resources/hudson/PluginManager/PluginUpdateMonitor/message_it.properties
M core/src/main/resources/hudson/PluginManager/advanced_it.properties
A core/src/main/resources/hudson/PluginManager/checkUpdates_it.properties
M core/src/main/resources/hudson/PluginManager/check_it.properties
M core/src/main/resources/hudson/PluginManager/index_it.properties
M core/src/main/resources/hudson/PluginManager/installed_it.properties
M core/src/main/resources/hudson/PluginManager/sidepanel_it.properties
A core/src/main/resources/hudson/PluginManager/sites_it.properties
M core/src/main/resources/hudson/PluginManager/tabBar_it.properties
M core/src/main/resources/hudson/PluginManager/table_it.properties
A 
core/src/main/resources/hudson/PluginWrapper/PluginWrapperAdministrativeMonitor/message_it.properties
A 
core/src/main/resources/hudson/PluginWrapper/thirdPartyLicenses_it.properties
A core/src/main/resources/hudson/PluginWrapper/uninstall_it.properties
M core/src/main/resources/hudson/ProxyConfiguration/config_it.properties
A core/src/main/resources/hudson/ProxyConfiguration/help-name_it.html
A core/src/main/resources/hudson/ProxyConfiguration/help-noProxyHost_it.html
A core/src/main/resources/hudson/ProxyConfiguration/help-port_it.html
A core/src/main/resources/hudson/ProxyConfiguration/help-userName_it.html
M core/src/main/resources/hudson/cli/CLIAction/index_it.properties
A 
core/src/main/resources/hudson/cli/CliProtocol/deprecationCause_it.properties
A core/src/main/resources/hudson/cli/CliProtocol/description_it.properties
A 
core/src/main/resources/hudson/cli/CliProtocol2/deprecationCause_it.properties
A core/src/main/resources/hudson/cli/CliProtocol2/description_it.properties
M core/src/main/resources/hudson/cli/Messages_it.properties
A 
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/index_it.properties
A 
core/src/main/resources/hudson/diagnosis/HudsonHomeDiskUsageMonitor/message_it.properties
A 
core/src/main/resources/hudson/diagnosis/MemoryUsageMonitor/index_it.properties
A core/src/main/resources/hudson/diagnosis/Messages_it.properties
A 
core/src/main/resources/hudson/diagnosis/NullIdDescriptorMonitor/message_it.properties
M 
core/src/main/resources/hudson/diagnosis/OldDataMonitor/manage_it.properties
M 
core/src/main/resources/hudson/diagnosis/OldDataMonitor/message_it.properties
M 
core/src/main/resources/hudson/diagnosis/ReverseProxySetupMonitor/message_it.properties
A 
core/src/main/resources/hudson/diagnosis/TooManyJobsButNoView/message_it.properties
A core/src/main/resources/hudson/fsp/Messages_it.properties
A core/src/main/resources/hudson/init/impl/Messages_it.properties
A core/src/main/resources/hudson/lifecycle/Messages_it.properties
A 
core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/_restart_it.properties
A 
core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index_it.properties
A core/src/main/resources/hudson/logging/LogRecorder/configure_it.properties
A core/src/main/resources/hudson/logging/LogRecorder/delete_it.properties
A core/src/main/resources/hudson/logging/LogRecorder/index_it.properties
A core/src/main/resources/hudson/logging/LogRecorder/sidepanel_it.properties
M 
core/src/main/resources/hudson/logging/LogRecorderManager/feeds_it.properties
M 
core/src/main/resources/hudson/logging/LogRecorderManager/index_it.properties
M 
core/src/main/resources/hudson/logging/LogRecorderManager/levels_it.properties
M 
core/src/main/resources/hudson/logging/LogRecorderManager/sidepanel_it.properties
A core/src/main/resources/hudson/logging/Messages_it.properties
A 
core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config_it.properties
A core/src/main/resources/hudson/markup/Messages_it.properties
M core/src/main/resources/hudson/model/AbstractBuild/changes_it.properties
M core/src/main/resources/hudson/model/AbstractBuild/index_it.properties
M core/src/main/resources/hudson/model/AbstractBuild/sidepanel_it.properties
M core/src/main/resources/hudson/model/AbstractBuild/tasks_it.properties
 

[jenkinsci/release-plugin] 948da0: Update Parent POM, cleanup upper bounds

2017-10-28 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/release-plugin
  Commit: 948da0d50a681a1f995811d78706adf5a2aa6526
  
https://github.com/jenkinsci/release-plugin/commit/948da0d50a681a1f995811d78706adf5a2aa6526
  Author: Oleg Nenashev 
  Date:   2017-10-10 (Tue, 10 Oct 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update Parent POM, cleanup upper bounds


  Commit: cf22988f0beefd642daa37a5bcf14d463f607aab
  
https://github.com/jenkinsci/release-plugin/commit/cf22988f0beefd642daa37a5bcf14d463f607aab
  Author: Oleg Nenashev 
  Date:   2017-10-28 (Sat, 28 Oct 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #27 from oleg-nenashev/maven-3.0

Update Parent POM, cleanup upper bounds


Compare: 
https://github.com/jenkinsci/release-plugin/compare/f8826fc40649...cf22988f0bee

-- 
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/d/optout.