kamaci commented on a change in pull request #175: GORA-546 Hazelcast Jet 
execution engine support
URL: https://github.com/apache/gora/pull/175#discussion_r310402304
 
 

 ##########
 File path: gora-jet/pom.xml
 ##########
 @@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.gora</groupId>
+        <artifactId>gora</artifactId>
+        <version>0.9-SNAPSHOT</version>
+        <relativePath>../</relativePath>
+    </parent>
+
+    <artifactId>gora-jet</artifactId>
+    <packaging>bundle</packaging>
+
+    <name>Apache Gora :: Jet</name>
+    <url>http://gora.apache.org</url>
+    <description>Jet -> Gora -> Jet Sink and Source connectors</description>
+    <inceptionYear>2019</inceptionYear>
 
 Review comment:
   This holds the year of the project's inception which is 2010.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to