[jenkinsci/sbuild-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/SBuild-0.1.0
  Home:   https://github.com/jenkinsci/sbuild-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/sbuild-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/SBuild-0.1.0
  Home:   https://github.com/jenkinsci/sbuild-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/sbuild-plugin] 61fc4a: Angry about the maven-release-plugin. Next try.

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sbuild-plugin
  Commit: 61fc4a19264711a950436692904a3c3b9a0aeb1a
  
https://github.com/jenkinsci/sbuild-plugin/commit/61fc4a19264711a950436692904a3c3b9a0aeb1a
  Author: Tobias Roeser le.petit@web.de
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M ChangeLog.txt
M pom.xml

  Log Message:
  ---
  Angry about the maven-release-plugin. Next try.


-- 
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/sbuild-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/SBuild-0.1.1
  Home:   https://github.com/jenkinsci/sbuild-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/sbuild-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/SBuild-0.1.0
  Home:   https://github.com/jenkinsci/sbuild-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/sbuild-plugin] 3630a3: Version bump after release.

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sbuild-plugin
  Commit: 3630a3091f6acdeb9e8c7bba5155245f64aa5576
  
https://github.com/jenkinsci/sbuild-plugin/commit/3630a3091f6acdeb9e8c7bba5155245f64aa5576
  Author: Tobias Roeser le.petit@web.de
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Version bump after 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/sbuild-plugin] 10ed55: Added a specific maven-settings.xml file, used to ...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sbuild-plugin
  Commit: 10ed557b2e4896c9400e79e9ee55d1a00b2001e0
  
https://github.com/jenkinsci/sbuild-plugin/commit/10ed557b2e4896c9400e79e9ee55d1a00b2001e0
  Author: Tobias Roeser le.petit@web.de
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
A maven-settings.xml

  Log Message:
  ---
  Added a specific maven-settings.xml file, used to run the 
maven-release-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/timestamper-plugin] 313399: Null-handling refactoring

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 313399884806fc6937542d884a8ad4c5c4fbe3a2
  
https://github.com/jenkinsci/timestamper-plugin/commit/313399884806fc6937542d884a8ad4c5c4fbe3a2
  Author: Steven Brown stevengbr...@gmail.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M src/main/java/hudson/plugins/timestamper/TimestampNote.java
M src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java
M src/main/java/hudson/plugins/timestamper/TimestamperConfig.java
M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
M 
src/main/java/hudson/plugins/timestamper/annotator/ConsoleLogParserImpl.java
M src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotator.java
M 
src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory.java
M 
src/main/java/hudson/plugins/timestamper/format/TimestampFormatterImpl.java
M src/main/java/hudson/plugins/timestamper/io/DumpTimestamps.java
A src/main/java/hudson/plugins/timestamper/io/TimeShiftsReader.java
M src/main/java/hudson/plugins/timestamper/io/TimestampsReader.java
M src/main/java/hudson/plugins/timestamper/io/TimestampsWriter.java
M src/main/java/hudson/plugins/timestamper/io/Varint.java
M src/test/java/hudson/plugins/timestamper/io/TimestampsIOTest.java
M src/test/java/hudson/plugins/timestamper/io/TimestampsReaderTest.java
M src/test/java/hudson/plugins/timestamper/io/TimestampsWriterTest.java
M src/test/java/hudson/plugins/timestamper/io/VarintTest.java

  Log Message:
  ---
  Null-handling refactoring
- Remove unnecessary usages of null.
- Use Optional instead of null values where appropriate.
- Add comments to explain nulls with special meanings.
- Annotate fields and parameters that can be null with @CheckForNull.
- Validate constructor arguments with Preconditions.checkNotNull.

Further refactoring
- Add class to read time-shifts, previously handled by TimestampsReader.
- Varint.read reads directly from an InputStream, instead of needing a
  Varint.ByteReader.


  Commit: eb8f2c150256da6d371a3a1aa756f789fc269a86
  
https://github.com/jenkinsci/timestamper-plugin/commit/eb8f2c150256da6d371a3a1aa756f789fc269a86
  Author: Steven Brown stevengbr...@gmail.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M src/main/java/hudson/plugins/timestamper/annotator/ConsoleLogParser.java
