Repository: gora Updated Branches: refs/heads/master da71d3078 -> bb30d9460
GORA-408 Implement automatic branch creation for the Gora Git release process Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/bb30d946 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/bb30d946 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/bb30d946 Branch: refs/heads/master Commit: bb30d94602e4ad16ebe29ff4197b40d19f13bc28 Parents: da71d30 Author: Lewis John McGibbney <[email protected]> Authored: Thu Feb 12 22:24:18 2015 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Feb 12 22:24:18 2015 -0800 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ pom.xml | 8 ++++++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/bb30d946/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0ddb8f3..6194a6e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,8 @@ Current Development 0.6-SNAPSHOT +* GORA-408 Implement automatic branch creation for the Gora Git release process (lewismc) + * GORA-406 Upgrade Solr dependencies to 4.10.3 (lewismc) * GORA-407 Upgrade restlet dependencies to 2.3.1 for gora-solr (lewismc) http://git-wip-us.apache.org/repos/asf/gora/blob/bb30d946/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b168992..fb6bfdb 100644 --- a/pom.xml +++ b/pom.xml @@ -496,6 +496,14 @@ <unpackBundle>true</unpackBundle> </configuration> </plugin> + <plugin> + <groupId>external.atlassian.jgitflow</groupId> + <artifactId>jgitflow-maven-plugin</artifactId> + <version>1.0-m4.3</version> + <configuration> + <!--noDeploy>true</noDeploy--> + </configuration> + </plugin> </plugins> </build>
