Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cvs-plugin
  Commit: 8d2f42e2c928b639dc56de7e86b13b2d39d1c742
      
https://github.com/jenkinsci/cvs-plugin/commit/8d2f42e2c928b639dc56de7e86b13b2d39d1c742
  Author: Chris Vogel <vo...@i1.net>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/scm/AbstractCvs.java
    M src/main/java/hudson/scm/CVSSCM.java
    M src/main/java/hudson/scm/cvstagging/CvsTagAction.java
    M src/main/java/hudson/scm/cvstagging/LegacyTagAction.java

  Log Message:
  -----------
  Upgrade the parent to 1.607.

Upgraded the parent project to version 1.607. Made the necessary changes
to get rid of the compiler errors.

For classes that extended AbstractScmTagAction, I had to change the
constructor to accept a Run object, instead of an AbstractBuild, to
eliminate an ambiguous reference when compiling.


  Commit: 3d239313c01750d0d7ee21ed363b9a426cc24275
      
https://github.com/jenkinsci/cvs-plugin/commit/3d239313c01750d0d7ee21ed363b9a426cc24275
  Author: Chris Vogel <vo...@i1.net>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M src/main/java/hudson/scm/AbstractCvs.java
    M src/main/java/hudson/scm/CVSChangeLogSet.java
    M src/main/java/hudson/scm/CVSSCM.java
    M src/main/java/hudson/scm/CvsProjectset.java

  Log Message:
  -----------
  Override new checkout in SCM.

The workflow plugin will call the new checkout method for both CVSSCM
and CvsProjectset. The new checkout method was created and the existing
method was refactored to call the new one.

This also required changes to AbstractCvs and CVSChangeLogSet to accept
a Run object for various methods.


  Commit: a3b4f19da39244631e8b2b9e77e3d96a5dd56b81
      
https://github.com/jenkinsci/cvs-plugin/commit/a3b4f19da39244631e8b2b9e77e3d96a5dd56b81
  Author: Chris Vogel <vo...@i1.net>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

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

  Log Message:
  -----------
  Override new calcRevisionsFromBuild in SCM.

The workflow plugin will call the new calcRevisionsFromBuild method for
both CVSSCM and CvsProjectset. The new calcRevisionsFromBuild method was
created in AbstractCvs, because the previous version was also there.


  Commit: 6eff635c3e73432a238a023930c5b0d67ee1672a
      
https://github.com/jenkinsci/cvs-plugin/commit/6eff635c3e73432a238a023930c5b0d67ee1672a
  Author: Chris Vogel <vo...@i1.net>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M src/main/java/hudson/scm/CVSChangeLogParser.java
    M src/main/java/hudson/scm/CVSChangeLogSet.java

  Log Message:
  -----------
  Override new parse in ChangeLogParser.

The workflow plugin will call the new parse method for
CVSChangeLogParser. This will call a new parse method on
CVSChangeLogSet.  Common code from the new and old parse methods were
refactored.


  Commit: 9f2a3934834ef1a192acf69c0f19205cb45e569d
      
https://github.com/jenkinsci/cvs-plugin/commit/9f2a3934834ef1a192acf69c0f19205cb45e569d
  Author: Michael Clarke <mc1a...@users.noreply.github.com>
  Date:   2015-04-02 (Thu, 02 Apr 2015)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/scm/AbstractCvs.java
    M src/main/java/hudson/scm/CVSChangeLogParser.java
    M src/main/java/hudson/scm/CVSChangeLogSet.java
    M src/main/java/hudson/scm/CVSSCM.java
    M src/main/java/hudson/scm/CvsProjectset.java
    M src/main/java/hudson/scm/cvstagging/CvsTagAction.java
    M src/main/java/hudson/scm/cvstagging/LegacyTagAction.java

  Log Message:
  -----------
  Merge pull request #38 from captdestrukto/workflow-fix

Update to work with the workflow plugin


Compare: 
https://github.com/jenkinsci/cvs-plugin/compare/5bc5af1ebe80...9f2a3934834e

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

Reply via email to