You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2015/02/13 07:23:55 UTC

gora git commit: GORA-408 Implement automatic branch creation for the Gora Git release process

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 <le...@jpl.nasa.gov>
Authored: Thu Feb 12 22:24:18 2015 -0800
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
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>