diff --git a/README.md b/README.md
index 2b06056..46c6654 100644
--- a/README.md
+++ b/README.md
@@ -9,17 +9,19 @@ Kevin M Livingston, Michael Bada, William A Baumgartner, Lawrence E Hunter
BMC Bioinformatics (accepted)
```
-## Use with Java 1.8
+## Development
+This project follows the Git-Flow approach to branching as originally described [here](http://nvie.com/posts/a-successful-git-branching-model/).
+To facilitate the Git-Flow branching approach, this project makes use of the [jgitflow-maven-plugin](https://bitbucket.org/atlassian/jgit-flow) as described [here](http://george-stathis.com/2013/11/09/painless-maven-project-releases-with-maven-gitflow-plugin/).
+
+Code in the [master branch](https://github.com/UCDenver-ccp/datasource/tree/master) reflects the latest release of this library. Code in the [development](https://github.com/UCDenver-ccp/datasource/tree/development) branch contains the most up-to-date version of this project.
-Note: This code was developed using **Java 1.7**. There have been reports that
-the project won't build using **Java 1.8**.
## Maven signature if only using the file parser API
```xml
edu.ucdenver.ccp
datasource-fileparsers
- 0.5
+ 0.6
@@ -33,7 +35,7 @@ the project won't build using **Java 1.8**.
edu.ucdenver.ccp
datasource-rdfizer
- 0.5
+ 0.6
@@ -159,4 +161,4 @@ arabidopsis, and zebrafish), use:
When a taxon-aware file parser is used, some extra data is downloaded to ensure
that the mappings from biological concepts to taxon identifiers are
present. This download can be time consuming due to one of the files being very
-large, but it is a one-time cost.
+large, but it is a one-time cost.
\ No newline at end of file
diff --git a/datasource-fileparsers/pom.xml b/datasource-fileparsers/pom.xml
index 67f1dc4..7c1441d 100644
--- a/datasource-fileparsers/pom.xml
+++ b/datasource-fileparsers/pom.xml
@@ -1,14 +1,18 @@
-
+
4.0.0
datasource
edu.ucdenver.ccp
- 0.6-SNAPSHOT
+ 0.6
datasource-fileparsers
+
+ org.projectlombok
+ lombok
+ provided
+
org.projectlombok
lombok
@@ -117,4 +121,4 @@
-
\ No newline at end of file
+
diff --git a/datasource-identifiers/pom.xml b/datasource-identifiers/pom.xml
index 3a3aad5..a6ea21d 100644
--- a/datasource-identifiers/pom.xml
+++ b/datasource-identifiers/pom.xml
@@ -1,10 +1,9 @@
-
+
4.0.0
datasource
edu.ucdenver.ccp
- 0.6-SNAPSHOT
+ 0.6
datasource-identifiers
diff --git a/datasource-rdfizer/pom.xml b/datasource-rdfizer/pom.xml
index 9206d25..a57828b 100644
--- a/datasource-rdfizer/pom.xml
+++ b/datasource-rdfizer/pom.xml
@@ -1,10 +1,9 @@
-
+
4.0.0
edu.ucdenver.ccp
datasource
- 0.6-SNAPSHOT
+ 0.6
datasource-rdfizer
diff --git a/pom.xml b/pom.xml
index 47e458e..68b8d29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,8 @@
-
+
4.0.0
edu.ucdenver.ccp
datasource
- 0.6-SNAPSHOT
+ 0.6
pom
@@ -210,7 +209,7 @@
-
+