Finalizing pom file for automatic NOTICE generation.
diff --git a/pom.xml b/pom.xml
index 2bc4042..2e503c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,13 @@
         <tag>HEAD</tag>
     </scm>
 
+    <organization>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
+    </organization>
+
+    <inceptionYear>2017</inceptionYear>
+
     <developers>
         <developer>
             <name>Apache Geronimo Community</name>
diff --git a/safeguard-api/pom.xml b/safeguard-api/pom.xml
index de15959..6d061e8 100644
--- a/safeguard-api/pom.xml
+++ b/safeguard-api/pom.xml
@@ -26,6 +26,7 @@
         <groupId>org.apache.geronimo.safeguard</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
+    <name>Apache Safeguard :: API</name>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>safeguard-api</artifactId>
diff --git a/safeguard-impl/pom.xml b/safeguard-impl/pom.xml
index d55b2ef..ecb975a 100644
--- a/safeguard-impl/pom.xml
+++ b/safeguard-impl/pom.xml
@@ -26,6 +26,7 @@
         <groupId>org.apache.geronimo.safeguard</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
+    <name>Apache Safeguard :: Implementation (Failsafe)</name>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>safeguard-impl</artifactId>
diff --git a/safeguard-tck-tests/pom.xml b/safeguard-tck-tests/pom.xml
index 580b8a3..de1b138 100644
--- a/safeguard-tck-tests/pom.xml
+++ b/safeguard-tck-tests/pom.xml
@@ -26,6 +26,7 @@
         <groupId>org.apache.geronimo.safeguard</groupId>
         <version>1.0-SNAPSHOT</version>
     </parent>
+    <name>Apache Safeguard :: MicroProfile TCK Tests</name>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>safeguard-tck-tests</artifactId>