M 
src/test/java/hudson/plugins/timestamper/annotator/ConsoleLogParserImplTest.java
A 
src/test/java/hudson/plugins/timestamper/annotator/ConsoleLogParserResultTest.java

  Log Message:
  ---
  Remove some usages of commons-lang


  Commit: 9c2e68ca9cc3139d06d98736628649300179ec5c
  
https://github.com/jenkinsci/timestamper-plugin/commit/9c2e68ca9cc3139d06d98736628649300179ec5c
  Author: Steven Brown stevengbr...@gmail.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M src/main/java/hudson/plugins/timestamper/TimestampNote.java
M src/main/java/hudson/plugins/timestamper/TimestamperConfig.java
M 
src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory.java
M 
src/main/java/hudson/plugins/timestamper/format/TimestampFormatterImpl.java
M src/test/java/hudson/plugins/timestamper/TimestampNoteTest.java
M 
src/test/java/hudson/plugins/timestamper/format/TimestampFormatterImplTest.java

  Log Message:
  ---
  Simplify handling of a null StaplerRequest


Compare: 
https://github.com/jenkinsci/timestamper-plugin/compare/cfe1e4f1c36d...9c2e68ca9cc3

-- 
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/priority-sorter-plugin] f98af8: [maven-release-plugin] prepare release PrioritySor...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/priority-sorter-plugin
  Commit: f98af83159c6b91d23f531bc38c4901245b026d5
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/f98af83159c6b91d23f531bc38c4901245b026d5
  Author: emsa23 e...@switchbeat.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release PrioritySorter-2.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/priority-sorter-plugin] 1687bb: [maven-release-plugin] prepare for next developmen...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/priority-sorter-plugin
  Commit: 1687bb437e773e4daaa9fa639978fbe6d26f39c1
  
https://github.com/jenkinsci/priority-sorter-plugin/commit/1687bb437e773e4daaa9fa639978fbe6d26f39c1
  Author: emsa23 e...@switchbeat.com
  Date:   2013-12-04 (Wed, 04 Dec 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/priority-sorter-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/PrioritySorter-2.1
  Home:   https://github.com/jenkinsci/priority-sorter-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/external-monitor-job-plugin] 0a19f8: [JENKINS-19377] Workaround can be removed when usi...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/external-monitor-job-plugin
  Commit: 0a19f88596b9583b6e5395b2dbd4862c753430c0
  
https://github.com/jenkinsci/external-monitor-job-plugin/commit/0a19f88596b9583b6e5395b2dbd4862c753430c0
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml
M src/main/java/hudson/model/ExternalJob.java

  Log Message:
  ---
  [JENKINS-19377] Workaround can be removed when using newer 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] b89baa: [FIXED JENKINS-20866]

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b89baa56bf06b2a0f6b67a3e521236e476fe5a9d
  
https://github.com/jenkinsci/jenkins/commit/b89baa56bf06b2a0f6b67a3e521236e476fe5a9d
  Author: Kohsuke Kawaguchi k...@kohsuke.org
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M changelog.html
M core/src/main/java/jenkins/model/Jenkins.java
M test/src/test/java/jenkins/model/JenkinsTest.java

  Log Message:
  ---
  [FIXED JENKINS-20866]


-- 
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/confluence-publisher-plugin] 663b62: Updated labeling to expand tokens

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/confluence-publisher-plugin
  Commit: 663b62c4d5f5f34166a9d4ef157d7f11e0914fd6
  
https://github.com/jenkinsci/confluence-publisher-plugin/commit/663b62c4d5f5f34166a9d4ef157d7f11e0914fd6
  Author: Todd Orr t...@developmentsprint.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M 
src/main/java/com/myyearbook/hudson/plugins/confluence/ConfluencePublisher.java

  Log Message:
  ---
  Updated labeling to expand tokens
(cherry picked from commit bcba826c1207621de57d58555913ef093ba2aa8b)

Signed-off-by: Joe Hansche jhans...@meetme.com


