diff --git a/core/pom.xml b/core/pom.xml
index d4c715e1c8..615c01b88a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -27,6 +27,7 @@
Feast Core
+ Feature registry and ingestion coordinator
feast-core
diff --git a/pom.xml b/pom.xml
index 95c2e58f10..4d24212cb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,10 @@
4.0.0
- Feast Parent
+ Feast
+ Feature Store for Machine Learning
+ ${github.url}
+
feast
feast-parent
${revision}
@@ -33,6 +36,8 @@
0.3.0-SNAPSHOT
+ https://github.com/gojek/feast
+
UTF-8
UTF-8
@@ -48,7 +53,33 @@
0.21.0
+
+ Gojek
+ https://www.gojek.io/
+
+
+
+
+ Apache License, Version 2.0
+ https://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+ ${github.url}
+ scm:git:${github.url}.git
+ scm:git:git@github.com:gojek/feast.git
+ HEAD
+
+
+
+ GitHub Issues
+ ${github.url}/issues
+
+
+
feast-snapshot
file:///tmp/snapshot
diff --git a/sdk/java/pom.xml b/sdk/java/pom.xml
index ee095dc78f..bd44d5af2c 100644
--- a/sdk/java/pom.xml
+++ b/sdk/java/pom.xml
@@ -5,6 +5,7 @@
4.0.0
Feast SDK for Java
+ SDK for registering, storing, and retrieving features
feast-client
diff --git a/serving/pom.xml b/serving/pom.xml
index 06ba6b225c..2bec449afb 100644
--- a/serving/pom.xml
+++ b/serving/pom.xml
@@ -28,6 +28,7 @@
feast-serving
Feast Serving
+ Feature serving API service