This is an automated email from the ASF dual-hosted git repository.
djkevincr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git
The following commit(s) were added to refs/heads/master by this push:
new 7327efe GORA-617 Fix inception year at gora-pig module.
new 506331f Merge pull request #180 from kamaci/master
7327efe is described below
commit 7327efe302db791b5800cd7d39eb9573e6c4c1cc
Author: kamaci <[email protected]>
AuthorDate: Sun Aug 4 23:49:05 2019 +0300
GORA-617 Fix inception year at gora-pig module.
---
gora-pig/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gora-pig/pom.xml b/gora-pig/pom.xml
index 6be85ae..1594672 100644
--- a/gora-pig/pom.xml
+++ b/gora-pig/pom.xml
@@ -35,7 +35,7 @@
<name>Apache Gora :: Pig</name>
<url>http://gora.apache.org</url>
<description>Pig -> Gora -> DataStore connector.</description>
- <inceptionYear>2018</inceptionYear>
+ <inceptionYear>2010</inceptionYear>
<organization>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url>