-- 
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/job-import-plugin] 43fbb2: Support import from servers with authentication.

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: 43fbb24eb750302e2d3a021b7f4f344b263fdfed
  
https://github.com/jenkinsci/job-import-plugin/commit/43fbb24eb750302e2d3a021b7f4f344b263fdfed
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-05-09 (Thu, 09 May 2013)

  Changed paths:
M src/main/java/org/jenkins/ci/plugins/jobimport/JobImportAction.java
M src/main/java/org/jenkins/ci/plugins/jobimport/RemoteJobUtils.java
M src/main/java/org/jenkins/ci/plugins/jobimport/URLUtils.java
M 
src/main/resources/org/jenkins/ci/plugins/jobimport/JobImportAction/index.jelly

  Log Message:
  ---
  Support import from servers with authentication.


  Commit: e5ad40570abfd9224f3fa57276a263d32cc4a24e
  
https://github.com/jenkinsci/job-import-plugin/commit/e5ad40570abfd9224f3fa57276a263d32cc4a24e
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-11-27 (Wed, 27 Nov 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into authentication


  Commit: e014efaac929a44cd1750b1e323984881317ad70
  
https://github.com/jenkinsci/job-import-plugin/commit/e014efaac929a44cd1750b1e323984881317ad70
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M src/main/java/org/jenkins/ci/plugins/jobimport/JobImportAction.java
M src/main/java/org/jenkins/ci/plugins/jobimport/RemoteJobUtils.java
M src/main/java/org/jenkins/ci/plugins/jobimport/URLUtils.java
M 
src/main/resources/org/jenkins/ci/plugins/jobimport/JobImportAction/index.jelly

  Log Message:
  ---
  Merge pull request #3 from jglick/authentication

Support import from servers with authentication


Compare: 
https://github.com/jenkinsci/job-import-plugin/compare/1edaa53bc614...e014efaac929

-- 
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/job-import-plugin] f10f5a: Bogus message “FAILED - Not a Project”.

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: f10f5a83cc4070533bdbe2be4e476e2220165b9d
  
https://github.com/jenkinsci/job-import-plugin/commit/f10f5a83cc4070533bdbe2be4e476e2220165b9d
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M src/main/java/org/jenkins/ci/plugins/jobimport/JobImportAction.java
M src/main/java/org/jenkins/ci/plugins/jobimport/MessagesUtils.java
M src/main/resources/org/jenkins/ci/plugins/jobimport/Messages.properties

  Log Message:
  ---
  Bogus message “FAILED - Not a Project”.
Would be shown _always_ for newer Jenkins versions which include plugin=… in 
config.xml.
Anyway there is no reason to artificially restrict the kinds of TopLevelItem 
this plugin supports.


-- 
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/job-import-plugin] 7e5f48: Vastly simpler, faster, more robust, and more gene...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: 7e5f489c88805d8e25ade0d1c81d4fc7149abc7e
  
https://github.com/jenkinsci/job-import-plugin/commit/7e5f489c88805d8e25ade0d1c81d4fc7149abc7e
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M src/main/java/org/jenkins/ci/plugins/jobimport/JobImportAction.java
R src/main/java/org/jenkins/ci/plugins/jobimport/RemoteJobUtils.java
M src/main/java/org/jenkins/ci/plugins/jobimport/URLUtils.java
R src/main/java/org/jenkins/ci/plugins/jobimport/XPathUtils.java

  Log Message:
  ---
  Vastly simpler, faster, more robust, and more generic way of listing remote 
jobs.


-- 
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/job-import-plugin] 6996ec: [maven-release-plugin] prepare for next developmen...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: 6996ec8a923437c080d145815849b2e49db4b3a6
  
https://github.com/jenkinsci/job-import-plugin/commit/6996ec8a923437c080d145815849b2e49db4b3a6
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/job-import-plugin-1.1
  Home:   https://github.com/jenkinsci/job-import-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/job-import-plugin] a942f9: [maven-release-plugin] prepare release job-import-...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: a942f9c3089904aca999c0fbe18cdf23cd5cd1d8
  
