Skip to content

Commit b696f21

Browse files
committed
updating readme
1 parent 835746e commit b696f21

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -493,14 +493,6 @@ Follow this guide to install git.
493493

494494
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
495495

496-
## install gitflow-avh
497-
498-
This project uses gitflow-avh. It is a plugin for git that provides the `git flow` commands. These commands are used to
499-
follow the gitflow pattern for developing software. For more information see
500-
[Workflow](https://github.com/moaxcp/graph-dsl/wiki/Workflow) in the wiki.
501-
502-
https://github.com/petervanderdoes/gitflow-avh/wiki/Installation
503-
504496
## clone the project
505497

506498
clone the project from github.
@@ -533,9 +525,8 @@ If there are any issues contact me moaxcp@gmail.com.
533525

534526
* [github](https://github.com/)
535527
* [git](https://git-scm.com/)
536-
* [gitflow-avh](https://github.com/petervanderdoes/gitflow-avh)
537528
* [gradle](https://gradle.org/)
538-
* [gradle-gitflow](https://github.com/amkay/gradle-gitflow)
529+
* [reckon](https://github.com/ajoberstar/reckon)
539530
* [codenarc](http://codenarc.sourceforge.net/)
540531
* [groovy](http://www.groovy-lang.org/)
541532
* [spock](http://spockframework.org/)
@@ -551,7 +542,9 @@ If there are any issues contact me moaxcp@gmail.com.
551542
to use gitflow
552543
* Stopped using gitflow and simply use master with tagged versions for releases
553544
* removed NameSpec for naming vertices and all associated methods.
554-
* Traversal methods are not in TraversalDsl trait
545+
* Traversal methods are now in TraversalDsl trait
546+
* `depthFirstSearch` is now split into two methods `preOrder`, and `postOrder`
547+
* `breadthFirstSearch` has been simplified
555548
* added new traversals `classifyEdges`, `connectedComponent`
556549
* Can now change key of vertex by assigning property in vertex method closures
557550
* Can now change one or two of edge by assigning property in edge method closures

0 commit comments

Comments
 (0)