https://github.com/jenkinsci/job-import-plugin/commit/a942f9c3089904aca999c0fbe18cdf23cd5cd1d8
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release job-import-plugin-1.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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/job-import-plugin-1.1
  Home:   https://github.com/jenkinsci/job-import-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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-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/job-import-plugin] c0af44: [maven-release-plugin] prepare release job-import-...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: c0af444b880b3a53175725162d902b213edcc747
  
https://github.com/jenkinsci/job-import-plugin/commit/c0af444b880b3a53175725162d902b213edcc747
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release job-import-plugin-1.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/job-import-plugin] 67629b: [maven-release-plugin] prepare for next developmen...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: 67629bea8eb33a691ca8d121b72ee32bfc660b33
  
https://github.com/jenkinsci/job-import-plugin/commit/67629bea8eb33a691ca8d121b72ee32bfc660b33
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/job-import-plugin-1.1
  Home:   https://github.com/jenkinsci/job-import-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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/job-import-plugin-1.1
  Home:   https://github.com/jenkinsci/job-import-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/job-import-plugin] dd5261: This plugin’s artifactId is incorrect, so ${projec...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: dd52618401e51fb96117f93b4cce9311cb68deac
  
https://github.com/jenkinsci/job-import-plugin/commit/dd52618401e51fb96117f93b4cce9311cb68deac
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  This plugin’s artifactId is incorrect, so ${project.artifactId}-plugin does 
not work.


-- 
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/job-import-plugin] dab89e: [maven-release-plugin] prepare for next developmen...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: dab89e5d7763b2ef7e33dd8f10256db04b78c780
  
https://github.com/jenkinsci/job-import-plugin/commit/dab89e5d7763b2ef7e33dd8f10256db04b78c780
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 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/job-import-plugin] e5f578: [maven-release-plugin] prepare release job-import-...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: e5f5783eeccd9ddd462e83f1e914f0aa305fddb1
  
https://github.com/jenkinsci/job-import-plugin/commit/e5f5783eeccd9ddd462e83f1e914f0aa305fddb1
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release job-import-plugin-1.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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/job-import-plugin-1.1
  Home:   https://github.com/jenkinsci/job-import-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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/job-import-plugin-1.1
  Home:   https://github.com/jenkinsci/job-import-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/job-import-plugin] 29d2db: Removing junk from POM.

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: 29d2db92f118e8aecf8de047cabff6cb295f3d33
  
https://github.com/jenkinsci/job-import-plugin/commit/29d2db92f118e8aecf8de047cabff6cb295f3d33
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Removing junk from 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/job-import-plugin] a41ab8: [maven-release-plugin] prepare release job-import-...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: a41ab86cda0164c33df39717a4107a546c75ac85
  
https://github.com/jenkinsci/job-import-plugin/commit/a41ab86cda0164c33df39717a4107a546c75ac85
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release job-import-plugin-1.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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/job-import-plugin-1.1
  Home:   https://github.com/jenkinsci/job-import-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/job-import-plugin] 562b1b: [maven-release-plugin] prepare for next developmen...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: 562b1ba8d92358bf0bd37084d42b0e28860f13e6
  
https://github.com/jenkinsci/job-import-plugin/commit/562b1ba8d92358bf0bd37084d42b0e28860f13e6
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 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/job-import-plugin] b8c548: [maven-release-plugin] prepare release job-import-...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: b8c5487c55202b4cfd6413d8571ead692cd0c58f
  
https://github.com/jenkinsci/job-import-plugin/commit/b8c5487c55202b4cfd6413d8571ead692cd0c58f
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release job-import-plugin-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/job-import-plugin] 44c32c: [maven-release-plugin] prepare for next developmen...

2013-12-04 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-import-plugin
  Commit: 44c32c65051d5c2e506f557941144b903fc41da7
  
https://github.com/jenkinsci/job-import-plugin/commit/44c32c65051d5c2e506f557941144b903fc41da7
  Author: Jesse Glick jgl...@cloudbees.com
  Date:   2013-12-04 (Wed, 04 Dec 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/job-import-plugin]

2013-12-04 Thread GitHub
  Branch: refs/tags/job-import-plugin-1.2
  Home:   https://github.com/jenkinsci/job-import-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.